curl --request GET \
  --url https://api.senddotssandbox.com/api/metrics/wallet \
  --header 'Authorization: Basic <encoded-value>'
{
  "success": true,
  "wallet": {
    "amount": 0,
    "withdrawable_amount": 0
  }
}

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json
success
boolean
wallet
object