The API Reference tab provides interactive documentation for all Gnosis Ramp endpoints. Use it to explore paths, schemas, and try requests.Documentation Index
Fetch the complete documentation index at: https://docs.ramp.gnosis.io/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
| Item | Value |
|---|---|
| Base URL | https://api.ramp.gnosis.io |
| Content type | application/json |
There is no separate sandbox URL. Sandbox testing is controlled by configuring your ramp providers with sandbox credentials in the dashboard. See Getting Started for details.
Authentication
| Auth Scheme | Used For | Format |
|---|---|---|
| HTTP Basic | Project-scoped endpoints | Authorization: Basic base64(clientId:clientSecret) |
| Bearer Token | Customer-scoped endpoints | Authorization: Bearer <accessToken> |
POST /customers— Create customersGET /customers— List customersGET /currencies/supported— Get currency pairsGET /providers— List providersGET /intent/requirements— Get requirements schemaGET /intent/quote— Get indicative quotes
POST /intent— Create intentsGET /intent— List intentsGET /intent/:id— Get intentPOST /intent/:id/transaction— Execute transactionGET /intent/:id/transaction— Get transaction
OpenAPI Spec
- Download: openapi.yaml
- Import into Postman, Insomnia, or your preferred client
- Use schema definitions for strongly typed clients
- The Mintlify playground supports live requests with credentials