Reward Logs
Retrieve network rewards information by different keys and dates.
Wallet Rewards Range
Fetch reward logs for a wallet address within date range.
GET
https://api.pollenmobile.io/explorer/wallet-rewards-range
Defined date range or if no range is provided, from the last month.
Sort key ("date" or "device") places arrays of reward log rows into groups.
Paginated with page_key
.
Query Parameters
wallet_address*
String
The wallet address you're looking for.
date_from
String
Date format YYYY-MM-DD
date_to
String
Date format YYYY-MM-DD
sort
String
"date" or by "device" (default "date")
page_key
String
Page key from last request.
Wallet Rewards All
Fetch all reward logs for a wallet address.
GET
https://api.pollenmobile.io/explorer/wallet-rewards-all
Sort key ("date" or "device") places arrays of reward log rows into groups.
Paginated with page_key
.
Query Parameters
wallet_address*
String
sort
String
"date" or by "device" (default "device")
page_key
String
Page key from last request.
Device Rewards Range
Fetch reward logs for a device within date range.
GET
https://api.pollenmobile.io/explorer/device-rewards-range
Either with a defined range or if no range is provided, from the last month.
Sort key ("date" or "device") places arrays of reward log rows into groups.
Paginated with page_key
.
Query Parameters
device*
String
Any device wacky name.
date_from
String
YYYY-MM-DD
date_to
String
YYYY-MM-DD
page_key
Dict
Pagination key returned from last request
sort
String
"date" or by "device" (default "date")
Device Rewards All
Fetch all reward logs for a device.
GET
https://api.pollenmobile.io/explorer/device-rewards-all
Sort key ("date" or "device") places arrays of reward log rows into groups.
Paginated with page_key
.
Query Parameters
device*
String
Any device wacky name.
date
String
Get for single day (optional)
sort
String
"date" or by "device" (default "date")
page_key
String
Page key from last request.
Ledger Rewards Range
Fetch entire reward logs ledger for specific date.
GET
https://api.pollenmobile.io/explorer/ledger-rewards-date
Paginated with page_key.
Query Parameters
date
String
eg 2022-10-10
page_key
String
Page key from last request.
limit
Number
Limit to pagination requests.
Daily Rewards Status
For debugging - View daily status of attach, core, and honeybee logs. (Status, logs not included)
GET
https://api.pollenmobile.io/explorer/daily-reward-status
Paginated with page_key
.
Path Parameters
date*
String
eg "2022-07-17"
device
String
FranticGiantHoneybee
page_key
String
Page key from last request.
Last updated