You're viewing a demo portfolio

Join the waitlist
PRSM

product_trades

Active

Tool 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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Coinbase Exchange

https://github.com/pipeworx-io/mcp-coinbase-exchange

1/7 registries
View full server →