Skip to main content
CryptoDeprecated

Adding cryptocurrencies

Register additional cryptocurrencies through the editable resource configuration.

Setup overview

Integration notes

Configuration file

Modify the editable-config.ts file to change the registered cryptocurrencies.

Configuration

Registered cryptocurrencies

Add or remove currency symbols in the RegisteredCryptos array.

editable.config.ts
export const RegisteredCryptos = [
'BTC',
'ETH',
'XMR',
'ALGO',
'QNT',
'LUNA', // RIP
'ADA',
'LTC',
'SOL',
'DOT',
'AVAX',
'XRP',
'ATOM',
'XLM'
];
Setup overview

Integration notes

Loading time

Adding more cryptocurrencies increases the resource loading time. The default list takes around 10 seconds because API requests require a delay to avoid error responses.