Transactions


Get transaction history

get

Get paginated list of transactions

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Query parameters
pagination.limitinteger · int64Optional

Number of rows to return per page.

pagination.offsetinteger · int64Optional

Number of rows to skip before starting to collect the result set.

orderBystringOptional
Responses
200

A successful response.

get
/transactions


Get transaction history with filters

post

post paginated list of transactions with filters

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Body
orderBystringOptional
Responses
200

A successful response.

post
/transactions/filter


Get transaction history as CSV

get

Get CSV of all transactions

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Responses
200

A successful response.

get
/transactions/csv

Last updated

Was this helpful?