get
https://open-api-v4.coinglass.com/api/user/account/subscription
该接口用于获取用户账户的订阅信息,包括当前 API 等级、到期时间及是否已过期状态。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
响应数据
{
"code": "0",
"data": {
"level": "PROFESSIONAL",
"expire_time": 1805943491000,
"expired": false
}
} 200