📄️ List all trades per user
The endpoint retrieves a list of buy and sell trades in finished status associated with a specified user ID.
📄️ Get trades history for user using asset and fiat uuid
The endpoint retrieves a list of buy and sell trades in finished status associated with a specified user ID.
📄️ Search for trades
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.
📄️ Lightweight Search for trades V2
This endpoint allows you to search for trades by date range, id, user_id, status, asset symbol, type, initiated_by individually or in combination.
📄️ Get trade details
The endpoint returns the trades’s details based on their user ID.