---
title: "Get indicative quote"
method: GET
path: "/v1/quotes/indicative"
tags: ["Quotes"]
---

# Get indicative quote

`GET /v1/quotes/indicative`

Returns an indicative quote for a currency pair. Not persisted or holdable.

## Query parameters

- `source_currency` 'EUR' | 'GBP' | 'USD' | 'USDC' | 'BTC' | 'ETH' | 'SOL' | 'POL', required
- `target_currency` 'EUR' | 'GBP' | 'USD' | 'USDC' | 'BTC' | 'ETH' | 'SOL' | 'POL', required
- `source_amount` string

## Response `200`

The indicative quote

- GetIndicativeQuoteResponseDto
  - `source_amount` string, required — Source amount as a string decimal.
  - `source_currency` 'EUR' | 'GBP' | 'USD' | 'USDC' | 'BTC' | 'ETH' | 'SOL' | 'POL', required — Source currency code.
  - `target_amount` string, required — Target amount as a string decimal.
  - `target_currency` 'EUR' | 'GBP' | 'USD' | 'USDC' | 'BTC' | 'ETH' | 'SOL' | 'POL', required — Target currency code.
  - `rate` string, required — Conversion rate applied.
  - `venue` string, required — Venue the quote was fetched from.
  - `fee` object, nullable, required — Conversion fee, or null if no fee applies.
    - `amount` string, required — Fee amount as a string decimal.
    - `currency` 'EUR' | 'GBP' | 'USD' | 'USDC' | 'BTC' | 'ETH' | 'SOL' | 'POL', required — Fee currency code.
  - `quoted_at` string, date-time, required — ISO 8601 UTC timestamp when the quote was fetched.

## Changes

- **2026-07-13** `d92a4abea6c4` — 9 warning, 6 info
  - added the new `ETH` enum value to the `fee/currency` response property for the response status `200`
  - added the new `ETH` enum value to the `source_currency` response property for the response status `200`
  - added the new `ETH` enum value to the `target_currency` response property for the response status `200`
  - added the new `POL` enum value to the `fee/currency` response property for the response status `200`
  - …11 more
- **2026-06-17** `74deb4d45f9f` — 3 warning, 2 info
  - added the new `BTC` enum value to the `fee/currency` response property for the response status `200`
  - added the new `BTC` enum value to the `source_currency` response property for the response status `200`
  - added the new `BTC` enum value to the `target_currency` response property for the response status `200`
  - added the new enum value `BTC` to the `query` request parameter `source_currency`
  - …1 more
- **2026-04-24** `75f9878ced37` — 2 breaking, 12 warning, 8 info
  - the `query` request parameter `source_currency` was restricted to a list of enum values
  - the `query` request parameter `target_currency` was restricted to a list of enum values
  - added the new `EUR` enum value to the `fee/currency` response property for the response status `200`
  - added the new `EUR` enum value to the `source_currency` response property for the response status `200`
  - …18 more
- **2026-04-02** `a44080671085` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/augustus/apis/augustus-banking-api/changes/v1/quotes/indicative/get.md)

---

[API](https://skmtc.dev/augustus/apis/augustus-banking-api.md) · [All operations](https://skmtc.dev/augustus/apis/augustus-banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/augustus/augustus-banking-api/revisions/37109d1ed976/schema)
