Skip to main content
GET
List payouts

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 payout status.

Available options:
initiated,
submitted,
sent,
failed,
returned
created_at.gte
string<date-time>

Include payouts whose created_at is greater than or equal to this ISO 8601 timestamp.

Example:

"2026-01-01T00:00:00Z"

created_at.lte
string<date-time>

Include payouts whose created_at is less than or equal to this ISO 8601 timestamp.

Example:

"2026-02-01T00:00:00Z"

currencies
enum<string>[]

Filter to these currency codes. Use a separate currencies query parameter for each value (e.g. ?currencies=EUR&currencies=USD).

Minimum array length: 1

Currency code (ISO 4217 or crypto).

Available options:
EUR,
GBP,
USD,
USDC

Response

200 - application/json

Paginated list of payouts

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

"eyJsYXN0X2lkIjoiNTUwZTg0MDAtZTI5Yi00MWQ0LWE3MTYtNDQ2NjU1NDQwMDA2In0"

has_previous
boolean
required
previous_cursor
string | null
required
Example:

"eyJsYXN0X2lkIjoiNTUwZTg0MDAtZTI5Yi00MWQ0LWE3MTYtNDQ2NjU1NDQwMDA2In0"