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