Skip to main content
GET
Get Transactions

Authorizations

Authorization
string
header
default:{{APIKey}}
required

Query Parameters

page
integer<int32>
default:0

Specifies the position the response data should begin from.

limit
integer<int32>
default:100

The number of transactions to fetch.

fromDate
string<date>

This is the start date of the date range.

toDate
string<date>

This is the end date of the date range.

Response

Transactions fetched successfully.

statusCode
integer

Status code of the response. 200 indicates a successful request.

message
string

Human-readable description of the result.

data
object[]

Array of objects for the requested page.

pagination
object

Pagination metadata for the result set.