Loading...

Check account balance

GET
/accounts/{accountId}/balances

Path Parameters

accountId*string

Id of Virtual account

Formatuuid

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/accounts/94c01e1e-533e-41d5-ab70-ac163d6099f5/balances"
{  "amount": 0,  "currency": "string",  "timestamp": "2019-08-24T14:15:22Z"}