Get Balance
Endpoint: GET https://api.zamplabs.com/api/v1/transfer/balance/account/:id
This API will get balance for a specific account
Path Params
Key | Value | Description | Optional |
---|---|---|---|
id | String | id of account for which balance is requested | N |
Response JSON Representation
{
"data": {
"account_id": "iihr42_eD5E9qN2RwNFyEPKX8ceQN_05_17",
"balance": 150,
"currency_code": "USD"
}
}