Skip to main content
GET
List Autoramps for a Customer

Authorizations

X-API-Key
string
header
required

API Key

Headers

X-SUB-PARTNER-ID
string

Optional sub-partner UUID, if provided, the autoramps will be filtered for the sub-partner

X-API-Version
string

Selects the API version for this request, as an ISO date (YYYY-MM-DD). Omit to use the default version (2025-03-13). Supported versions: 2025-03-13, 2026-07-01.

Query Parameters

customer_id
string<uuid>

The optional Customer ID to filter autoramps by. If not provided, returns autoramps for all customers

status
enum<string>[]

Filter by autoramp status. Multiple statuses can be provided as comma-separated values.

Available options:
Created,
EditPending,
Authorized,
DepositAccountAdded,
Approved,
Rejected,
Cancelled
autoramp_type
enum<string>

autoramp type filter Autoramp type

The type (onramp, offramp, swap) of an autoramp

Available options:
Onramp,
Offramp,
Swap,
Mint,
Redeem
cursor
string<uuid>

Paging: the cursor field from previous page

prev_cursor
string<uuid>

Paging: the cursor field for backward pagination

page_size
integer<uint32>
default:10

Paging: the requested page size

Required range: x <= 100
sort_order
enum<string>

Sort order for results. "asc" for oldest first, "desc" for newest first (default).

Available options:
asc,
desc
is_batch_payout
boolean

Filter by batch payout flag. If true, only batch payout autoramps are returned. If false, only non-batch payout. If omitted, all autoramps are returned.

source
enum<string>

Filter by autoramp source. "Standalone" returns only market autoramps (with no attached quotes). "Quote" returns only autoramps with at least one attached quote. If omitted, all sources are returned. Autoramp Source

The source of the autoramp

Available options:
Standalone,
Quote

Response

Get autoramps successful

PagedList

A list of items with cursors used to fetch the next or previous page

items
Autoramp · object[]
required

The list of items

cursor
string<uuid>

The cursor used to fetch the next page

prev_cursor
string<uuid>

The cursor used to fetch the previous page