OANDA · Example Payload

Streamtransactions

ForexFX TradingCFD TradingFinancial ServicesTrading APIs

Streamtransactions 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

streamTransactions.json Raw ↑
{
  "operationId": "streamTransactions",
  "summary": "Transaction Stream",
  "method": "GET",
  "path": "/accounts/{accountID}/transactions/stream",
  "parameters": {},
  "responses": {
    "200": {
      "description": "Connecting to the Transaction Stream was successful.",
      "schema_ref": ""
    },
    "400": {
      "description": "",
      "schema_ref": ""
    },
    "401": {
      "description": "",
      "schema_ref": ""
    },
    "404": {
      "description": "",
      "schema_ref": ""
    },
    "405": {
      "description": "",
      "schema_ref": ""
    }
  }
}