Клиент, health и usage
Приватный ping
curl -sS https://example.com/api/v3/private/ping \
-H "Accept: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Проверить состояние клиента
curl -sS https://example.com/api/v3/private/health/client \
-H "Accept: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"{
"state": 0,
"result": {
"client": {
"status": "active",
"api_access": true
},
"token": {
"status": "active",
"hmac_required": true
},
"limits": {
"daily_remaining": 9984,
"monthly_remaining": 299120
}
}
}Профиль клиента
Usage
Последнее обновление
Это было полезно?