get_daily_volume
ActiveTool of PayRam Helper MCP Server
declared in 1.1.0
Returns the total payment volume for a given date, with breakdowns by network and currency. Only counts FILLED (completed) payments. Defaults to today if no date is specified.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"date": {
"type": "string",
"description": "Date in YYYY-MM-DD format. Defaults to today (UTC)."
},
"externalPlatformId": {
"type": "string",
"description": "Optional. Auto-discovered from your account if omitted."
}
},
"additionalProperties": false
}Parent server
PayRam Helper MCP Server
https://github.com/PayRam/payram-helper-mcp-server
1/7 registries