list-checkSupported Resources

Discover payment supported resources including cryptocurrencies, blockchains, fiat currencies, and rails

Cryptocurrencies

get
/api/v1/supported/crypto-currencies

Get a list of all supported cryptocurrencies with their blockchains and contract addresses. Useful for discovering available crypto assets for trading.

Responses
chevron-right
200

Successfully retrieved cryptocurrencies

application/json
get
/api/v1/supported/crypto-currencies
200

Successfully retrieved cryptocurrencies

Blockchains

get
/api/v1/supported/blockchains

Get a list of all supported blockchains with their associated cryptocurrencies. Useful for discovering which blockchains are available and what tokens they support.

Responses
chevron-right
200

Successfully retrieved blockchains

application/json
get
/api/v1/supported/blockchains
200

Successfully retrieved blockchains

Fiat currencies

get
/api/v1/supported/fiat-currencies

Get a list of all supported fiat currencies with their onramp/offramp capabilities. Useful for discovering available fiat currencies for onramp and offramp operations.

Responses
chevron-right
200

Successfully retrieved fiat currencies

application/json
get
/api/v1/supported/fiat-currencies

Payment rails

get
/api/v1/supported/payment-rails

Get payment rail capabilities for a specific country, currency, and direction (onramp/offramp). Returns available payment rails with their required fields and supported currencies.

Query parameters
countrystringOptional

ISO 2-letter country code (e.g., NG, US, IN)

Example: NG
currencystringOptional

Fiat currency code (e.g., NGN, USD, EUR). Either country or currency must be provided.

Example: NGN
directionstring · enumRequired

Transaction direction - either "onramp" (fiat to crypto) or "offramp" (crypto to fiat)

Example: offrampPossible values:
Responses
chevron-right
200

Successfully retrieved payment capabilities

application/json
get
/api/v1/supported/payment-rails

Institutions (banks) for a payment rail

get
/api/v1/supported/institutions

Get a list of financial institutions (banks) available for a specific payment rail. Useful for populating bank selection dropdowns when institution selection is required.

Query parameters
railstringRequired

Payment rail slug (e.g., iban-sepa, pix-brazil, cvu-cbu)

Example: iban-sepa
institution_idstringOptional

Optional institution ID to filter by specific institution

Example: revolut
countrystringOptional

ISO 2-letter country code for filtering

Example: IN
currencystringOptional

ISO 3-letter currency code for filtering

Example: INR
searchstringOptional

Free-text search by institution name

Example: hdfc
codestringOptional

Lookup by specific code such as IFSC or sort code

Example: HDFC0001234
limitinteger · min: 1 · max: 100Optional

Maximum number of results to return

Default: 20Example: 20
offsetintegerOptional

Number of results to skip for pagination

Default: 0Example: 0
Responses
chevron-right
200

Successfully retrieved institutions

application/json
get
/api/v1/supported/institutions

Last updated