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");
pageGET: /user/history

Last updated