Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 3.51 KB

File metadata and controls

33 lines (19 loc) · 3.51 KB
description
D2C fiat-crypto exchanges on your platform

On-Ramp

Particle has integrated multiple On-Ramp vendors, supporting dozens of fiat and various chains and cryptocurrencies.

This lets our partners purchase cryptocurrency directly through various local and global fiat payment methods. This may be particularly useful for novice users who do not yet have any cryptocurrency holdings.

By allowing users to purchase cryptocurrency directly with fiat currency, exchanges, DeFi protocols, wallets, and Web3 services can more easily onboard new users into the crypto market and begin investing in digital assets.

Live

👉 https://ramp.particle.network/

👉 https://wallet.particle.network/

👉 You can also enter the On-Ramp page by clicking the Buy button in the wallet.

SDK Integration

You can customize the open buy page by setting options parameters.

namedescriptiontyperequired
network[Solana, Ethereum, Binance Smart Chain, Polygon, Tron, Optimism, Arbitrum One, Avalanche, zkSync Era, Celo]stringFalse
fiatCoinFiat currencystringFalse
cryptoCoincrypto currencystringFalse
fiatAmtThe amount of fiat currency that the user wants to spend.It's just for Buy CryptonumberFalse
cryptAmtThe amount of crypto currency that the user wants to sell.It's just for Sell CryptonumberFalse
fixFiatCoinPrevent user from changing fiat currencyboolFalse
fixCryptoCoinPrevent user from changing fiat cryptocurrencyboolFalse
fixFiatAmtPrevent user from changing amount of fiat currencyboolFalse
walletAddressWallet address for the predefined cryptocurrencystringFalse
themelight,darkstringFalse
languageen,zh-CN,zh-TW,ja,kostringFalse

Integration can be achieved by using the API provided by different SDKs, or by splicing parameters according to your needs to obtain the corresponding link.