OANDA · Example Payload

Listtransactions

ForexFX TradingCFD TradingFinancial ServicesTrading APIs

Listtransactions 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

listTransactions.json Raw ↑
{
  "operationId": "listTransactions",
  "summary": "List Transactions",
  "method": "GET",
  "path": "/accounts/{accountID}/transactions",
  "parameters": {},
  "responses": {
    "200": {
      "description": "The requested time range of Transaction pages are provided.",
      "schema_ref": ""
    },
    "400": {
      "description": "",
      "schema_ref": ""
    },
    "401": {
      "description": "",
      "schema_ref": ""
    },
    "403": {
      "description": "",
      "schema_ref": ""
    },
    "404": {
      "description": "",
      "schema_ref": ""
    },
    "405": {
      "description": "",
      "schema_ref": ""
    },
    "416": {
      "description": "",
      "schema_ref": ""
    }
  }
}