transactions
ActiveTool of Bitstamp
declared in 0.1.0
Fetch recent Bitstamp trades for a currency pair; optional time filter (minute, hour, day) sets the lookback window. Returns trade id, price, amount, type, and timestamp.
Parameters schema
{
"type": "object",
"examples": [
{
"currency_pair": "btcusd"
},
{
"time": "hour",
"currency_pair": "ethusd"
}
],
"required": [
"currency_pair"
],
"properties": {
"time": {
"type": "string"
},
"currency_pair": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Bitstamp
https://github.com/pipeworx-io/mcp-bitstamp
1/7 registries