v1
latestOpenAPI 3.1.02026-07-13143194365.4 KBofframp
Generate a Coinbase offramp URL for bank cashout
Generate a Coinbase hosted offramp URL to sell crypto and withdraw to a bank account.
How it works:
- Creates a session token bound to user's Smart Account earnings wallet
- Returns URL with session token embedded
- User completes sale in Coinbase UI
- Fiat is sent to user's linked bank account
Response: Returns offramp_url to redirect the user.
get/v1/offramp/url
Query parameters
networkstring
Source blockchain network (e.g., base, base-sepolia).
Source blockchain network (e.g., base, base-sepolia).
tokenstring
Token to sell (e.g., USDC).
Token to sell (e.g., USDC).
amountstring nullable
Amount to sell in token units (e.g., '1.00' for 1 USDC). Pre-fills the Coinbase UI and records on the withdrawal event.
Amount to sell in token units (e.g., '1.00' for 1 USDC). Pre-fills the Coinbase UI and records on the withdrawal event.
Headers
authorizationstring nullable
Bearer JWT issued by Grove.
Bearer JWT issued by Grove.
Response
Successful Response