---
title: "Get off-ramp quote"
method: POST
path: "/v1/deposit/quote"
tags: ["Delegated Contract Mode"]
---

# Get off-ramp quote

`POST /v1/deposit/quote`

Delegated Contract Mode will be deprecated soon; new partners should use Managed Custody Mode. Returns fees, exchange rate, and estimated receipt amount for a crypto-to-fiat deposit. Minimum 5 USDC. Pass the returned quoteId to /v1/deposit to lock in the quoted fees.

## Headers

- `X-Api-Signature` string, required
- `X-Api-Deadline` string, required
- `X-Api-PublicKey` string

## Request body

- object
  - `urId` integer, required — UR user ID.
  - `fromToken` string, required — Input token symbol (currently USDC only).
  - `toToken` string, required — Target fiat token symbol (USD, EUR, etc.).
  - `amount` string, required — Input amount in smallest units (5 USDC is "5000000"). Minimum 5 USDC.
  - `chainId` string — Source chain ID (CAIP-2). Defaults to Mantle when omitted.
  - `userAddress` string — User's UR account address; required for deposits from non-Mantle chains.

## Response `200`

Response envelope. For the user API, retCode 0 means success; for the partner API, code 0 means success. Business rejections return HTTP 200 with a non-zero code.

- DcEnvelope — Standard response envelope for the partner API (openapi.ur.app).
  - `code` integer, required — 0 on success; non-zero indicates a business rejection.
  - `message` string, required — Human-readable diagnostic; empty on success.
  - `data` unknown

---

[API](https://skmtc.net/ur/apis/ur-api.md) · [All operations](https://skmtc.net/ur/apis/ur-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ur/ur-api/revisions/087dcf516ce2/schema)
