Skip to main content

Floor Price

Provide us with a contract address to receive details of the lowest ask for this contract.

Query Parameters
  • contractAddress string required

    contractAddress/ENS address to query

  • tokenIds string[]

    tokenId to filter for (mint to filter for solana). Can be multiple tokens, comma separated (max 30). If this field is defined but empty, an empty result will be returned

  • traits string[]

    traits to filter for, format: type-value. Can be multiple tokens, comma separated (max 30). If this field is defined but empty, an empty result will be returned

  • marketplaces string[]

    marketplaces to filter for. Can be multiple marketplaces, comma separated, non-case-sensitive. If this field is defined but empty, an empty result will be returned

Responses

Schema
  • floorPrice number

    The floor price of this contract. Undefined if there are no asks for this contract

  • lowestAsk object

    The lowest ask for this contract. Undefined if there are no asks for this contract

    allOf
    • tokenId string required

      The token id for which this offer was made

    • paymentToken string required

      The contract address of the currency for this order

    • paymentTokenSymbol string required

      The human readable currency for this order

    • price number required

      The unit price for this order

    • basePrice string required

      The unit price for this order

    • expiryDate date-time

      The expiration date of this offer

    • marketplace string required

      The marketplace these orders were from

    • quantity number required

      The quantity of tokens for this order

    • orderType string required

      The type of this order. Could be one of: "basic": A buy/sell now order, "dutch": A descending price auction, "sudoswap pool": A pool in sudoswap where the price will change upon buying from/selling to this pool