SharkFin Subscribe Products
Frequency limit: 10c/1s (Uid)
HTTP Request
- GET /api/v2/earn/sharkfin/assets
Request Example
curl "https://api.bitget.com/api/v2/earn/sharkfin/assets?limit=20" \
-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 |
---|---|---|---|
status | String | Yes | shark status subscribed (default) settled |
startTime | String | No | Start timestamp (Copy trade creation time) Milliseconds format of timestamp Unix, e.g. 1597026383085 (The maximum time span supported is three months. The default end time is three months if no value is set for the end time. ) |
endTime | String | No | End timestamp (Copy trade creation time) Milliseconds format of timestamp Unix, e.g. 1597026383085 (The maximum time span supported is three months. The default start time is three months ago if no value is set for the start time. ) |
limit | String | No | Number of queries: Default: 20, maximum: 100. |
idLessThan | String | No | Separate page content before this ID is requested (older data), and the value input should be the end ID of the corresponding interface. |
Response example
{
"code": "00000",
"msg": "success",
"requestTime": 1696756316611,
"data": {
"resultList": [
{
"productId": "12312313",
"interestStartTime": "1697199180000",
"interestEndTime": "1697803980000",
"productCoin": "BTC",
"subscribeCoin": "USDT",
"trend": "up",
"settleTime": "1697803980000",
"interestAmount": "",
"productStatus": "running"
}
],
"endId": "456456456"
}
}
Response Parameters
Parameter | Type | Description |
---|---|---|
resultList | List<Object> | sharkfin product list info |
productId | String | productId |
interestStartTime | String | Interest accrual start time |
interestEndTime | String | Interest accrual end time |
productCoin | String | Product subscription currency |
subscribeCoin | String | Interest currency |
trend | String | trend up rise down fall |
settleTime | String | Settlement time, Unix millisecond timestamp |
interestAmount | String | income |
productStatus | String | Product statusrunning Subscriptionpause pause has been suspendedwait_interest is pendingwait_settle is pending settlementsettle has been settledredeem has been redeemedsell_out sold out |