# Currency

| Property | Description                                 | Type   |
| -------- | ------------------------------------------- | ------ |
| id       | Unique identifier of the currency           | Int    |
| name     | Name of the currency                        | String |
| address  | Blockchain address of the currency          | String |
| chainId  | Blockchain chain identifier of the currency | Int    |
| decimals | Number of decimals of the currency          | Int    |
| symbol   | Symbol of the currency                      | String |
| logoURI  | URL of the currency's logo                  | String |
