Skip to main content
Get Flex Investment 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

limit
integer
default:50

Pagination limit.

Example:

50

offset
integer
default:0

Pagination offset.

Example:

0

plan
string

Filter by plan ID (UUID).

Example:

"8f2e9d3c-1a4b-4c2d-9e5f-6a7b8c9d0e1f"

investment
string

Filter by investment ID.

Example:

"inv_7e2d9c3b-1a4b-4c2d-9e5f-6a7b8c9d0e1f"

transaction
string

Filter by transaction ID.

Example:

"tx_9f3e0d4c-2b5c-4d3e-8f6g-7a8b9c0d1e2f"

dateFrom
integer

Filter from date (timestamp).

Example:

1640995200

dateTo
integer

Filter to date (timestamp).

Example:

1641081600

actionTypes
integer[]

Array of operation type IDs. See table below.

Example:

Response

Successful response

data
object[]
limit
integer
offset
integer