List transactions
Filter by status:
pending, confirmed, settled, failedFilter transactions by a specific payment link ID.
Filter by digital asset code. Example:
USDTStart of date range filter (ISO 8601). Example:
2024-01-01T00:00:00ZEnd of date range filter (ISO 8601). Example:
2024-01-31T23:59:59ZNumber of results per page. Default:
20. Max: 100Number of results to skip. Default:
0200 OK
Retrieve a transaction
The transaction ID. Example:
txn_def456200 OK
Unique transaction ID. Prefix:
txn_The ID of the payment link this transaction is associated with.
Payment amount as a decimal string.
Digital asset code.
Transaction status:
pending, confirmed, settled, or failed.On-chain transaction hash. Present once the transaction is confirmed.
ISO 8601 timestamp when the transaction was initiated.
ISO 8601 timestamp when the transaction was confirmed on-chain.
null if not yet confirmed.ISO 8601 timestamp when the funds were credited to your balance.
null if not yet settled.Transaction statuses
| Status | Description |
|---|---|
pending | Payment initiated but not yet confirmed on-chain |
confirmed | Confirmed on the blockchain |
settled | Funds credited to your PIK balance |
failed | Payment failed or timed out |
| Status | Code | Description |
|---|---|---|
404 | not_found | No transaction found with the given ID |
