---
title: "Configuration for enabled offramps"
method: GET
path: "/sdk/{environmentId}/offramps"
tags: ["SDK"]
---

# Configuration for enabled offramps

`GET /sdk/{environmentId}/offramps`

Find the configuration for the enabled offramps associated to an environment

## Path parameters

- `environmentId` string, required

## Query parameters

- `walletAddress` string, required
- `chain` string, required
- `networkId` string
- `token` string

## Response `200`

Supported offramps response

- SupportedOfframpsResponse
  - `offramps` RampConfiguration[]
    - `provider` 'emailOnly' | 'magicLink' | 'apple' | 'bitbucket' | 'coinbasesocial' | 'discord' | 'epicgames' | 'facebook' | 'farcaster' | 'github' | 'gitlab' | 'google' | 'instagram' | 'linkedin' | 'microsoft' | 'twitch' | 'twitter' | 'blocto' | 'banxa' | 'coinbaseOnramp' | 'cryptoDotCom' | 'dynamic' | 'alchemy' | 'zerodev' | 'telegram' | 'turnkey' | 'coinbaseWaas' | 'sms' | 'spotify' | 'tiktok' | 'line' | 'steam' | 'shopify' | 'zksync' | 'kraken' | 'blockaid' | 'passkey' | 'okta' | 'sendgrid' | 'resend', required — The 'turnkey' value is deprecated and will be removed in a future version.
    - `name` string, required
    - `iconUrl` string, required
    - `url` string, required
    - `qrCode` string — Optional QR code provided by the onramp (e.g., Crypto.com)

## Other responses

- `400` — Bad Request
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/dynamic/apis/dashboard-api.md) · [All operations](https://skmtc.net/dynamic/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dynamic/dashboard-api/versions/aac826315d90/schema)
