OANDA · Example Payload

Getaccountinstruments

ForexFX TradingCFD TradingFinancial ServicesTrading APIs

Getaccountinstruments is an example object payload from OANDA, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathparametersresponses

Example Payload

getAccountInstruments.json Raw ↑
{
  "operationId": "getAccountInstruments",
  "summary": "Account Instruments",
  "method": "GET",
  "path": "/accounts/{accountID}/instruments",
  "parameters": {},
  "responses": {
    "200": {
      "description": "The list of tradeable instruments for the Account has been provided.",
      "schema_ref": ""
    },
    "400": {
      "description": "",
      "schema_ref": ""
    },
    "401": {
      "description": "",
      "schema_ref": ""
    },
    "405": {
      "description": "",
      "schema_ref": ""
    }
  }
}