GET
/
chain
/
{chain-id}
/
nft
/
{token-address}
/
collection
curl --request GET \
  --url https://evm.preview-api.modular.cloud/v1/chain/{chain-id}/nft/{token-address}/collection
{
  "result": {
    "tokens": [
      {
        "id": "<string>"
      }
    ],
    "nextToken": "<string>"
  },
  "error": {
    "message": "<string>"
  }
}

Path Parameters

chain-id
string
required
token-address
string
required

Query Parameters

maxResults
integer

default is 30

nextToken
string

Response

200 - application/json
Successful response
result
object
error
object