Skip to content

GET /v1/currencies

Returns an array of available currency ticker symbols. No authentication required.

GET /v1/currencies
Terminal window
curl https://api.nearpayments.io/v1/currencies
{
"currencies": ["near", "btc", "eth", "sol", "usdttrc20"]
}