trades
ActiveTool of Gemini Crypto
declared in 0.1.0
Fetch recent trade history from Gemini for a symbol; optional timestamp filters to a start time and limit_trades caps the result count. Returns price, amount, type, and timestamp per trade.
Parameters schema
{
"type": "object",
"examples": [
{
"symbol": "btcusd"
},
{
"symbol": "ethusd",
"limit_trades": 100,
"include_breaks": true
}
],
"required": [
"symbol"
],
"properties": {
"symbol": {
"type": "string"
},
"timestamp": {
"type": "number"
},
"limit_trades": {
"type": "number"
},
"include_breaks": {
"type": "boolean"
}
}
}Parent server
Gemini Crypto
https://github.com/pipeworx-io/mcp-gemini-crypto
1/7 registries