OANDA · Schema

AccountID

The string representation of an Account Identifier.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

AccountID.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AccountID",
  "description": "The string representation of an Account Identifier.",
  "type": "string",
  "format": "\"-\"-delimited string with format \"{siteID}-{divisionID}-{userID}-{accountNumber}\""
}