OANDA · Schema

ClientComment

A client-provided comment that can contain any data and may be assigned to their Orders or Trades. Comments are typically used to provide extra context or meaning to an Order or Trade.

ForexFX TradingCFD TradingFinancial ServicesTrading APIs
View JSON Schema on GitHub

JSON Schema

ClientComment.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ClientComment",
  "description": "A client-provided comment that can contain any data and may be assigned to their Orders or Trades. Comments are typically used to provide extra context or meaning to an Order or Trade.",
  "type": "string"
}