cURL
curl --request GET \ --url https://api.conduit.financial/clients/{id}/account \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Secret: <api-key>'
{ "id": "acct_2ofTA5mz0T91pBmD3tMTeLE7T4X", "clientId": "client_2ofTA13AD0xBtbEvBl20aEb1hEu", "businessLegalName": "<string>", "balances": { "available": [ { "asset": "USD", "amount": "0", "network": "ethereum", "country": "<string>" } ] } }
Get account details for a client
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 valid Client ID
"client_2ofTA13AD0xBtbEvBl20aEb1hEu"
The client account details
A valid Account ID
"acct_2ofTA5mz0T91pBmD3tMTeLE7T4X"
Show child attributes