OANDA · Schema

OrderRequest

The base Order specification used when requesting that an Order be created. Each specific Order-type extends this definition.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

OrderRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OrderRequest",
  "description": "The base Order specification used when requesting that an Order be created. Each specific Order-type extends this definition.",
  "type": "object",
  "properties": {}
}