Get rewards stats
The GET /rewards/all
endpoint data
field returns a Reward object matching the filters provided with the request, or null
if no events match the filters provided.
Get rewards stats successful response schema:
{
"success": true,
"message": null,
"data": Reward | null
}
Reward object schema:
Field Name | Field Type | Description |
---|---|---|
|
| The address sent with the request. |
|
| See ListingReward object schema below. |
|
| See TradingReward object schema below. |
ListingReward object schema
Field Name | Field Type | Description |
---|---|---|
|
| The listing reward merkle proofs for the specific address. |
|
| The total listing rewards in LOOKS. |
|
| The listing rewards in LOOKS for the past 24 hours. |
|
| The date of the listing reward. |
TradingReward object schema
Field Name | Field Type | Description |
---|---|---|
|
| The trading reward merkle proofs for the specific address. |
|
| The total trading rewards in LOOKS. |
|
| The trading rewards in LOOKS for the past 24 hours. |
|
| The total trading volume in WETH. |
|
| The trading volume in WETH for the past 24 hours. |
|
| The date of the trading reward. |