Transactions
Transactions
Endpoints
Transaction object
{
"id": "uuid",
"type": "debit",
"amount": 9.99,
"currency": "USDC",
"description": "Domain registration: example.com",
"status": "completed",
"fromAddress": "0x742d35Cc...",
"toAddress": "0x36363e573a3b5d4C22b6A64ef3080E5C101E685F",
"txHash": "0xabc123...",
"metadata": {
"protocol": "x402",
"chainId": 8453,
"orderId": "a1b2c3d4...",
"category": "domain"
},
"createdAt": "2026-02-20T12:00:00.000Z"
}Record a transaction
x402 invariants
Last updated