cURL
curl --request GET \ --url https://ge-exchange-staging-1.herokuapp.com/v1/api/token/currencies/balance \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "currencies balance gotten successfully", "data": { "GUSD": 59989.95, "GNGN": 600000, "GKES": 600000 } }
This endpoint is used to retrieve the balance and value of different currencies.
Was this page helpful?