---
title: "Changes to Get Transfer Quote"
method: POST
path: "/v1/wallets/{wallet_id}/transfer/quote"
---

# Changes to Get Transfer Quote

`POST /v1/wallets/{wallet_id}/transfer/quote`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 46 revisions.

- **2026-07-09** `d5a26f68a18a` — 2 breaking, 2 info
- **2026-06-17** `468dcf8db580` — 7 info
- **2026-06-08** `93c7790da9d3` — 1 breaking
- **2026-06-03** `b64a233ab9ee` — 8 info
- **2026-05-18** `a387f0cce4fa` — 1 info

## Changes

- **2026-07-09** `d5a26f68a18a` — 2 breaking, 2 info
  - the response property `source/anyOf[subschema #1: NamedTokenTransferSource]/amount` became optional for the status `200`
  - the response property `source/anyOf[subschema #2: CustomTokenTransferSource]/amount` became optional for the status `200`
  - the request property `source/anyOf[subschema #1: NamedTokenTransferSource]/amount` became optional
  - the request property `source/anyOf[subschema #2: CustomTokenTransferSource]/amount` became optional
- **2026-06-17** `468dcf8db580` — 7 info
  - added the new optional request property `amount`
  - request property `source/anyOf[subschema #1: NamedTokenTransferSource]/amount` deprecated
  - request property `source/anyOf[subschema #2: CustomTokenTransferSource]/amount` deprecated
  - the response property `estimated_fees` became required for the status `200`
  - response property `source/anyOf[subschema #1: NamedTokenTransferSource]/amount` deprecated
  - response property `source/anyOf[subschema #2: CustomTokenTransferSource]/amount` deprecated
  - added the required property `estimated_input_amount` to the response with the `200` status
- **2026-06-08** `93c7790da9d3` — 1 breaking
  - the response property `estimated_fees` became optional for the status `200`
- **2026-06-03** `b64a233ab9ee` — 8 info
  - added `#/components/schemas/TronAddress` to the `destination/address` request property `anyOf` list
  - added `#/components/schemas/TronAddress` to the `source/anyOf[subschema #2: CustomTokenTransferSource]/asset_address` request property `anyOf` list
  - added the optional property `estimated_gas` to the response with the `200` status
  - added `#/components/schemas/TronAddress` to the `destination/address` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/TronAddress` to the `estimated_fees/items/oneOf[subschema #1: RelayerFee]/recipient` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/TronAddress` to the `estimated_fees/items/oneOf[subschema #2: PrivyFee]/recipient` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/TronAddress` to the `estimated_fees/items/oneOf[subschema #3: DeveloperFee]/recipient` response property `anyOf` list for the response status `200`
  - added `#/components/schemas/TronAddress` to the `source/anyOf[subschema #2: CustomTokenTransferSource]/asset_address` response property `anyOf` list for the response status `200`
- **2026-05-18** `a387f0cce4fa` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/privy-io/apis/privy-api/docs/v1/wallets/:wallet_id/transfer/quote/post.md) · [API](https://skmtc.dev/privy-io/apis/privy-api.md) · [Page](https://skmtc.dev/privy-io/apis/privy-api/changes/v1/wallets/:wallet_id/transfer/quote/post)
