JavaScript
Quotes
Get indicative quote
Returns an indicative quote for a currency pair. Not persisted or holdable.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.augustus.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer token for authentication with Augustus Banking API
Query Parameters
Source currency code.
Available options:
EUR, GBP, USD, USDC Target currency code.
Available options:
EUR, GBP, USD, USDC Source amount as a string decimal. Defaults to 1 unit if omitted.
Pattern:
^\d+(\.\d+)?$Response
200 - application/json
The indicative quote
Source amount as a string decimal.
Source currency code.
Available options:
EUR, GBP, USD, USDC Target amount as a string decimal.
Target currency code.
Available options:
EUR, GBP, USD, USDC Conversion rate applied.
Venue the quote was fetched from.
Conversion fee, or null if no fee applies.
ISO 8601 UTC timestamp when the quote was fetched.