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'

Filter by source currency code.

target_currency'EUR' | 'GBP' | 'USD' | 'USDC'

Filter by target currency code.

Response

List of conversions

has_moreboolean required
next_cursorstring nullable required

Changes