List transactions
Transactions
List transactions
List transactions
GET
List transactions
Authorizations
Includes an API key in the HTTP headers to authenticate the client.
Includes an API secret in the HTTP headers to authenticate the client.
Query Parameters
The number of items to return per page.
Pattern:
^[0-9]*$Example:
"0"
The cursor to start the page after.
Pattern:
^trxn_[a-zA-Z0-9]{27}$Example:
"trxn_2ofTAESrTs4uQ8N3yGBMhGj59jV"
When true, only transactions with customer revenue; when false, only without.
Available options:
true, false Response
The list of transactions
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
Example:
{
"type": "offramp",
"id": "trxn_2ji0un2T6BaGhHKsmJu93Zf5OQm",
"quote": "quote_2nqjHpNLK6wSNlFyMvZgX8SYeAO",
"source": {
"id": "bank_2kezVryAA3Uw9LJYBiXUV7Pj6gu",
"asset": "USDT",
"network": "tron",
"amount": "115.000000"
},
"destination": {
"id": "bank_2UOcdiXWXbHdLRl3zfU2gG27yRi",
"asset": "USD",
"amount": "117.00"
},
"documents": [{ "id": "doc_2ofTAESrTs4uQ8N3yGBMhGj59jV" }],
"status": "completed",
"createdAt": "2024-10-26T02:21:03.742Z",
"completedAt": "2024-10-26T02:45:03.742Z",
"reference": "TRX#09123A",
"purpose": "Other",
"fiatNetworkPaymentRef": "123e4567-e89b-12d3-a456-426614174000"
}Example:
{ "first": "/transactions", "next": null }
