v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBt) Rewards Exchange
List rewards for a wallet
Returns the rewards associated with the wallet within the specified date range.
get/eclipse-conductor/rest/v1/tenants/{tenantId}/wallets/{walletId}/rewards
Path parameters
tenantIdinteger required
walletIdinteger required
Query parameters
dateFromInclstring
Start of the date range (inclusive). ISO date string.
dateToExclstring
End of the date range (exclusive). ISO date string.
limitinteger
offsetinteger
Response
OK
Example response
[
{
"created": "2022-03-10T12:15:50-04:00",
"quoteExpires": "2022-03-10T12:15:50-04:00"
}
]