OBJECT

ExchangeTransaction

link GraphQL Schema definition

  • type ExchangeTransaction implements Transaction {
  • # The exchange the transaction is sent from
  • from: GenericAddress!
  • # The exchange the transaction is sent to
  • to: GenericAddress!
  • # The amount of the transferred asset
  • amount: Amount!
  • # Status of the transaction
  • status: TransactionStatus!
  • # Timestamp the transaction was created at (ISO 8601 UTC date time):
  • createdAt: String
  • # Timestamp the transaction was last updated (ISO 8601 UTC date time):
  • updatedAt: String
  • }

link Require by

This element is not required by anyone