v1
latestOpenAPI 3.0.32026-07-2659172194.6 KBnft owners
List NFT owners by token ID
List NFT owners by token ID
get/v1/chains/{chain_name}/collections/{contract_address}/nfts/{token_id}/owners
Path parameters
contract_addressstring required
The address of contract
token_idstring required
An uint256 token id as string
chain_namestring required
The name of chain
Example:imtbl-zkevm-testnet
The name of chain
Query parameters
page_cursorstring
Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
Example:ewogICJ0eXBlIjogInByZXYiLAogICJpdGVtIjogewogICAgImlkIjogNjI3NTEzMCwKICAgICJjcmVhdGVkX2F0IjogIjIwMjItMDktMTNUMTc6MDQ6MTIuMDI0MTI2WiIKICB9Cn0=
Encoded page cursor to retrieve previous or next page. Use the value returned in the response.
page_sizeinteger
Maximum number of items to return
Example:10
Maximum number of items to return
Response
200 response
Example response
{
"result": [
{
"chain": {
"id": "eip155:13372",
"name": "imtbl-zkevm-testnet"
},
"contract_address": "0x5a019874f4fae314b0eaa4606be746366e661306",
"token_id": "1",
"account_address": "0x5a019874f4fae314b0eaa4606be746366e661306",
"balance": "1",
"updated_at": "2022-08-16T17:43:26.991388Z"
}
],
"page": {
"previous_cursor": "ewogICJ0eXBlIjogInByZXYiLAogICJpdGVtIjogewogICAgImlkIjogNjI3NTEzMCwKICAgICJjcmVhdGVkX2F0IjogIjIwMjItMDktMTNUMTc6MDQ6MTIuMDI0MTI2WiIKICB9Cn0=",
"next_cursor": "ewogICJ0eXBlIjogInByZXYiLAogICJpdGVtIjogewogICAgImlkIjogNjI3NTEzMCwKICAgICJjcmVhdGVkX2F0IjogIjIwMjItMDktMTNUMTc6MDQ6MTIuMDI0MTI2WiIKICN9Cn0="
}
}