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
}

Documentation Index

Fetch the complete documentation index at: https://deepvue-2e0dbadd.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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

current_balance
number
success
boolean
default:true