Get Wallet Trading History
Trading Data
Get Wallet Trading History
Returns paginated trading history for one wallet.
GET
Get Wallet Trading History
Endpoint
GET /api/personal-trading-history/{address}
Returns paginated trading history for one wallet.
Parameters
| Parameter | Location | Required | Type | Description |
|---|---|---|---|---|
address | path | Yes | string | Trader wallet address. |
chainId | query | Yes | integer | Blockchain chain ID. Common values: 42161 Arbitrum, 8453 Base, 137 Polygon. |
cursor | query | No | integer | Pagination cursor. |
limit | query | No | integer | Items to return. |
startDate | query | No | string | Optional ISO start date. |
endDate | query | No | string | Optional ISO end date. |
pair | query | No | string | Optional pair filter. |
action | query | No | string | Optional action filter. |
Usage Example
Response Structure
The generated API panel lists the response schema for status codes: 200, 400, 500. Error responses generally return anerror or message field.Path Parameters
Trader wallet address.
Query Parameters
Blockchain chain ID. Common values: 42161 Arbitrum, 8453 Base, 137 Polygon.
Example:
42161
Pagination cursor.
Items to return.
Example:
50
Optional ISO start date.
Optional ISO end date.
Optional pair filter.
Optional action filter.
