GET /v1/full-currencies
Returns detailed metadata for all available currencies including blockchain info, decimals, and current price. No authentication required.
Request
Section titled “Request”GET /v1/full-currenciesExample
Section titled “Example”curl https://api.nearpayments.io/v1/full-currenciesResponse
Section titled “Response”{ "currencies": [ { "id": 1, "ticker": "btcbtc", "name": "BTC", "network": "btc", "enable": true, "available_for_payment": true, "available_for_to": true, "available_for_from": true, "is_fiat": false, "is_stable": false, "logo_url": "https://...", "code": "btcbtc", "blockchain": "btc", "chain_code": "btc", "decimals": 8, "price_usd": 95000.00, "image": "https://..." } ]}