Archived Bots

Get Database Trades

Get paginated trade fill history from an archived bot database.

Retrieves trade execution records with details including price, amount, fees, and timestamps. Supports pagination for handling large trade histories.

Use this endpoint to analyze individual trades, export trade data, or build detailed trade history reports.

get/archived-bots/{db_path}/trades

Path parameters

db_pathstring required

Query parameters

limitinteger

Maximum number of trades to return (1-1000)

Maximum number of trades to return (1-1000)

offsetinteger

Number of trades to skip for pagination

Number of trades to skip for pagination

Response

Successful Response

{"stackTrail":"paths:/archived-bots/{db_path}/trades:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes