cURL
curl --request GET \ --url https://api.conduit.financial/accounts/{id} \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Secret: <api-key>'
{ "id": "acct_2fvietuCNSu8unMNLsEGBrDTVFn", "balances": { "available": [ { "asset": "USD", "amount": "150.320000" }, { "asset": "USDC", "network": "ethereum", "amount": "90.000000" }, { "asset": "USDT", "network": "ethereum", "amount": "0" }, { "asset": "USDT", "network": "tron", "amount": "150.320000" } ] }, "createdAt": "2024-10-27T00:00:00.000Z" }
Get an existing account
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 Account ID
"acct_2ofTA5mz0T91pBmD3tMTeLE7T4X"
The retrieved account object
Show child attributes