For the complete documentation index, see llms.txt. This page is also available as Markdown.

Supported currencies

Supported cryptocurrencies, networks, and fiat settlement currencies, and how to fetch them via the API.

Cryptonly currently supports these crypto currencies:

Currency
Network

BTC

Bitcoin

ETH

Ethereum

USDT_ERC20

Ethereum

USDC_ERC20

Ethereum

BNB

BNB Smart Chain

USDT_BEP20

BNB Smart Chain

USDC_BEP20

BNB Smart Chain

TRX

Tron

USDT_TRC20

Tron

Fiat settlement currencies (used as fiatCurrencyCode on POST /invoice) include USD, EUR, and other common currencies — see GET /currencies/fiat for the exact list available to your account.

Fetching currencies via the API

  • GET /currencies — list supported crypto currencies, optionally filtered with ?network= (e.g. Tron). Each entry includes decimalPlaces, minDepositAmount, minWithdrawalAmount, depositCommission (your tenant's effective rate), contractAddress (for tokens), and an optional addressMask regex for client-side address validation.

  • GET /currencies/fiat — list supported fiat currencies for invoices, with decimalPlaces and minInvoiceAmount.

Use these endpoints rather than hardcoding currency lists or minimums — available assets and thresholds can change per tenant and over time.

Last updated