Skip to main content
POST
Get interest payments 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

API key authentication using signed requests

Body

application/json
request
string
required

Request signature

Example:

"{{request}}"

nonce
string
required

Unique request identifier

Example:

"{{nonce}}"

planId
string

Invest plan identifier

Example:

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

ticker
string

Invest plan target currency's ticker

Example:

"USDT"

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[]