Get Customer All Account Balances
Use this API for fetching all the account balances of the customer.
Endpoint: GET https://api.zamp.finance/api/client/:clientid/customer/:customerid/accounts/balances
Response JSON Representation
{
"data": [
{
"account_id": "iihr42_gqKBdxsndsHkNLHzVz3SPk_04_27",
"balance": 46,
"currency_code": "USD"
},
{
"account_id": "iihr42_miJp33H9NPmbMuRiiS3DLP_04_27",
"balance": 0,
"currency_code": "USD"
},
{
"account_id": "iihr42_gyTfPiReBihTFzpr3fV3p5_05_17",
"balance": 6,
"currency_code": "USDC_ETH"
},
{
"account_id": "iihr42_ukLVf8SWscmVHmtgaVUcJW_04_27",
"balance": 9828,
"currency_code": "ETH"
}
]
}