Skip to main content
GET
/
v1
/
balance
Retrieve account balance
curl --request GET \
  --url https://api.kyren.top/v1/balance \
  --header 'x-api-key: <api-key>'
{
  "code": 0,
  "message": "success",
  "data": {
    "available": 1250,
    "pending": 350,
    "frozen": 0,
    "currency": "USD",
    "updatedAt": "2026-01-15T10:35:00Z"
  }
}

Authorizations

x-api-key
string
header
required

Your API key. Use kyren_live_* for production and kyren_test_* for testing.

Response

The balance object

code
integer
Example:

0

message
string
Example:

"success"

data
object