| contract_address | hex string | contract address of the NFT Contract |
| total_supply | int string | total supply of nft collection |
| number_of_owners | int string | number of unique owner addresses |
| total_sales_volume | int string | total sales volume, in eth |
| number_of_transfers | int | total number of transfers |
| number_of_sales | int | total number of sales |
| one_day | Rolling NFT Contract Stats Object | contract stats since one day ago |
| three_days | Rolling NFT Contract Stats Object | contract stats since three days ago |
| seven_days | Rolling NFT Contract Stats Object | contract stats since seven days ago |