product_candles
ActiveTool of Coinbase Exchange
declared in 0.1.0
Coinbase Exchange OHLC candles for a crypto pair. Granularity 1m, 5m, 15m, 1h, 6h, 1d. Use for charting and backtesting on Coinbase-listed pairs.
Parameters schema
{
"type": "object",
"examples": [
{
"product_id": "BTC-USD",
"granularity": 3600
},
{
"end": "2024-01-31T23:59:59Z",
"start": "2024-01-01T00:00:00Z",
"product_id": "ETH-USD",
"granularity": 86400
}
],
"required": [
"product_id"
],
"properties": {
"end": {
"type": "string"
},
"start": {
"type": "string"
},
"product_id": {
"type": "string"
},
"granularity": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Coinbase Exchange
https://github.com/pipeworx-io/mcp-coinbase-exchange
1/7 registries