NoahGetPayoutChannelsRequest

constructor(cryptoCurrency: String, country: String? = null, fiatCurrency: String? = null, fiatAmount: String? = null, paymentMethodId: String? = null, pageSize: Int? = null, pageToken: String? = null)

Parameters

cryptoCurrency

Crypto asset symbol the payout will originate from.

country

Optional ISO-3166 country code to filter channels by.

fiatCurrency

Optional ISO-4217 fiat currency code the payout will be denominated in.

fiatAmount

Optional amount to seed channel-level fee calculations.

paymentMethodId

Optional saved payment method id to filter channels by.

pageSize

Optional page size between 1 and 100 (validated by the BFF).