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.
GET
TypeScript
Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The blockchain base assetId
The contract address
Query Parameters
Start date of the time range in ISO 8601 format
End date of the time range in ISO 8601 format
Page cursor to get the next page"
Number of items per page (max 100), requesting more then 100 will return 100 items
Required range:
1 <= x <= 100Sorting field (enum).
Available options:
blockTimestamp, blockNumber, transactionHash ASC / DESC ordering (default DESC)
Available options:
ASC, DESC Response
Onchain transactions fetched successfully
Previous
Get historical total supply data for a contractReturns the paginated total supply history of the specified contract with optional date range and interval filtering.
Next
TypeScript