Skip to main content
POST
/
api
/
v4
/
main-account
/
smart
/
investment
Invest
curl --request POST \
  --url https://whitebit.com/api/v4/main-account/smart/investment \
  --header 'Content-Type: application/json' \
  --header 'X-TXC-APIKEY: <api-key>' \
  --data '
{
  "planId": "8e667b4a-0b71-4988-8af5-9474dbfaeb51",
  "amount": "100",
  "request": "{{request}}",
  "nonce": "{{nonce}}"
}
'
{ "id": "0d7b66ff-1909-4938-ab7a-d16d9a64dcd5" }
These endpoints are available only for B2B partner services. Fill the form at https://whitebit.com/institutional-services/b2b to request access.

Authorizations

X-TXC-APIKEY
string
header
required

API key authentication using signed requests

Body

application/json
planId
string
required

Invest plan identifier

Example:

"8e667b4a-0b71-4988-8af5-9474dbfaeb51"

amount
string
required

Investment amount

Example:

"100"

request
string
required

Request signature

Example:

"{{request}}"

nonce
string
required

Unique request identifier

Example:

"{{nonce}}"

Response

Investment created successfully

id
string

Investment identifier