Create conversion export

Initiates an asynchronous job to export conversion data for the specified date range. The export will be generated in the requested format and uploaded to S3. The job processes conversions in batches and includes conversion ID, source/destination assets, estimated input/output amounts, and other relevant metadata.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required
Defaults to conversion

Type of export to create. Must be 'conversion' for this endpoint

Body Params

Export request containing date range and format specifications

date-time

Inclusive start date and time from which the report will be generated. This date must be earlier than the 'to' date.

date-time

Inclusive end date and time up to which the report will be generated. This date must be later than the 'from' date. If not provided, it will be set to now.

string
enum

Format of the report to generate. Supported formats: CSV (comma-separated values), JSON (JavaScript Object Notation). Defaults to CSV if not specified.

Allowed:
string

Optional query string to filter conversions. Supports filters like 'direction:FIXED_FROM_AMOUNT', 'fromAsset:BTC', 'toAsset:USD', 'venues:kraken', and combinations like 'direction:FIXED_FROM_AMOUNT fromAsset:BTC'

Responses

Language
Credentials
http
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json