User balance

Get balance

Get balance of current user's account

get/api/v1/balance

Query parameters

check_walletboolean nullable

Response

Successful Response

currencystring required
amountstring required
{"stackTrail":"components:schemas:AllBalancesDTO:properties:updatedAt:anyOf","oasType":"schema","type":"unknown","title":"Updatedat","nullable":true}
promoAmountstring required

Example response

{
  "amount": 1500,
  "currency": "USD",
  "updatedAt": "2021-08-01T00:00:00.000Z"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.