This endpoint allows you to search for finished trades by date range, trade ID, offer ID or user ID, individually or in combination, with the search period limited to a maximum of 31 days.
List trades that match the search query parameters
Error
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": [
- {
- "id": "abcc89ac-1290-426f-8de0-4c7b40b91d3a",
- "offer_id": "2e4c89ac-1290-426f-8de0-4c7b40b91d3a",
- "type": "buy",
- "fiat_id": 1,
- "asset_id": 1,
- "fiat_amount": "1.89",
- "tax_amount": "0.10",
- "total_amount": "1.99",
- "asset_amount": "0.00060120",
- "asset_price": "11278.15044158",
- "time": "2022-09-30T14:56:45+03:00",
- "external_transaction_id": "abc-ext-123-123",
- "user_pid": "abc170cc-abcb-4318-abc5-24abc9210d75",
- "status": "finished",
- "fiat_symbol": "EUR",
- "asset_symbol": "BTC",
- "gross_fee": "11278.15044158",
- "fees_after_cost": "0.00000000",
- "final_revenue_share": "0.00000000",
- "initiated_by": "user"
}
], - "meta": {
- "total_count": 48,
- "page": 3,
- "page_size": 10
}, - "links": {
- "first": "?page=1&page_size=10",
- "last": "?page=5&page_size=10",
- "prev": "?page=2&page_size=10",
- "next": "?page=4&page_size=10",
- "self": "?page=3&page_size=10"
}
}