CKB Explorer English
  1. NFT
CKB Explorer English
  • v1
    • Statistics
      • Statistic Info Charts
      • Daily Statistics
      • Block Statistics
      • Epoch Statistics
      • Statistics
      • Tip Block Number
    • Block List
      GET
    • Block by number or hash
      GET
    • Address
      GET
    • Transaction
      GET
    • Transaction List
      GET
    • UDT List
      GET
    • UDT
      GET
    • Udt Transaction List
      GET
    • Block Transaction List
      GET
    • Address Transaction List
      GET
    • Contract Transaction List
      GET
  • v2
    • NFT
      • NFT Hodlers List
        GET
      • NFT Collection List
        GET
      • NFT Collection
        GET
      • NFT Item
        GET
      • NFT Item List
        GET
      • NFT Transfer List
        GET
    • CoTA
      • Issuer of CoTA
      • CoTA NFT Class
      • Sender of CoTA NFT Item
      • Claim Status
      • Minted CoTA NFT Class by a specific issuer
      • CoTA Transaction List
    • Cell List
      GET
    • Live Cell List
      GET
    • Bit Accounts
      POST
    • Bit Accounts Copy
      POST
    • DAO Events of an address
      GET
    • Transactions referring to a specific script
      GET
    • Referring cells of a script
      GET
    • Deployed cells of a script
      GET
    • Script Info
      GET
    • Miner Versions Distribution
      GET
    • Pending Transaction List
      GET
    • Transaction Fees
      GET
  1. NFT

NFT Hodlers List

GET
/nft/collections/{collection_id}/holders
Return NFT Item list of a specific collection
Chinese version: https://www.apifox.cn/web/project/962207

Request

Path Params
collection_id
string 
required
Filter collection
Example:
0xfb8381109098120ac1d44a29e9e7f9ddefab3685124396098d481b855d20e461
Query Params
address_hash
string 
optional
Filter according to the address of the holder
Example:
ckt1qp5y83078t9h7nwzyvpe9qfuh8qjm08d2ktlegc22tcn4fgem6xnxqta45v9efscs9qsh8sqmdu70gmq3psr08csu63wf
sort
string 
optional
Format: ${sort_column}[.asc | .desc]. Specifies the sorting method. Valid sort_column values: quantity. Example: quantity.asc for ascending order based on holder count.
Example:
quantity.asc
Header Params
Accept
string 
required
Example:
application/vnd.api+json
Content-Type
string 
required
Example:
application/vnd.api+json

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://mainnet-api.explorer.nervos.org/api/v2/nft/collections/0xfb8381109098120ac1d44a29e9e7f9ddefab3685124396098d481b855d20e461/holders?address_hash=ckt1qp5y83078t9h7nwzyvpe9qfuh8qjm08d2ktlegc22tcn4fgem6xnxqta45v9efscs9qsh8sqmdu70gmq3psr08csu63wf&sort=quantity.asc' \
--header 'Accept: application/vnd.api+json' \
--header 'Content-Type: application/vnd.api+json'

Responses

🟢200Success
application/json
Body
data
object 
required
Example
{
  "data": {}
}
Modified at 2023-07-12 03:25:54
Previous
Contract Transaction List
Next
NFT Collection List
Built with