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'