Archived Bots

Get Database Trades

Get trade history from a database.

Args: db_path: Full path to the database file limit: Maximum number of trades to return offset: Offset for pagination

Returns: List of trades with pagination info

get/archived-bots/{db_path}/trades

Path parameters

db_pathstring required

Query parameters

limitinteger

Limit number of trades returned

Limit number of trades returned

offsetinteger

Offset for pagination

Offset for pagination

Response

Successful Response

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

Changes