Get plans
The endpoint retrieves all active plans.
These endpoints are available only for B2B partner services. Fill the institutional services form to get permissions to use these endpoints.
Note: When target currency is different from source currency, interest amount in target currency will be calculated using interestRatio value.
Examples:
- When source currency = USDT, target currency = BTC and interest ratio = 40000, interest is received in BTC and equals the USDT interest amount divided by the interest ratio (e.g. 0.000025 BTC per 1 USDT of interest).
- When source currency equals target currency, interest ratio equals 1.
The API does not cache the response.
Authorizations
API key authentication using signed requests
Body
Request signature
"{{request}}"
Unique request identifier
"{{nonce}}"
Invest plan source currency's ticker. Example: BTC
"USDT"
Response
Successful response
Invest plan identifier
"1"
Source currency ticker
"BTC"
Status (1 - active, 2 - no coins left, 3 - inactive, 4 - pause)
1
Interest percent
"0.01"
Investment duration (in minutes)
40320
Target currency ticker
"BTC"
Target currency to source currency ratio
"1"
Minimum investment amount
"100"
Maximum investment amount
"10000"
Maximum investment amount due to current invest plan state
"3000"