OBJECT

Balance

link GraphQL Schema definition

  • type Balance {
  • # Asset object
  • asset: Asset
  • # Amount of the asset - optional conversion in the currency given
  • amount: Amount
  • # The available to spend net of any fees (Support on certain exchanges only)
  • available: Amount
  • }