StarterOnramp
Introduction
The Coinbase Onramp demo app will get you up and running with a basic API integration for web or mobile.Onramp initialization
Coinbase Onramp can be initialized two ways: via URL (non-secure) or via API (secure). In the URL method, all initialization parameters are passed as query string parameters. In the API method, the destination wallet address is passed via an API call which returns a one-time-use session token. The session token is then combined with the rest of the initialization parameters to generate an Onramp URL. See docs for more details.Onramp APIs
Coinbase Onramp has several APIs that can be called from a backend server to support different types of integrations. The use cases they support include:- Creating session tokens
- Generating quotes for onramp aggregation
- Retrieving supported assets and payment methods in a given country