Get codes history
Codes
Get codes history
This endpoint retrieves the whole codes history on your account.
POST
Get codes history
Documentation Index
Fetch the complete documentation index at: https://whitebit-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication using signed requests
Body
application/json
Request signature
Unique request identifier
LIMIT is a special clause used to limit records a particular query can return.
Required range:
1 <= x <= 100If you want the request to return entries starting from a particular line, you can use OFFSET clause to tell it where it should start.
Required range:
0 <= x <= 10000