curl --request GET \ --url https://evm.preview-api.modular.cloud/v1/chain/{chain-id}/contract/{contract-address}/logs
{ "result": { "logs": [ { "transactionHash": "<string>", "logIndex": 123, "blockNumber": "<string>" } ], "nextToken": "<string>" }, "error": { "message": "<string>" } }
default is 30
Show child attributes
Was this page helpful?