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