List conversions
GET {{url}}/api/v1/conversions
Request Params
Key | Datatype | Required | Description |
---|
buy_currency | null | | Currency that the client bought (in 3-letter ISO-4217 format). |
from_created_at | null | | The 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_num | null | | Page number, starts from 0. |
page_size | null | | Number of results per page. Default value is 100. |
request_id | null | | Client-supplied conversion request_id (idempotency key). |
sell_currency | null | | Currency that the client sold (in 3-letter ISO-4217 format). |
status | null | | Status of the conversion. Can be one of AWAITING_FUNDS,CANCELLED,PENDING_SETTLEMENT,SETTLED,ROLLOVER_REQUESTED,PENDING_ROLLOVER. |
to_created_at | null | | The 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. |
Key | Datatype | Required | Description |
---|
x-on-behalf-of | string | | |