OANDA · Schema

AcceptDatetimeFormat

DateTime header

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

AcceptDatetimeFormat.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AcceptDatetimeFormat",
  "description": "DateTime header",
  "type": "string",
  "enum": [
    "UNIX",
    "RFC3339"
  ]
}