The Token Stats object holds the most recent data about a specific token and its contract/collection
| Attribute Name | Data Type | Description |
|---|
| contract | Token Stats Contract | See below |
| token | Token Stats Token | See below |
| Attribute Name | Data Type | Description |
|---|
| floor_price_eth | number | The lowest ask price for any token in the collection, in any of the monitored marketplaces |
| last_sale_token_id | string | The token id (base 10 notation) of the most recent sold token in the collection |
| last_sale_price | Price | The price paid for the token in the most recent sale in the collection |
| Attribute Name | Data Type | Description |
|---|
| ask_price_eth | number | The lowest ask price for the token in any of the monitored marketplaces, if any |
| best_bid | Price | The highest bid price for the token in any of the monitored marketplaces, if any |
| last_sale_price | Price | The price paid for this token at its most recent sale |