Skip to main content
Get investments history
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

The public WhiteBIT API key.

X-TXC-PAYLOAD
string
header
required

Base64-encoded JSON request body.

X-TXC-SIGNATURE
string
header
required

HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).

Body

application/json
request
string
required

Request signature

Example:

"{{request}}"

nonce
integer
required

Unique request identifier

Example:

1594297865000

id
string

Investment identifier

Example:

"0d7b66ff-1909-4938-ab7a-d16d9a64dcd5"

ticker
string

Invest plan source currency's ticker

Example:

"USDT"

status
enum<integer>

Investment status (1 - active, 2 - closed)

Available options:
1,
2
Example:

1

limit
integer
default:100

LIMIT is a special clause used to limit records a particular query can return.

Required range: 1 <= x <= 100
Example:

100

offset
integer
default:0

Use the OFFSET clause to return entries starting from a particular line.

Required range: 0 <= x <= 10000
Example:

0

Response

Successful response

offset
integer
limit
integer
records
object[]