forex_symbols
List available forex currency pairs (e.g., USD-KRW, EUR-USD).
REST endpoint
GET /api/v1/forex/symbols — see REST reference.
Parameters
No parameters.
Example invocation
JSON-RPC tools/call payload:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "forex_symbols",
"arguments": {}
}
}