Listing accounts
List accounts
Example request
curl -X GET "https://api.sandbox.txn.io/api/public/v1/accounts?page=1&per_page=50" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer <api_key>"Name
Value
Name
Type
Description
{
"data": [
{
"id": "adb0f9c4-c7fd-4989-a273-1bd11ad5847b",
"type": "accounts",
"attributes": {
"master": false,
"currencyCode": "EUR",
"label": "EUR_4",
"bankReference": "BDR0154632342411086",
"balance": "26.16",
"totalBalance": "26.16",
"bankWithdrawalAvailable": true,
"currencyType": "fiat"
},
"relationships": {
"company": {
"meta": {
"included": false
}
},
"networks": {
"meta": {
"included": false
}
}
}
},
{
"id": "c569b222-6de4-4783-a3c1-8d2b8a1bb980",
"type": "accounts",
"attributes": {
"master": false,
"currencyCode": "USDC",
"label": "qq",
"bankReference": "BDR0804588056382376",
"balance": "0.00",
"totalBalance": "0.00",
"bankWithdrawalAvailable": false,
"currencyType": "crypto"
},
"relationships": {
"company": {
"meta": {
"included": false
}
},
"networks": {
"meta": {
"included": false
}
}
}
},
{
"id": "1d5a3601-76b7-4426-b5fb-3e434c17803e",
"type": "accounts",
"attributes": {
"master": false,
"currencyCode": "EUR",
"label": "123",
"bankReference": "BDR0354788360836433",
"balance": "33.35",
"totalBalance": "33.35",
"bankWithdrawalAvailable": true,
"currencyType": "fiat"
},
"relationships": {
"company": {
"meta": {
"included": false
}
},
"networks": {
"meta": {
"included": false
}
}
}
},
{
"id": "dc9c1c6e-3fa6-4fce-8c5f-714dfcecf3ee",
"type": "accounts",
"attributes": {
"master": false,
"currencyCode": "USDT",
"label": "Sub-account Adam Goodman",
"bankReference": "BDR7013714686525702",
"balance": "0.000000",
"totalBalance": "0.000000",
"bankWithdrawalAvailable": false,
"currencyType": "crypto"
},
"relationships": {
"company": {
"meta": {
"included": false
}
},
"networks": {
"meta": {
"included": false
}
}
}
},
{
"id": "d5415da2-b193-4445-aab1-a654ad77cd79",
"type": "accounts",
"attributes": {
"master": false,
"currencyCode": "EUR",
"label": "Sub-account Callum Abbott",
"bankReference": "BDR0812434002530431",
"balance": "8.44",
"totalBalance": "8.44",
"bankWithdrawalAvailable": true,
"currencyType": "fiat"
},
"relationships": {
"company": {
"meta": {
"included": false
}
},
"networks": {
"meta": {
"included": false
}
}
}
}
],
"meta": {
"page": 1,
"per_page": 5,
"total": 39
},
"jsonapi": {
"version": "1.0"
}
}Name
Type
Description
Errors
Related endpoints
Last updated