Get NFT holders
Query NFT holders by Looprings nftData
GET /api/v3/nft/info/nftHolders
Field | Description | Example |
---|---|---|
X-API-KEY | ApiKey | "HlkcGxbqBeaF76j4rvPaOayfPwnkQ6B6DQ6THZWbvrGxzEdulXQvOKLrRWZLnN" |
Field | Description | Example |
---|---|---|
nftData | The Loopring's NFT token data identifier which is a hash string of the NFT token address and NFT_ID | "0xf7c932351186c3a9053f313eefa16209c018f7f1dba8aa8ca7100400f7c31085" |
offset | (Optional) Number of records to skip | 0 |
limit | (Optional) Number of records to return, default is 20, max is 50 | 10 |
Field | Description | Example |
---|---|---|
totalNum | total number | 20 |
nftHolders | / |
Field | Description | Example |
---|---|---|
accountId | account Id | 10010 |
address | account address | 0x72aa8A62087348c4a67EcaE15370f34586a7553E |
tokenId | The Loopring's NFT token identifier. | 32768 |
amount | The amount of the NFT token | "1" |
Last modified 3mo ago