getOwnersForCollection - NFT API

Gets owners address with a given NFT.

This endpoint is supported on the following chains and networks:

  • Conflux: Core

Parameters

  • contractAddress: [string] address of NFT contract

Returns

  • ownerAddresses: [string]

Example

Request

curl 'https://cfx-core.unifra.io/v1/cf455a9802364d88b8f87b5273d9ddbb/nft-api/getOwnersForCollection?contractAddress=cfx:acff8dvjv6pys2ws19dhx753h1h00sum6yhu3m188h' 

Response

{
    "0x180C907e85fc1bE40775D27C7122720A4e931eE0",
    "0x1125CA2380c72995609Ab84e7533dBb5839F394d",
    "0x11DC941429a9c0BfA89132C868F6e7cB13aBB910",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x16Aa88bA2EEef32b219F1044Dede0074Ca307571",
    "0x18725b90d4BB1D8348f6603eC0CFDA946d75fdC9",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x1bF5e21cc1f547c75fa43A943B4bCb573868Fc09",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x15C1Df625e0951EBD8cF92681359f4cbCfd6401C",
    "0x15597aA9B4f1d15C5CcF8b969f724b711c2F2F4D",
    "0x17085454BFBc072329AA7D89E1397Bd8280cd3A1",
    "0x18eA67E1db60FC5C35607de0432EfACC5aC8977F",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x194879F5CBD25F703b89c1eBcaaB38c5Ae021629",
    "0x19F7CFc1fCB38e931eCFfDc22618504C87A265d7",
    "0x18913333CCc9ED4C48cD83aD13951e5f1C35B08d",
    "0x19241022053a3e2236c48E86B62957C8654B65a1",
    "0x19241022053a3e2236c48E86B62957C8654B65a1"
}
Language
Click Try It! to start a request and see the response here!