KB / api
GET /api/v1/trading/admin/accounts/{account_id}/history
Last verified
Auto-generated. This article is rebuilt from FastAPI route introspection by
scripts/build_api_kb.py. Edit the route docstring inapp/and re-run the script — do not edit this file directly.
GET /api/v1/trading/admin/accounts/{account_id}/history
Handler: app.trading.routes.admin_account_history
Methods: GET
Description
Get trade history for a specific account (admin view).
Parameters
| In | Name | Type | Default | Description |
|---|---|---|---|---|
| path | account_id | int | PydanticUndefined | |
| query | limit | int | 100 | |
| query | offset | int | 0 |
Curl
curl -s https://bigclawd.com/api/v1/trading/admin/accounts/{account_id}/history