> ## 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.

# GET Floor Prices

> Get floor prices for a wallet on a chain

### Parameters

<ParamField path="coinType" type="string" placeholder="60" required>
  The blockchain coin type.
</ParamField>

<ParamField path="chainId" type="string" placeholder="137" required>
  The chain ID.
</ParamField>

<ParamField path="address" type="string" placeholder="0xb010d3ed7209506ab110c5de197a48abd1cc493f" required>
  The address of the wallet to get floor prices for.
</ParamField>

### Examples

<img src="https://mintcdn.com/bitski/M9S3MklVi0sxl9A9/assets/images/floor-prices-f41fe8ca5dfe9fa49e93fe9c93116748.png?fit=max&auto=format&n=M9S3MklVi0sxl9A9&q=85&s=1abf6707582ea625913ef083f1e4a290" alt="Floor Price" width="878" height="1352" data-path="assets/images/floor-prices-f41fe8ca5dfe9fa49e93fe9c93116748.png" />

<ResponseExample>
  ```json Sample Response theme={null}
  {
    "prices": [
      {
        "blockNumber": "17125297",
        "currency": "USD",
        "marketplace": "opensea",
        "price": "100.00",
        "timestamp": "2023-04-25T19:41:00.425Z"
      }
    ]
  }
  ```
</ResponseExample>
