Response body
- data (array) - The list of all available on ramp blockchains and its tokens.
- id (string) - Blockchain/network ID
- name (string) - Name of the blockchain.
- chainId (number) - The blockchain unique identifier.
- logoUrl (string) - Url where the blockchain logo is stored.
- createdAt (string) - Date where this blockchain was created.
- updatedAt (string) - Date where this blockchain was updated.
- tokens (object) - The list of tokens available for this blockchain.
- id (string) - Token ID, used to create an on ramp transaction.
- name (string) - Name of the token. (Ex: Ethereum)
- symbol (string) - The symbol used to represent the token. (Ex: ETH)
- isChainDefaultToken (boolean) - Used to display this token as the default blockchain token.
- createdAt (string) - Date where this token was created.
- updatedAt (string) - Date where this token was updated.
Example
JSON
Use Cases
- On-Ramp Transactions: When users want to convert fiat to cryptocurrency, this module allows your application to display all available crypto tokens.
- Blockchain and token display: Use this endpoint to keep the available on-ramp blockchains and its corresponding tokens options up-to-date across different parts of your application, such as payment forms, transaction history, or user settings.