v25

OpenAPI 3.1.0raw.githubusercontent.com2026-08-014254240.1 KB
Conversions

List conversions

Returns a paginated list of conversions.

get/v1/conversions

Query parameters

limitinteger

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

cursorstring

Opaque cursor from a previous next_cursor.

status'pending' | 'completed' | 'failed'

Filter by conversion status.

source_currency'EUR' | 'GBP' | 'USD' | 'USDC' | 'BTC' | 'ETH' | 'SOL' | 'POL'

Filter by source currency code.

target_currency'EUR' | 'GBP' | 'USD' | 'USDC' | 'BTC' | 'ETH' | 'SOL' | 'POL'

Filter by target currency code.

Response

List of conversions

has_moreboolean required
next_cursorstring nullable required