| contract_address | hex string | contract address of the Token Contract |
| total_supply | int string | total supply of tokens |
| total_supply_usd_value | number | usd value of the total supply of tokens |
| number_of_owners | int string | number of unique owner addresses |
| number_of_transfers | int | total number of transfers |
| total_transfer_volume | int string | total transfer volume of the token |
| total_transfer_volume_usd_value | number | usd value of the total transfer volume of the token |
| one_day | Rolling Token Contract Stats Object | contract stats since one day ago |
| three_days | Rolling Token Contract Stats Object | contract stats since three days ago |
| seven_days | Rolling Token Contract Stats Object | contract stats since seven days ago |