Skip to main content
GET
/
v1
/
internal
/
wallet-balance
Fetch Wallet Balance
curl --request GET \
  --url https://production.deepvue.tech/v1/internal/wallet-balance \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "current_balance": 6448,
  "success": true
}

Authorizations

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

client-id
string
header
required

The CLIENT_ID provided to you. This header parameter is required for authentication purposes.

Response

Successful Response