Skip to main content
GET
/
v1
/
prepaid-balance
Get prepaid balance of your account
curl --request GET \
  --url https://api.bondio.co/v1/prepaid-balance \
  --header 'Authorization: Bearer <token>'
{
  "balance": 123,
  "currency": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

balance
number
required
currency
string
required