OANDA · Example Payload

Configureaccount

ForexFX TradingCFD TradingFinancial ServicesTrading APIs

Configureaccount 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

configureAccount.json Raw ↑
{
  "operationId": "configureAccount",
  "summary": "Configure Account",
  "method": "PATCH",
  "path": "/accounts/{accountID}/configuration",
  "parameters": {},
  "responses": {
    "200": {
      "description": "The Account was configured successfully.",
      "schema_ref": ""
    },
    "400": {
      "description": "The configuration specification was invalid.",
      "schema_ref": ""
    },
    "403": {
      "description": "The configuration operation was forbidden on the Account.",
      "schema_ref": ""
    },
    "401": {
      "description": "",
      "schema_ref": ""
    },
    "404": {
      "description": "",
      "schema_ref": ""
    },
    "405": {
      "description": "",
      "schema_ref": ""
    }
  }
}