LinkexLinkex Docs
API ReferenceGeneratedAgents

Get balance

GET
/api/user/self/balance

Returns the account balance in USD (quota_usd). Works with agent keys — the standard probe for auto-funding loops.

AuthorizationBearer <token>

Linkex API key (sk-...), including agent keys. Session cookie auth is also accepted on /api/user/* routes.

In: header

Response Body

application/json

curl -X GET "https://example.com/api/user/self/balance"
{  "success": true,  "data": {    "quota_usd": 0  }}