cURL
curl --request POST \ --url https://whitebit.com/api/v4/accounts/transactions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
OAuth 2.0 Bearer Token authentication. Include the access token in the Authorization header.
Example: Authorization: Bearer YOUR_ACCESS_TOKEN
Authorization: Bearer YOUR_ACCESS_TOKEN
The body is of type object.
object
Successful response
The response is of type object.
Was this page helpful?