# CryptoData

## Fields

| Field            | Type       | Required           | Description                                        |
| ---------------- | ---------- | ------------------ | -------------------------------------------------- |
| `blockchains`    | _string_[] | :heavy_minus_sign: | The blockchains on which the cryptocurrency exists |
| `contracts`      | _string_[] | :heavy_minus_sign: | The contracts associated with the cryptocurrency   |
| `id`             | _number_   | :heavy_minus_sign: | The unique identifier of the cryptocurrency        |
| `liquidity`      | _number_   | :heavy_minus_sign: | Liquidity                                          |
| `logo`           | _string_   | :heavy_minus_sign: | Logo                                               |
| `marketCap`      | _number_   | :heavy_minus_sign: | Market cap                                         |
| `name`           | _string_   | :heavy_minus_sign: | The name of the cryptocurrency                     |
| `price`          | _number_   | :heavy_minus_sign: | Price                                              |
| `priceChange1h`  | _number_   | :heavy_minus_sign: | Price change 1h                                    |
| `priceChange1y`  | _number_   | :heavy_minus_sign: | Price change 1y                                    |
| `priceChange24h` | _number_   | :heavy_minus_sign: | Price change 24h                                   |
| `priceChange30d` | _number_   | :heavy_minus_sign: | Price change 30d                                   |
| `priceChange7d`  | _number_   | :heavy_minus_sign: | Price change 7d                                    |
| `symbol`         | _string_   | :heavy_minus_sign: | The symbol of the cryptocurrency                   |
| `decimals`       | _number_[] | :heavy_minus_sign: | The decimals of the cryptocurrency                 |
