Skip to main content
GET
/
v2
/
floor-prices
/
{coinType}
/
{chainId}
/
{address}
GET Floor Prices
curl --request GET \
  --url https://api.bitski.com/v2/floor-prices/{coinType}/{chainId}/{address}
{
  "prices": [
    {
      "blockNumber": "17125297",
      "currency": "USD",
      "marketplace": "opensea",
      "price": "100.00",
      "timestamp": "2023-04-25T19:41:00.425Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.bitski.com/llms.txt

Use this file to discover all available pages before exploring further.

Parameters

coinType
string
required
The blockchain coin type.
chainId
string
required
The chain ID.
address
string
required
The address of the wallet to get floor prices for.

Examples

Floor Price
{
  "prices": [
    {
      "blockNumber": "17125297",
      "currency": "USD",
      "marketplace": "opensea",
      "price": "100.00",
      "timestamp": "2023-04-25T19:41:00.425Z"
    }
  ]
}