v1
latestOpenAPI 3.0.02026-07-2442138225.7 KBPortfolio
Get reward history
Retrieve a chronological list of on-chain reward events for an indexed yield. Each record includes timestamp, token metadata, amount, reward source, and transaction reference.
get/v1/yields/{yieldId}/rewards/history
Path parameters
yieldIdstring required
The unique identifier of the yield
Query parameters
addressstring required
Wallet address to fetch rewards for
fromstring
Start of time range (ISO 8601)
tostring
End of time range (ISO 8601)
sort'asc' | 'desc'
Sort order by timestamp (default: desc)
limitnumber
Maximum number of items to return (default: 100, max: 100)
offsetnumber
Pagination offset (default: 0)
Response
Paginated reward events
Example response
{
"total": 150,
"limit": 100
}