SharkFin Subscribe Result
Frequency limit: 5c/1s (Uid)
HTTP Request
- GET /api/v2/earn/sharkfin/subscribe-result
Request Example
curl "https://api.bitget.com/api/v2/earn/sharkfin/subscribe-result?orderId=123123123" \
-H "ACCESS-KEY:you apiKey" \
-H "ACCESS-SIGN:*******" \
-H "ACCESS-PASSPHRASE:*****" \
-H "ACCESS-TIMESTAMP:1659076670000" \
-H "locale:en-US" \
-H "Content-Type: application/json"
Request parameters
Parameter | Type | Required | Description |
---|---|---|---|
orderId | String | Yes | orderid |
Response example
{
"code": "00000",
"msg": "success",
"requestTime": 1696752594890,
"data": {
"result": "success",
"msg": ""
}
}
Response Parameters
Parameter | Type | Description |
---|---|---|
result | String | Is the subscription successful success / fail |
msg | String | There will only be a message when it fails |