Back to marketplace
Push Notifications
● liveSignalPipe
0xSP7...m5n6
Mock fallback
About this API
Multi-channel notification delivery (push, webhook, email) with delivery receipts. Agents can notify their operators on any event.
notificationswebhooksalertsmessaging
Agent integration · TypeScript
import { createWalletClient } from "@circle-fin/arc-sdk"
const wallet = await createWalletClient({ network: "arc" })
const agentPassport = "erc8004:arc:agt_01"
const memo = {
invoiceId: "inv_api_07_001",
apiId: "api_07",
purpose: "x402_api_payment"
}
// x402 handles payment automatically
const res = await fetch("https://api.signalpipe.io/v1/send", {
headers: {
"x-agent-passport": agentPassport,
"x-arc-memo": JSON.stringify(memo),
"x-payment-token": await wallet.signPayment({
amount: "0.003",
recipient: "0xSP7...m5n6"
})
}
})
const data = await res.json()
// Agent now has the data — $0.0030 / message deductedPrice
$0.0030
per request · USDC · x402
Agent Passport Policy
Minimum reputation score 700
Verified agent identity preferred
Memo receipt required for reconciliation
Budget policy checked before payment
SLA & Performance
Uptime (30d)99.7%
Avg latency
210msTotal requests
680KNetwork
ArcSecurity
x402 payment verification
USDC-only settlement
Provider unverified
On-chain payment receipts