v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
Default

Forex Symbol

List supported forex symbols.

get/forex/symbol

Query parameters

exchangestring required

Exchange you want to get the list of symbols from.

Response

successful operation

descriptionstring

Symbol description

displaySymbolstring

Display symbol name.

symbolstring

Unique symbol used to identify this symbol used in <code>/forex/candle</code> endpoint.

Example response

[
  {
    "displaySymbol": "displaySymbol",
    "symbol": "symbol",
    "description": "description"
  }
]