cURL
curl --request GET \ --url https://evm.preview-api.modular.cloud/v1/chain/{chain-id}/erc20-token/{token-address}/token-transfer-events
{ "result": { "events": [ { "type": "ERC20_TRANSFER", "transactionHash": "<string>", "logIndex": 123, "blockNumber": "<string>" } ], "nextToken": "<string>" }, "error": { "message": "<string>" } }
default is 30
Successful response
The response is of type object.
object
Was this page helpful?