Account
Retrieve account information for the current API key
Returns wallet address, tier information, staked balances, available API keys, reward rates, and more.
get/account
Response
Account info successfully retrieved
Example response
{
"data": {
"walletAddress": "0xabc123...",
"tier": 2,
"stakedTier": 2,
"stakedBalance": "15.213",
"stakedArbitrumBalance": "7.321",
"stakedBaseBalance": "7.892",
"arbBalance": "3.1204",
"baseBalance": "5.5000",
"apiKeys": [
{
"key": "xxxxxxxx",
"label": "My Key",
"created_at": "2024-06-01T15:00:00.000Z",
"status": "enabled"
}
],
"points": 3201,
"pointsPerDay": 12.45,
"morRewardsPerDay": 0.01321,
"email": "user@example.com",
"emailVerified": true
},
"timestamp": 1726084787747
}Changes
No recorded changes to this endpoint across all 1 revision of this API.