Skip to main content
GET
Fetch Collection History

Authorizations

client-id
string
header
required
client-secret
string
header
required

Query Parameters

page
integer
default:1

Page number for pagination

Required range: x >= 1
limit
integer
default:4

Number of records per page

Required range: 1 <= x <= 100
dateFrom
string<date>

Start date for filtering transactions (inclusive)

Example:

"2024-01-01"

dateTo
string<date>

End date for filtering transactions (inclusive)

Example:

"2025-01-01"

Response

200 - application/json

Successfully retrieved transactions

statusCode
integer
Example:

200

total
integer

Total number of records

Example:

1253

page
integer

Current page number

Example:

1

pages
integer

Total number of pages

Example:

314

limit
integer

Number of records per page

Example:

4

data
object[]