Skip to main content

Non EVM Chains

Non EVM chains supported:

Bitcoin

Bitcoin Native Asset

We will be supporting Bitcoin in our Buy and Sell flows in the future. To add support, add the following crypto object to your configuration crypto array:

{
id: <your btc internal id>,
network: 'bip122:000000000019d6689c085ae165831e93',
assetId: 'slip44:0'
}

Details

  • Decimals places: 8
  • Address format: Native Segwit (bc1q...)

Solana

Solana Native Asset

We will be supporting SOL in our Buy and Sell flows in the future. To add support, add the following crypto object to your configuration crypto array:

{
id: <your solana internal id>,
network: 'solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp',
assetId: 'slip44:501'
}

Details

  • Decimals places: 9

Solana SPL Tokens

Not supported yet.