Get cross pair symbols
GetSymbolsCrossCurrency¶
Description: Retrieves a list of all cross-currency symbols available in the system. Useful for identifying synthetic or paired symbols used in indirect trading relationships.
Request Parameters¶
No parameters required.
Response Parameters¶
| Name | Type | Description |
|---|---|---|
| rows | array | Array of symbol names (as strings) |
Response Example¶
{
"rows": [
"EURJPY",
"GBPCHF",
"AUDCAD"
]
}