SharkFin Product Detail
Frequency limit: 10c/1s (Uid)
HTTP Request
- GET /api/v2/earn/sharkfin/subscribe-info
Request Example
curl "https://api.bitget.com/api/v2/earn/sharkfin/subscribe-info?productId=1093418730358185984" \
-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 |
---|---|---|---|
productId | String | Yes | productId |
Response example
{
"code": "00000",
"msg": "success",
"requestTime": 1696757209022,
"data": {
"productCoin": "BTC",
"subscribeCoin": "USDT",
"interestTime": "1697199180000",
"expirationTime": "1697803980000",
"minPrice": "28000.00",
"currentPrice": "30211.23",
"maxPrice": "32000.00",
"minRate": "5.00",
"defaultRate": "1.00",
"maxRate": "20.00",
"period": "7",
"productMinAmount": "0.00100000",
"availableBalance": "788",
"userAmount": "500.00000000",
"remainingAmount": "400.00000000",
"profitPrecision": "8",
"subscribePrecision": "8"
}
}
Response Parameters
Parameter | Type | Description |
---|---|---|
productCoin | String | product coin |
subscribeCoin | String | subscribe coin |
interestTime | String | Interest start date in Unix timestamp format (in milliseconds) |
expirationTime | String | Settlement time Unix timestamp format in milliseconds |
minPrice | String | Minimum price of price range |
currentPrice | String | Current price |
maxPrice | String | The maximum price of the price range |
minRate | String | Minimum rate |
defaultRate | String | Rate default |
maxRate | String | Maximum rate |
period | String | investment period |
productMinAmount | String | Product minimum limit |
availableBalance | String | Available Balance |
userAmount | String | Single person quota |
remainingAmount | String | remaining balance |
profitPrecision | String | Interest calculation scale |
subscribePrecision | String | Subscription amount scale |