Get Transaction List

This endpoint allows users to retrieve a list of transactions done on the Zodia Markets platform

Body Params
int64
required

The current Unix time in microseconds.

string

Currency ticker (e.g. BTC, USD). Transactions are filtered on this currency only

string

Return only transactions in this state - see reference above.

int64

Start time (inclusive) of when transaction was created in system, format in Unix time in milliseconds.

int64

End time (inclusive) of when transaction was created, format in Unix time in milliseconds.

int32
Defaults to 50

Max results you want the endpoint to return. Note that it can be no greater than 200. Default value is 50 if not provided.

int32

Offset index. If you want to get beyond the first 200 transactions, you can use the offset value to get the next 200 transactions and so on.

string

Shows transactions specific to account group transactions

string

The class to filter on - see reference above

string

Filter by the type of transaction - see reference above

Headers
string

API key for authentication

string

Calculated API Signature

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json