---
title: "Master Wallet Get Quote"
method: POST
path: "/v1/wallets/{walletId}/swaps/quote"
tags: ["Swap"]
---

# Master Wallet Get Quote

`POST /v1/wallets/{walletId}/swaps/quote`

This endpoint allows you to retrieve a quote for swapping assets.

### Body Parameters

| Key | **Required** | Type | Description |
| --- | --- | --- | --- |
| fromAssetId | true | string | The master wallet asset id to swap from. |
| toAssetId | true | string | The master wallet asset id to swap to. |
| amount | true | string | The amount to swap. |
| recipientAddress | false | string | The external address you want to swap to |
| order | false | string | eg, FASTEST, CHEAPEST, RECOMMENDED, NO_SLIPPAGE |

## Response `200`

200 - External Recipient Address / 200 - Recipient Master Wallet

- object
  - `data` object
    - `amount` string
    - `estimatedArrivalTime` number
    - `impact` string
    - `impactInUSD` string
    - `minAmount` string
    - `nativeBalance` string
    - `nativeBalanceInUSD` string
    - `networkFee` string
    - `networkFeeInUSD` string
    - `rate` string
    - `slippage` string
    - `transactionFee` number
  - `message` string
  - `statusCode` number

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
