curl --location '{{API_BASE_URL}}/virtual-accounts/3bf02992-a9de-41dd-9cb1-243324567811/balance' \ --header 'x-giro-key: {{SECRET_KEY}}' \ --header 'Content-Type: application/json' \
{ "meta": { "statusCode": 200, "success": true }, "data": { "withdrawableAmount": 0, "availableAmount": 0 } }
This endpoint returns the balance of the provided wallet ID
GET {{baseurl}}/virtual-accounts/{{walletId}}/balance
https://gw.stg.girostack.com/v1
Was this page helpful?