getForexBatchQuotes
Retrieve real-time forex quotes for multiple currency pairs in one API call. Monitor global exchange rates and track market changes efficiently.
Instructions
Easily access real-time quotes for multiple forex pairs simultaneously with the Batch Forex Quotes API. Stay updated on global currency exchange rates and monitor price changes across different markets.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
short | No | Optional boolean to get short quotes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"short": {
"description": "Optional boolean to get short quotes",
"type": "boolean"
}
},
"type": "object"
}