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 conversion.

Response

200 - application/json

The conversion resource

id
string<uuid>
required

Unique identifier of the conversion.

quote_id
string<uuid> | null
required

ID of the associated quote, or null.

type
enum<string>
required

Resource type discriminator.

Available options:
conversion
status
enum<string>
required

Current status of the conversion.

Available options:
pending,
completed,
failed
source_amount
string
required

Source amount as a string decimal.

source_currency
enum<string>
required

Source currency code.

Available options:
EUR,
GBP,
USD,
USDC
target_currency
enum<string>
required

Target currency code.

Available options:
EUR,
GBP,
USD,
USDC
source_account_id
string | null
required

ID of the source account, or null.

target_account_id
string | null
required

ID of the target account, or null.

failure
object | null
required

Failure details when status is failed, otherwise null.

metadata
object
required

Key-value pairs stored with the conversion.

created_at
string<date-time>
required

ISO 8601 UTC timestamp when the conversion was created.

updated_at
string<date-time>
required

ISO 8601 UTC timestamp when the conversion was last updated.

completed_at
string<date-time> | null
required

ISO 8601 UTC timestamp when the conversion completed, or null.