Transactions
Retrieve granular transaction details including block information, gas data, transaction types, and raw transaction values.
The Transactions API allows for quick and accurate lookup of transactions associated with an address. Transactions are ordered by descending block time, so the most recent transactions appear first.
Pagination
This endpoint is using cursor based pagination.
You can use the limit
parameter to define the maximum page size.
Results might at times be less than the maximum page size.
The next_offset
value is included in the initial response and can be utilized to fetch the next page of results by passing it as the offset
query parameter in the next request.
You can only use the value from next_offset
to set the offset
parameter of the next page of results. Using your own offset
value will not have any effect.
Headers
API key to access the service
Path Parameters
EVM address
Query Parameters
A comma separated list of chain_ids or tags for blockchains to get transactions for. Examples: chain_ids=1,8453,10, chain_ids=mainnet,testnet.
Maximum number of results to return
x >= 0
The offset to paginate through result sets. This is a cursor being passed from the previous response, only use what the backend returns here.
Response
Successful Response
The response is of type object
.