Retrieve granular transaction details including block information, gas data, transaction types, and raw transaction values.
?decode=true query parameter to your request.
When decoding is enabled, two types of data may be decoded:
data field of each transaction may include an additional decoded object at the root level of the transaction, representing the parsed function call.decoded object representing the parsed event.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.
Used for authenticating requests. Provide an API key with a purpose of Sim API. See Authentication.
EVM wallet address
Filter by chain(s). Accepts numeric chain IDs and/or tags. Provide a single value (e.g. ?chain_ids=1 or ?chain_ids=mainnet) or a comma-separated list (e.g. ?chain_ids=1,8543,testnet). Chain names are not accepted. If this query parameter is omitted, results include transactions from chains with the default tag. See the Supported Chains Tags section.
Maximum number of results to return. Default is 100 when not provided. Values above 100 are reduced to 100.
1 <= x <= 100The offset to paginate through result sets. This is a cursor being passed from the previous response, only use what the backend returns here.
When true, it includes decoded transaction logs in the response. Accepts only boolean values true or false. You can also omit this parameter to disable decoding. Invalid values will return an error.