Overview
Prerequisites
- Gnosis Ramp API credentials (Getting Started)
- A connected ramp provider that supports USD → USDC_GNO
Step 1: Create Customer
API Call
POST /v1/customers
Sample Request Body
Sample Response
Step 2: Get Indicative Quote
Before creating an intent, fetch indicative quotes to show users pricing options.API Call
GET /v1/intent/quote
Sample Request
Sample Response
Step 3: Get Requirements
API Call
GET /v1/intent/requirements
Sample Request
Sample Response
Step 4: Create Intent
API Call
POST /v1/intent
Sample Request Body
Sample Response
Step 5: Handle Compliance
Step 6: Execute Transaction
IfautoExecute was false, manually trigger execution.
API Call
POST /v1/intent/{intentId}/transaction
Sample Response
Step 7: Display Deposit Instructions
Step 8: Monitor Completion
API Call
GET /v1/intent/{intentId}/transaction
Sample Response
status is SUCCESS, FAILED, or CANCELLED.
Complete Example
Next Steps
OFFRAMP Guide
Convert crypto back to fiat.
Webhooks
Get real-time status updates.