List conversions

GET {{url}}/api/v1/conversions

Request Params

KeyDatatypeRequiredDescription
buy_currencynullCurrency that the client bought (in 3-letter ISO-4217 format).
from_created_atnullThe starting value for specifying a date range for results to be returned. The date range is specific to conversion creation (a conversion’s created_at date). Specify a starting created_at date (in ISO-8601 format). This starting date is inclusive of the range.
page_numnullPage number, starts from 0.
page_sizenullNumber of results per page. Default value is 100.
request_idnullClient-supplied conversion request_id (idempotency key).
sell_currencynullCurrency that the client sold (in 3-letter ISO-4217 format).
statusnullStatus of the conversion. Can be one of AWAITING_FUNDS,CANCELLED,PENDING_SETTLEMENT,SETTLED,ROLLOVER_REQUESTED,PENDING_ROLLOVER.
to_created_atnullThe ending value for specifying a date range for results to be returned. The date range is specific to conversion creation (a conversion’s created_at date). Specify an ending created_at date (in ISO-8601 format). This ending date is inclusive of the range.

HEADERS

KeyDatatypeRequiredDescription
x-on-behalf-ofstring