coins

List coin holders by contract address

Retrieve a paginated list of holders for a tokenized post

get/v1/coins/contract/{contractAddress}/holders

Path parameters

contractAddressstring required

Contract address

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 63 revisions of this API.121

    • removed the optional property error from the response with the 404 status

      response-optional-property-removed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

    • removed the required property items/items/supportedAt from the response with the 200 status

      response-required-property-removed

    • endpoint added

      endpoint-added