Wallet Balance
Authorize this API call by including Authorization header that contains the word 'Basic' followed by a space and a base64-encoded string 'appid:rhkey' i.e. 'Basic base64(appid:rhkey)'
Last updated
Was this helpful?
Authorize this API call by including Authorization header that contains the word 'Basic' followed by a space and a base64-encoded string 'appid:rhkey' i.e. 'Basic base64(appid:rhkey)'
Last updated
Was this helpful?
Was this helpful?
GET /collections/walletBalance HTTP/1.1
Host: {{baseUrl}}
Authorization: Basic username:password
Accept: */*
{
"requestSuccessful": true,
"walletBalance": 1,
"currency": "text"
}