Skip to main content

Get All Balances

Endpoint: GET https://api.zamplabs.com/api/v1/transfer/balances

Get balances of all the accounts held with zamp

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"
}
]
}