For the complete documentation index, see llms.txt. This page is also available as Markdown.

UserHistoryService

The user history service retrieves historical transaction information about users. You can use this API to find out the user history.

// Returns 10 buckets of history data
fetch("https://api.strike.org/api/user/history?limit=10");
GET: /user/history

Last updated

Was this helpful?