INPUT_OBJECT

CreateExchangeTransferInput

link GraphQL Schema definition

  • input CreateExchangeTransferInput {
  • # The authentication tokens for the user which to submit the transaction for
  • # signature (optional for API key users)
  • authentication: AuthenticationInput
  • # The ExchangeTransfer to be signed
  • exchangeTransfer: ExchangeTransferInput!
  • # A text field identifying where the request to sign came from - your application
  • # name should go here
  • source: String!
  • }

link Require by