Trade Story
GET /tradestory/{address}
GET /tradestory/{address}Description: Analyze the trading behaviour of the specified wallet address within a given time window and generate a “trade story” and market interpretative commentary.
Request
HTTP Method: GET
Endpoint:
/tradestory/{address}Path Parameter
address
string
Wallet address to analyse
Query Parameters (optional)
window_seconds
number
Time-window in seconds; if not provided defaults to 0
startTime
number
Start timestamp in seconds (UNIX epoch)
endTime
number
End timestamp in seconds (UNIX epoch)
Response
Content Type: application/json
Fields:
message
string
Response message providing the trade story and market commentary
Functionality
This endpoint analyses the trading actions of the given wallet address over the specified time range (or default window) and produces a narrative “trade story” — summarising the trading behaviour, key trades, patterns, and provides a market-interpretation or commentary intended to contextualise the wallet’s activity.
Example
Request:
Response:
Last updated