Skip to main content
POST
/
api
/
v0
/
account
/
get-balance
Get balance
curl --request POST \
  --url https://dev.bringin.xyz/api/v0/account/get-balance \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '
{
  "currency": "<string>"
}
'
{
  "balance": "12992"
}
Get the user’s EUR balance. Requires a per-user api-key.
currency
string
required
EUR
{
  "balance": "12992"
}
Balance is in cents. 12992 = €129.92