Skip to main content

Supported Countries

GET 

https://api.sandbox.noah.com/v1/channels/sell/countries

Retrieve a complete list of countries where sell operations are supported. The response is useful for enabling customers to select their desired Country+FiatCurrency combination for receiving payouts. After making a selection, obtain the channels for the chosen Country+FiatCurrency using GET /channels/sell

Request

Header Parameters

    Api-Signature string

    Digitally signed JWT.

Responses

List of countries

Schema
    property name* FiatCurrencyCode (string)[]
  • Array [
  • FiatCurrencyCode (string)

    Supported fiat ISO_4217 3 letter currency codes.

    Example: USD
  • ]

Authorization: X-Api-Key

name: X-Api-Keytype: apiKeydescription: This security scheme requires an API Key to successfully authenticate.in: header
curl -L 'https://api.sandbox.noah.com/v1/channels/sell/countries' \
-H 'Accept: application/json' \
-H 'X-Api-Key: <X-Api-Key>'
Request Collapse all
Base URL
https://api.sandbox.noah.com/v1
Auth
Parameters
— header
ResponseClear

Click the Send API Request button above and see the response here!