Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer token for authentication with Augustus Banking API

Path Parameters

id
string<uuid>
required

Unique identifier of the quote.

Response

200 - application/json

The quote resource

id
string<uuid>
required

Unique identifier of the quote.

type
enum<string>
required

Resource type discriminator.

Available options:
quote
status
enum<string>
required

Current status of the quote.

Available options:
pending,
quote_accepted,
order_pending,
order_failed,
order_completed,
withdrawal_pending,
withdrawal_failed,
withdrawal_completed,
completed,
failed
funding_status
enum<string>
required

Current funding status of the quote.

Available options:
pending,
sent,
completed,
failed,
on_hold
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
exchange_rate
string
required

Exchange rate applied.

venue
string
required

Execution venue (e.g. "kraken").

expires_at
string<date-time>
required

ISO 8601 UTC timestamp when the quote expires.

created_at
string<date-time>
required

ISO 8601 UTC timestamp when the quote was created.

updated_at
string<date-time>
required

ISO 8601 UTC timestamp when the quote was last updated.