Fetch onchain transactions for a contract

Returns a paginated list of onchain transactions for the specified contract address and base asset ID, optionally filtered by date range.

Path Params
string
required

The blockchain base assetId

string
required

The contract address

Query Params
date-time

Start date of the time range in ISO 8601 format

date-time

End date of the time range in ISO 8601 format

string

Page cursor to get the next page"

integer
1 to 100

Number of items per page (max 100), requesting more then 100 will return 100 items

string
enum
Defaults to blockTimestamp

Sorting field (enum).

Allowed:
string
enum
Defaults to DESC

ASC / DESC ordering (default DESC)

Allowed:
Responses

Language
URL
Request
Response
Choose an example:
application/json