v1

latestOpenAPI 3.0.32026-07-2613529376.3 KB
Crypto Lending - Fixed

Invest

The endpoint creates a new investment to the specified invest plan.

<Warning> Rate limit: 1000 requests/10 sec. </Warning> <Note> The API does not cache the response. </Note>
post/api/v4/main-account/smart/investment

Request body

planIdstring required

Invest plan identifier

amountstring required

Investment amount

requeststring required

Request signature

nonceinteger required

Unique request identifier

Example request

{
  "planId": "8e667b4a-0b71-4988-8af5-9474dbfaeb51",
  "amount": "100",
  "request": "{{request}}",
  "nonce": 1594297865000
}

Response

Investment created successfully

idstring

Investment identifier