Skip to main content
POST
/
api
/
v4
/
accounts
/
transactions
Get Account Transactions
curl --request POST \
  --url https://whitebit.com/api/v4/accounts/transactions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

OAuth 2.0 Bearer Token authentication. Include the access token in the Authorization header.

Example: Authorization: Bearer YOUR_ACCESS_TOKEN

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response

The response is of type object.