AlertPriceInput

Price input

GraphQL schema definition

Fields

  • mode(ModePrice!): UNIT: to be informed for each transaction that matches the amount / commission PERCENTAGE: to be advise if a percentage of traffic matches the amount / commission
  • check(CheckPrice!): Specify which field is going to be checked. Amount, commission or both
  • range(RangePrice!): Low or greater values of amount/commission (value included)
  • amount(Int): Value of amount price
  • commission(Int): Value of commission price

Required by