Integration Guideline
Welcome to the project. The goal of Ondefy Ramp is to allow the purchase of any token with a classic on-ramp user experience.
Built with nextjs and TypeScript. The interface of the application.
Built with TypeScript.

The buy link of its governance token ANGLE below:
- tokenId : the token id of the cryptocurrency you want the customer to buy. If passed, the cryptocurrency will be selected by default and the user will NOT be able to select another cryptocurrency (provided that the token id is valid).
- tokenAddress : the token contract address of the cryptocurrency you want the customer to buy. Takes precedence over tokenId. If passed, the cryptocurrency will be selected by default and the user will not be able to select another cryptocurrency (provided that the token address is valid on the selected network). This parameter will be ignored if networkId is not also passed.
- networkId : the network on which the user can buy tokens. Takes precedence over defaultNetworkId. If passed, the network will be selected by default and the user will NOT be able to select another network (provided that the network is supported).
- defaultNetworkId : the network on which the user can buy tokens. If passed, the network will be selected by default (provided that the network is supported) but the user will be able to select another network.
- fiatCurrency : the ticker of the fiat currency with which the user can buy tokens. If passed, the currency will be selected by default and the user will NOT be able to select another currency (provided that the currency is supported).
- defaultFiatCurrency : the ticker of the fiat currency with which the user can buy tokens. If passed, the currency will be selected by default but the user will be able to select another currency (provided that the currency is supported).
- fiatAmount : the amount of fiat currency representing how much the customer wants to spend. This parameter will be ignored if fiatCurrency is not also passed. If passed, the amount will be selected by default and the user will NOT be able to modify the amount (provided that the amount is a valid positive integer). Note that minimum and maximum amounts apply to each individual fiat currency.
- defaultFiatAmount : the amount of fiat currency representing how much the customer wants to spend. This parameter will be ignored if fiatCurrency is not also passed. If passed, the amount will be selected by default but the user will be able to modify the amount (provided that the amount is a valid positive integer). Note that minimum and maximum amounts apply to each individual fiat currency.
Last modified 1mo ago