OANDA · Schema

InstrumentType

The type of an Instrument.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

InstrumentType.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "InstrumentType",
  "description": "The type of an Instrument.",
  "type": "string",
  "enum": [
    "CURRENCY",
    "CFD",
    "METAL"
  ]
}