List x402 transactions
x402 Payment
List x402 Transactions
List x402 signing transactions with optional filters
GET
List x402 transactions
List x402 Transactions
Returns a paginated list of x402 signing transactions for the authenticated client.Filter by status:
PENDING, PROCESSING, X402_SIGNED, SETTLED, CANCELLED, FAILED, EXPIRED.Page number (min 1).
Items per page (1-100).
Response
Transaction Object
| Field | Type | Description |
|---|---|---|
tx_id | string | Unique transaction ID |
chain | string | Target chain |
from_address | string | Payer address |
to_address | string | Recipient address |
amount | string | Human-readable amount |
status | string | PENDING, PROCESSING, X402_SIGNED, SETTLED, CANCELLED, FAILED, EXPIRED |
valid_before | integer | Expiration Unix timestamp |
signature_v | integer | ECDSA recovery parameter (present when signed) |
signature_r | string | ECDSA signature R component (hex, present when signed) |
signature_s | string | ECDSA signature S component (hex, present when signed) |
created_at | string | ISO 8601 creation timestamp |
Pagination
| Field | Type | Description |
|---|---|---|
total | integer | Total number of matching transactions |
has_more | boolean | Whether more pages are available |
Authorizations
JWT access token obtained from the /api/v1/auth/token endpoint.
Query Parameters
Available options:
PENDING, PROCESSING, X402_SIGNED, SETTLED, CANCELLED, FAILED, EXPIRED Required range:
x >= 1Required range:
1 <= x <= 100