Transactions
List transactions for a block
Lists the transactions that occured in a given block.
GET
/
v1
/
chains
/
{chainId}
/
blocks
/
{blockId}
/
transactions
Authorizations
Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Path Parameters
A supported evm chain id or blockchain id. Use the /chains
endpoint to get a list of supported chain ids.
A block identifier which is either a block number or the block hash.
Was this page helpful?