Skip to main content
GET
/
clients
/
me
/
integrations
/
noah
/
payouts
/
channels
Get payout channels
curl --request GET \
  --url https://api.portalhq.io/api/v3/clients/me/integrations/noah/payouts/channels \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "items": [
      {}
    ],
    "pageToken": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Client API Key or Client Session Token (CST). Pass as a Bearer token in the Authorization header.

Query Parameters

cryptoCurrency
string
required

Crypto currency symbol. In Noah sandbox, tickers must be suffixed with _TEST (e.g. USDC_TEST); use the unsuffixed ticker in production. See Noah's sandbox naming convention.

country
string

Optional ISO-3166-1 alpha-2 country code.

fiatCurrency
string

Optional ISO-4217 fiat currency code.

fiatAmount
string

Optional fiat amount used for pricing context.

paymentMethodId
string

Filters channels compatible with a specific saved payment method.

pageSize
integer
default:20

Number of channels to return per page.

Required range: 1 <= x <= 100
pageToken
string

Optional pagination token from a previous channels response.

Response

Channels retrieved successfully

data
object