Noah Get Payout Channels Request
data class NoahGetPayoutChannelsRequest(val cryptoCurrency: String, val country: String? = null, val fiatCurrency: String? = null, val fiatAmount: String? = null, val paymentMethodId: String? = null, val pageSize: Int? = null, val pageToken: String? = null)
Query parameters for GET /api/v3/clients/me/integrations/noah/payouts/channels.
Only cryptoCurrency is required; country and fiatCurrency are optional filters.
Parameters
crypto Currency
Crypto asset symbol the payout will originate from.
country
Optional ISO-3166 country code to filter channels by.
fiat Currency
Optional ISO-4217 fiat currency code the payout will be denominated in.
fiat Amount
Optional amount to seed channel-level fee calculations.
payment Method Id
Optional saved payment method id to filter channels by.
page Size
Optional page size between 1 and 100 (validated by the BFF).