INPUT_OBJECT

RequestCsvTransactionsInput

link GraphQL Schema definition

  • input RequestCsvTransactionsInput {
  • # The authentication tokens for the user submitting a request to export
  • # transactions, the export will be sent to the user linked with the authentication
  • # information (optional for API key users)
  • authentication: AuthenticationInput
  • assetSymbols: [String]
  • toDate: String
  • fromDate: String!
  • count: Int
  • subWalletId: String
  • }

link Require by