GET api/v2/exchanges
General information about endpoints
Information | Description |
---|---|
Description | Lists exchanges with optional filters. |
Route |
|
Permissions | Private |
Request Parameters:
Parameter | Type | Required | Description |
page | integer | No | Pagination page number |
per_page | integer | No | Number of items per page |
input_asset | string | Optional | Identifier of the input asset |
output_asset | string | Optional | Identifier of the output asset |
state | string | Optional | Filter by status |
from | date | Optional | Filter by start date |
to | date | Optional | Filter by end date |
sort | string | Optional | Sort order ( |
sort_by | string | Optional | Sort by specified field |