OANDA · Schema

AccountUnits

The string representation of a quantity of an Account's home currency.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

AccountUnits.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AccountUnits",
  "description": "The string representation of a quantity of an Account's home currency.",
  "type": "string",
  "format": "A decimal number encoded as a string. The amount of precision provided depends on the Account's home currency."
}