Contracts
Contract Transactions
Query all transactions for any deployed contract on any EVM chain.
You can fetch all transactions for a contract using the contract transactions API.
Authentication requires either x-secret-key
(backend) or x-client-id
(frontend) to be set in the request headers.
address
- The contract addresschainId
- The chain ID where the contract is deployeddecode
- Whether to decode the transaction data (optional, defaults to false)
The API returns a list of transactions that have interacted with the specified contract, including transaction details and decoded function calls when decode=true
is specified.