Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer token for authentication with Augustus Banking API

Query Parameters

source_currency
enum<string>
required

Source currency code.

Available options:
EUR,
GBP,
USD,
USDC,
BTC,
ETH,
SOL,
POL
target_currency
enum<string>
required

Target currency code.

Available options:
EUR,
GBP,
USD,
USDC,
BTC,
ETH,
SOL,
POL
source_amount
string

Source amount as a string decimal. Defaults to 1 unit if omitted.

Pattern: ^\d+(\.\d+)?$

Response

200 - application/json

The indicative quote

source_amount
string
required

Source amount as a string decimal.

source_currency
enum<string>
required

Source currency code.

Available options:
EUR,
GBP,
USD,
USDC,
BTC,
ETH,
SOL,
POL
target_amount
string
required

Target amount as a string decimal.

target_currency
enum<string>
required

Target currency code.

Available options:
EUR,
GBP,
USD,
USDC,
BTC,
ETH,
SOL,
POL
rate
string
required

Conversion rate applied.

venue
string
required

Venue the quote was fetched from.

fee
object | null
required

Conversion fee, or null if no fee applies.

quoted_at
string<date-time>
required

ISO 8601 UTC timestamp when the quote was fetched.