Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://ge-exchange-staging-1.herokuapp.com/v1/api/members/{id}/balance \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "currencies balance gotten successfully", "data": { "GUSD": 1000, "GKES": 0, "GNGN": 1000000 } }
Get a user’s wallet balance across all available currencies
Was this page helpful?