Constructors

Properties

httpRequest: BaseHttpRequest

Methods

  • Get the floor price chart data for a specific collection This endpoint provides an array of objects that contain information about the floor price of the collection for each day.

    Parameters

    Returns CancelablePromise<CollectionFloorPrice[]>

    CollectionFloorPrice An array of objects containing the daily minimum price of the collection

    ApiError

  • Compute the owner's spread for a specific collection Returns an array of owner group ranges and their corresponding group count and percentage for a specific collection

    Parameters

    Returns CancelablePromise<OwnersSpreadRange[]>

    OwnersSpreadRange Successful response

    ApiError

  • This endpoint is used to compute and return the top owners of a given collection.

    Parameters

    Returns CancelablePromise<TopOwner[]>

    TopOwner Successful operation.

    ApiError