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