---
title: "Create Quote"
method: POST
path: "/v1/customers/{customer_id}/conversions/quote"
tags: ["Conversions"]
---

# Create Quote

`POST /v1/customers/{customer_id}/conversions/quote`

Create a quote for converting between assets in a specific customer

## Path parameters

- `customer_id` string, required

## Request body

- ConversionQuoteRequest
  - `from_asset` AssetInfo, required
    - `amount` string, nullable — Asset amount
    - `asset` string, required — - Stablecoin assets: USDC, USDT, PYUSD, RLUSD, USDG, USDP, EURC, MXNB, 1USD(1USD/USDC conversion only, deposit/withdrawal not supported) - Digital assets: BTC - Fiat currencies: USD
  - `to_asset` AssetInfo, required
    - `amount` string, nullable — Asset amount
    - `asset` string, required — - Stablecoin assets: USDC, USDT, PYUSD, RLUSD, USDG, USDP, EURC, MXNB, 1USD(1USD/USDC conversion only, deposit/withdrawal not supported) - Digital assets: BTC - Fiat currencies: USD

## Response `201`

- ConversionQuoteResponse
  - `quote_id` string, required — Quote ID
  - `user_pay_amount` string, required — User pay amount
  - `user_pay_asset` string, required — User pay asset
  - `user_obtain_amount` string, required — User obtain amount
  - `user_obtain_asset` string, required — User obtain asset
  - `rate` string, required — Rate
  - `expire_time` integer, required — Expire time
  - `valid_until_timestamp` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/1money/apis/1money-openapi.md) · [All operations](https://skmtc.net/1money/apis/1money-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/1money/1money-openapi/revisions/aa2718d28cb5/schema)
