Retrieves a paginated list of exports based on type and pagination settings.
curl --request GET \
--url https://api.staging.layer1.com/trade/v1/exports[
{
"totalElements": 123,
"content": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "PROCESSING",
"type": "transaction",
"inputParameters": {
"from": "2020-01-01T00:00:00Z",
"to": "2020-01-31T23:59:59Z"
},
"filename": "transaction_2024_04_19T11_20_11_901Z.csv",
"url": "<string>",
"createdAt": "2020-01-01T00:00:00Z",
"updatedAt": "2020-01-02T12:34:56Z"
}
],
"pageable": {
"pageNumber": 123,
"pageSize": 123
}
}
]Documentation Index
Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Filter exports by type.
Current page number.
x >= 0Number of items per page.
1 <= x <= 100curl --request GET \
--url https://api.staging.layer1.com/trade/v1/exports[
{
"totalElements": 123,
"content": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "PROCESSING",
"type": "transaction",
"inputParameters": {
"from": "2020-01-01T00:00:00Z",
"to": "2020-01-31T23:59:59Z"
},
"filename": "transaction_2024_04_19T11_20_11_901Z.csv",
"url": "<string>",
"createdAt": "2020-01-01T00:00:00Z",
"updatedAt": "2020-01-02T12:34:56Z"
}
],
"pageable": {
"pageNumber": 123,
"pageSize": 123
}
}
]