Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer token for authentication with Augustus Banking API

Query Parameters

limit
integer
default:10

Number of results per page (1-100). Defaults to 10.

Required range: 1 < x < 100
cursor
string

Opaque cursor from a previous next_cursor.

status
enum<string>

Filter by conversion status.

Available options:
pending,
completed,
failed
source_currency
enum<string>

Filter by source currency code.

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

Filter by target currency code.

Available options:
EUR,
GBP,
USD,
USDC

Response

200 - application/json

List of conversions

data
object[]
required
has_more
boolean
required
next_cursor
string | null
required