> For the complete documentation index, see [llms.txt](https://magerleagues.gitbook.io/floor-report/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magerleagues.gitbook.io/floor-report/master.md).

# Floor Report API

## Get Info

<mark style="color:green;">`POST`</mark> `https://sweeper.floor.report/info`

Fetch info for a given address.

#### Headers

| Name         | Type   | Description                                |
| ------------ | ------ | ------------------------------------------ |
| Content-Type | string | Must be "application/json"                 |
| User-Agent   | string | Send a unique user-agent with each request |

#### Request Body

| Name    | Type   | Description       |
| ------- | ------ | ----------------- |
| Address | string | Valid ETH address |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{
  "collections": [
    {
      "name": "The Divine Order Of the Zodiac",
      "floorPrice": 0.169,
      "oneDayChange": 10219.7103557389,
      "imageUrl": "https://lh3.googleusercontent.com/ZGLdV_PdSi3gYGxlRyyttYISf9aDG9ngz4qhqN0Va8UrwlWfjgu5zS8fijDyDcsQ0JLnH10QfbQfx5D18Fnxhu4Ttlz590uMQ2WpTA=s120",
      "nfts": [
        {
          "name": "Divine Order of the Zodiac #8887",
          "tokenId": "8887",
          "imageUrl": "https://lh3.googleusercontent.com/-Fq32lpo71JuoW_R6IErP7VrjEjSS61MVQ4MpTg9oZebn_zcq2GhBw9eG3JOTVk5Bmo4tSY0Y6_zTNl3H4FZ18M4KGcoio2kNdTc=s128",
          "traits": [
            {
              "name": "Body",
              "value": "Gossamer",
              "openSeaURL": "https://opensea.io/collection/divine-zodiac?search[stringTraits][0][name]=Body&search[stringTraits][0][values][0]=Gossamer"
            },
            {
              "name": "Elemental",
              "value": "Water",
              "openSeaURL": "https://opensea.io/collection/divine-zodiac?search[stringTraits][0][name]=Elemental&search[stringTraits][0][values][0]=Water"
            },
            {
              "name": "Armor",
              "value": "Scalemail Purple",
              "openSeaURL": "https://opensea.io/collection/divine-zodiac?search[stringTraits][0][name]=Armor&search[stringTraits][0][values][0]=Scalemail+Purple"
            },
            {
              "name": "Helmet",
              "value": "Octopus Helm",
              "openSeaURL": "https://opensea.io/collection/divine-zodiac?search[stringTraits][0][name]=Helmet&search[stringTraits][0][values][0]=Octopus+Helm"
            },
            {
              "name": "Planet",
              "value": "Jupiter",
              "openSeaURL": "https://opensea.io/collection/divine-zodiac?search[stringTraits][0][name]=Planet&search[stringTraits][0][values][0]=Jupiter"
            },
            {
              "name": "Sign",
              "value": "Virgo",
              "openSeaURL": "https://opensea.io/collection/divine-zodiac?search[stringTraits][0][name]=Sign&search[stringTraits][0][values][0]=Virgo"
            },
            {
              "name": "Eyepiece",
              "value": "Cosmic Omnipotence",
              "openSeaURL": "https://opensea.io/collection/divine-zodiac?search[stringTraits][0][name]=Eyepiece&search[stringTraits][0][values][0]=Cosmic+Omnipotence"
            },
            {
              "name": "Constellation",
              "value": "Gemini Expanse",
              "openSeaURL": "https://opensea.io/collection/divine-zodiac?search[stringTraits][0][name]=Constellation&search[stringTraits][0][values][0]=Gemini+Expanse"
            }
          ]
        }
      ],
      "openSeaURL": "https://opensea.io/collection/divine-zodiac",
      "ownedAssetCount": 1,
      "unrealizedValue": 0.169
    }
  ],
  "unrealizedBagETH": 0.169,
  "unrealizedBagUSD": 568.56,
  "username": "pt"
}
```

{% endtab %}
{% endtabs %}
