Please complete this form to obtain your API Keys.
Getting Started
Please ensure you have a valid API key. You may apply for one using the link provided above. With an API key, you may access the widget through the following URL:
https://widget.uniramp.com/?api_key=pk_prod_xxx
Most users prefer to embed the widget on their website. This can be easily achieved through an iframe embed. Users may choose to style the iframe to fit the website's design. We recommend the following styles as a good starting point:
The following query parameters allow users to customize the widget. In addition, the parameters can be used dynamically (eg. custom onramp_wallet for different users). This can be trivially implemented through URLSearchParams in JavaScript/TypeScript or other similar functions.
Parameter
Description
Required
Example
api_key
api publisher key (eg. pk_prod_xxx)
onramp_wallet
wallet address
0xa90D8432d3d1afb828b0aa3fCB7a6291b20EE64e
onramp_hybrid
if hybrid transactions are enabled
false
onramp_chain
the default chain that is selected. learn more about its usage from the selecting default crypto section
eth
onramp_crypto
the default crypto token that is selected. this field works in tandem with onramp_chain. learn more about its usage from the selecting default crypto section
0x0000000000000000000000000000000000000000
Selecting Default Crypto
Use the onramp_chain and onramp_crypto query parameters to select a default cryptocurrency. Please note that the usage of onramp_chain is required while onramp_crypto is optional. Some common cryptocurrencies and their corresponding query parameters can be found below: