| CIRCULATING_SUPPLY | bigint | true | Current circulating supply of the cryptocurrency |
| COINGECKO_ID | text | false | Unique identifier for the cryptocurrency |
| FDMC | bigint | true | Fully Diluted Market Cap |
| HIGH_24H | float | true | Highest price in the last 24 hours |
| LOW_24H | float | true | Lowest price in the last 24 hours |
| MARKET_CAP | bigint | true | Market capitalization |
| MARKET_CAP_CHANGE_24H | bigint | true | Change in market cap over the last 24 hours |
| MARKET_CAP_CHANGE_PERCENTAGE_24H | float | true | Percentage change in market cap over the last 24 hours |
| MAX_SUPPLY | bigint | true | Maximum supply of the cryptocurrency |
| NAME | text | false | Name of the cryptocurrency project |
| PRICE | float | true | Current price of the cryptocurrency |
| PRICE_ATH | float | true | All-time high price |
| PRICE_ATH_CHANGE_PERCENTAGE | float | true | Percentage change from all-time high price |
| PRICE_ATH_DATE | timestamp with timezone | true | Date of the all-time high price |
| PRICE_ATL | float | true | All-time low price |
| PRICE_ATL_CHANGE_PERCENTAGE | float | true | Percentage change from all-time low price |
| PRICE_ATL_DATE | timestamp with timezone | true | Date of the all-time low price |
| PRICE_CHANGE_24H | float | true | Price change over the last 24 hours |
| PRICE_CHANGE_PERCENTAGE_24H | float | true | Percentage change in price over the last 24 hours |
| SYMBOL | text | false | Symbol of the cryptocurrency |
| TOTAL_SUPPLY | bigint | true | Total supply of the cryptocurrency |
| VOLUME_24H | bigint | true | 24-hour trading volume |