get_reference_currencies
Retrieve a list of reference currencies for comparing cryptocurrency values, including symbols and signs for fiat, coin, and denominator types.
Instructions
Get a list of reference currencies, which can be used as reference for coins. The response includes all the essentials for this use-case, such as the symbol (e.g. USD) and - if available - the sign (e.g. $).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | A currency is one of three types: coin (e.g. Bitcoin, Ethereum, etc.), fiat (US Dollar, Euro, Yen, etc.) or a denominator (e.g. Satoshi). Filter the response by providing one or more types Allowed values: coin, fiat, denominator Array parameters should be suffixed with brackets. Example: ?types[]=coin&types[]=fiat. | |
| limit | No | Limit. Used for pagination Default value: 20 Size range: 0-100 | 50 |
| offset | No | Offset. Used for pagination Default value: 0 | 0 |