cURL
curl --request GET \ --url https://api.conduit.financial/clients/accounts \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Secret: <api-key>'
{ "id": "acct_2ofTA5mz0T91pBmD3tMTeLE7T4X", "clientId": "client_2ofTA13AD0xBtbEvBl20aEb1hEu", "businessLegalName": "<string>", "data": [ { "id": "client_2ofTA13AD0xBtbEvBl20aEb1hEu", "accountId": "acct_2ofTA5mz0T91pBmD3tMTeLE7T4X", "balances": { "available": [ { "asset": "USD", "amount": "0", "network": "ethereum", "country": "<string>" } ] }, "businessLegalName": "<string>" } ], "totalBalances": { "available": [ { "asset": "USD", "amount": "0", "network": "ethereum", "country": "<string>" } ] }, "balances": { "available": [ { "asset": "USD", "amount": "0", "network": "ethereum", "country": "<string>" } ] } }
List existing client accounts and their balances
Includes an API key in the HTTP headers to authenticate the client.
Includes an API secret in the HTTP headers to authenticate the client.
A page of listed client accounts objects
A valid Account ID
"acct_2ofTA5mz0T91pBmD3tMTeLE7T4X"
A valid Client ID
"client_2ofTA13AD0xBtbEvBl20aEb1hEu"
Show child attributes