OANDA · Schema

DecimalNumber

The string representation of a decimal number.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

DecimalNumber.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DecimalNumber",
  "description": "The string representation of a decimal number.",
  "type": "string",
  "format": "A decimal number encoded as a string. The amount of precision provided depends on what the number represents."
}