coins
List coin holders by ID
Retrieve a paginated list of holders for a coined post
get/v1/coins/{id}/holders
Path parameters
idstring required
Unique ID of the coin
Query parameters
cursorstring
Cursor for pagination
limitinteger
Maximum number of items to return (1-100, default: 10)
Response
Holders retrieved successfully
Changes
Changed in 3 of the 61 revisions of this API.13
- ●
removed the optional property
errorfrom the response with the404statusresponse-optional-property-removed
- ●
removed the optional property
errorfrom the response with the500statusresponse-optional-property-removed
- ●
- ▲
removed the required property
items/items/supportedAtfrom the response with the200statusresponse-required-property-removed
- ▲
- ●
deleted the
pathrequest parametercontractAddressrequest-parameter-removed
- ●