Skip to main content
GET
/
v1
/
balances
Get balances
curl --request GET \
  --url https://api.trydocent.com/v1/balances \
  --header 'Authorization: Bearer <token>'
{
  "balances": {
    "evm": {
      "address": "<string>",
      "value": 123,
      "available": "1250000"
    },
    "hyperliquid": {
      "address": "<string>",
      "value": 123,
      "available": "1250000"
    },
    "polymarket": {
      "address": "<string>",
      "value": 123,
      "available": "1250000"
    },
    "totals": {
      "value": 123,
      "cash": 123
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.trydocent.com/llms.txt

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

Authorizations

Authorization
string
header
required

API key in the format dk_live_.... Pass as Authorization: Bearer dk_live_...

Response

200 - application/json

Unified balance snapshot

balances
object
required