LEDGERUNIFIED · REAL-TIME · AUDITABLE

Unified ledger for millions of agent interactions

When agents transact via HTTP micropayments (x402), pay SaaS vendors (Cards), and settle cross-border (Stablecoins), finance teams need one source of truth. Signets provides a unified ledger to track, audit, and sync every autonomous transaction.

Get Sandbox Access
Terminal
GET /v1/ledger/events?agent=agent_6b2&limit=3
{
  "object": "list",
  "data": [
    {
      "id": "lev_9x1...",
      "type": "debit",
      "rail": "x402",
      "amount": 0.001,
      "status": "settled"
    },
    {
      "id": "lev_9x2...",
      "type": "debit",
      "rail": "card",
      "amount": 14.99,
      "status": "pending"
    },
    {
      "id": "lev_9x3...",
      "type": "credit",
      "rail": "ach",
      "amount": 500.00,
      "status": "settled"
    }
  ],
  "has_more": true
}
LEDGER STATUS
{
  "matched": 2847,
  "unmatched": 0,
  "exports": ["json", "csv", "quickbooks"]
}

Transaction Types

x402

x402 Micropayments

High FrequencySub-cent

Millions of API calls generating fractions of a cent per request.

CARD

Virtual Cards

Medium Frequency$10 — $10k

Agents purchasing SaaS subscriptions, cloud compute, or ad spend.

STBL

Stablecoins

Low FrequencyHigh Value

Cross-border B2B settlement and large on-chain transfers.

Ledger Preview

RAILAGENTAMOUNTSTATUS
x402agent_6b2-$0.001SETTLED
x402agent_6b2-$0.002SETTLED
CARDagent_9f1-$14.99PENDING
STBLagent_2a4+$500.0SETTLED
x402agent_6b2-$0.001SETTLED
Supported exports:JSON · CSV · QUICKBOOKS