v1

latestOpenAPI 3.1.02026-07-13143194365.4 KB
offramp

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:

  1. Creates a session token bound to user's Smart Account earnings wallet
  2. Returns URL with session token embedded
  3. User completes sale in Coinbase UI
  4. 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

offramp_urlstring required

Coinbase hosted offramp URL. Redirect user here to complete sale. Contains session token bound to user's external wallet address.