Claim History provides a list of historical claim transactions. Users can query the claims made of a specific assetName, including details like the amount, asset name, and timestamp of each claim.
Request
Query Params
assetName
string
optional
The name of the asset claimed.
startTime
integer
optional
The start of the time range for the claim history in Unix milliseconds.
endTime
integer
optional
The end of the time range for the claim history in Unix milliseconds.
offset
integer
optional
The offset for pagination.
limit
integer
optional
The maximum number of results to return. Default is 500.
fromId
integer
optional
The ID from which to start fetching records. In this API, since the order is descending (backwards), if fromId is set to 100, the system will return records starting from the ID just before 100 and continue moving backwards. The retrieval will proceed until the limit is reached.