---
title: "Retrieve a list of crypto offramp options"
method: POST
path: "/crypto/offramp"
---

# Retrieve a list of crypto offramp options

`POST /crypto/offramp`

## Request body

- object
  - `virtualAccountId` string, required — The id of the virtual account to offramp funds to.
  - `paymentRail` 'ach' | 'wire', required
  - `currency` 'usdt' | 'usdc', required

## Response `200`

OK

- object
  - `wallet` CryptoWallet, required
    - `id` string, required
    - `type` 'off_ramp', required
    - `status` 'pending_active' | 'active' | 'deactivated', required
    - `subaccountId` string, required
    - `slashAccountGroupId` string, required
    - `timestamp` string, date-time, required
  - `addresses` CryptoAddress[], required
    - `id` string, required
    - `walletId` string, required
    - `status` 'pending_active' | 'active' | 'deactivated', required
    - `currency` 'usdc' | 'usdt', required
    - `chain` 'ethereum' | 'avalanche' | 'base' | 'ethereum' | 'optimism' | 'polygon' | 'arbitrum' | 'solana' | 'stellar' | 'base' | 'tron', required
    - `address` string, required
    - `method` 'wire' | 'ach'
    - `blockchainMemo` string
    - `timestamp` string, date-time, required

## Other responses

- `400` — NOT ENROLLED
- `401` — Unauthorized
- `403` — Forbidden
- `429` — TooManyRequests
- `500` — Internal Error

---

[API](https://skmtc.net/slashfi/apis/slash-public-api.md) · [All operations](https://skmtc.net/slashfi/apis/slash-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slashfi/slash-public-api/versions/773c90f079c5/schema)
