Payout Balances
Response
0 until service is restored.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Balances and transaction history.
GET /v2/transactions/payouts/balance
[
{
"type": "withdrawal_ach",
"balance": 1000,
"fiat": "BOB",
"lastCredit": "2026-05-12T12:00:00.000Z",
"lastDebit": "2026-05-12T12:00:00.000Z"
}
]
0 until service is restored.
GET /v2/transactions/history
| Parameter | Required | Description |
|---|---|---|
type | No | Transaction type. |
transactionStatus | No | Transaction status. |
page | No | Requested page. |
limit | No | Records per page. |
fromDate | No | Start date. |
toDate | No | End date. |
search | No | Search text. |
{
"transactions": [
{
"amountFiat": 69.6,
"amountCrypto": 10,
"assetCode": "USDC",
"fiatCode": "BOB",
"exchangeRate": 6.96,
"transactionId": "550e8400-e29b-41d4-a716-446655440000",
"type": "deposit_express",
"status": "completed_transaction",
"createdAt": "2026-05-12T12:00:00.000Z",
"updatedAt": "2026-05-12T12:00:00.000Z",
"externalReference": "ORDER-1001"
}
],
"pagination": {
"page": 1,
"limit": 10,
"total": 1,
"totalPages": 1
}
}