fiatMap
Map all supported fiat currencies to unique IDs with this utility. Organize, sort, and include metals for streamlined fiat currency identification and integration.
Instructions
Returns a mapping of all supported fiat currencies to unique CoinMarketCap IDs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
include_metals | No | ||
limit | No | ||
sort | No | ||
start | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"include_metals": {
"type": "boolean"
},
"limit": {
"type": "number"
},
"sort": {
"type": "string"
},
"start": {
"type": "number"
}
},
"type": "object"
}