product_trades
ActiveTool of Coinbase Exchange
declared in 0.1.0
Coinbase Exchange — recent trade tape for a crypto pair (e.g. 'BTC-USD'): trade ID, price, size, side, and timestamp. Supports limit and before/after cursor pagination.
Parameters schema
{
"type": "object",
"examples": [
{
"product_id": "BTC-USD"
},
{
"limit": 50,
"product_id": "ETH-USD"
}
],
"required": [
"product_id"
],
"properties": {
"after": {
"type": "string"
},
"limit": {
"type": "number"
},
"before": {
"type": "string"
},
"product_id": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Coinbase Exchange
https://github.com/pipeworx-io/mcp-coinbase-exchange
1/7 registries