{
"type": "object",
"properties": {
"coin": {
"type": "string",
"description": "Cryptocurrency slug (e.g. 'bitcoin', 'ethereum', 'solana'). Use list_supported_coins to see all options."
},
"country": {
"type": "string",
"description": "Country slug for localized results. Options: australia, canada, mexico, united-states. Defaults to united-states.",
"default": "united-states"
},
"currency": {
"type": "string",
"description": "Fiat currency code (e.g. USD, CAD, AUD, MXN). Defaults to the country's local currency."
}
},
"required": [
"coin"
]
}{
"type": "object",
"properties": {
"coin": {
"type": "string",
"description": "Cryptocurrency slug (e.g. 'bitcoin', 'ethereum', 'solana'). Use list_supported_coins to see all options."
},
"country": {
"type": "string",
"description": "Country slug. Options: australia, canada, mexico, united-states. Defaults to united-states.",
"default": "united-states"
}
},
"required": [
"coin"
]
}{
"type": "object",
"properties": {
"coin": {
"type": "string",
"description": "Cryptocurrency slug (e.g. 'bitcoin', 'ethereum', 'solana'). Use list_supported_coins to see all options."
},
"currency": {
"type": "string",
"description": "Fiat currency code (e.g. USD, CAD, AUD). Defaults to USD.",
"default": "USD"
}
},
"required": [
"coin"
]
}{
"type": "object",
"properties": {
"coin": {
"type": "string",
"description": "Cryptocurrency slug (e.g. 'bitcoin', 'ethereum', 'solana'). Use list_supported_coins to see all options."
},
"amount": {
"type": "number",
"description": "Fiat amount to spend (e.g. 100, 500, 1000). Defaults to 100.",
"default": 100
},
"country": {
"type": "string",
"description": "Country slug. Options: australia, canada, mexico, united-states. Defaults to united-states.",
"default": "united-states"
},
"currency": {
"type": "string",
"description": "Fiat currency code (e.g. USD, CAD, AUD, MXN). Defaults to the country's local currency."
}
},
"required": [
"coin"
]
}{
"type": "object",
"properties": {
"exchange": {
"type": "string",
"description": "Exchange slug (e.g. 'coinbase', 'kraken', 'binance'). Use list_exchanges_by_country to see all options."
},
"country": {
"type": "string",
"description": "Country slug for country-specific details. Options: australia, canada, mexico, united-states. Defaults to united-states.",
"default": "united-states"
}
},
"required": [
"exchange"
]
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"country": {
"type": "string",
"description": "Country slug. Options: australia, canada, mexico, united-states. Defaults to united-states.",
"default": "united-states"
}
}
}