Wallet Earning Overview
Get wallet earnings overview across all protocols
Path Parameters
- walletAddress string requiredExample: 0x0b6971e7d1edf1dfe4d501151d59a1f7ee30651e
Query Parameters
- endDate string requiredExample: 2023-03-01
- startDate string requiredExample: 2023-01-01
Responses
- 200
200 response
- application/json
- Schema
- Example (from schema)
Schema
- walletAddress string
- startDate string
- endDate string
- lifetimeEarnings number
- rangeEarning number
protocolTypeWiseEarnings object[]
protocolType stringearnings numberearnings object[]
code stringwalletAddress stringpoolName stringpoolAddress stringfeeCollectedInUSD number
{
"walletAddress": "string",
"startDate": "string",
"endDate": "string",
"lifetimeEarnings": 0,
"rangeEarning": 0,
"protocolTypeWiseEarnings": [
{
"protocolType": "string",
"earnings": 0
}
],
"earnings": [
{
"code": "string",
"walletAddress": "string",
"poolName": "string",
"poolAddress": "string",
"feeCollectedInUSD": 0
}
]
}