get
https://open-api-v4.coinglass.com/api/user/account/subscription
This endpoint retrieves the user's account subscription details, including the current API tier, expiration time, and expiration status.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Response Data
{
"code": "0",
"data": {
"level": "PROFESSIONAL",
"expire_time": 1805943491000,
"expired": false
}
} 200