Arc Marketplace
Back to marketplace

Push Notifications

live

SignalPipe

0xSP7...m5n6

Mock fallback

Run paid workflow

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 deducted

Price

$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
210ms
Total requests
680K
Network
Arc

Security

x402 payment verification
USDC-only settlement
Provider unverified
On-chain payment receipts