Download OpenAPI specification:Download
Get details about a user's staking position based on the provided network and stake addresses.
Bad request
Unauthorized
Not found
Server error
[- {
- "id": {
- "network": "ethereum",
- "address": "0x1D1479C185d32EB90533a08b36B3CFa5F84A0E6B"
}, - "stake": {
- "protocol_name": "figment",
- "currency": "ethereum/erc20/lombard_staked_bitcoin",
- "interest": {
- "type": "APY",
- "value": "0"
}, - "since": "2024-06-07T13:11:23Z",
- "staked_balance": "1",
- "status": "activated",
- "commission": "Net",
- "rewards": [
- {
- "total": "89102191421829",
- "last_day": "0",
- "last_week": "0",
- "last_month": "0",
- "last_year": "0",
- "reward_name": "LombardPoints",
- "interest_rate": "0",
- "points_value_in_currency": "0",
- "type": "RewardsPointsView"
}, - {
- "total": "89102191421829",
- "last_day": "0",
- "last_week": "0",
- "last_month": "0",
- "last_year": "0",
- "reward_name": "BabylonPoints",
- "interest_rate": "0",
- "points_value_in_currency": "0",
- "type": "RewardsPointsView"
}, - {
- "total": "89102191421829",
- "last_day": "133010301",
- "last_week": "230414144",
- "last_month": "3423424242",
- "last_year": "6623724242",
- "reward_name": "LBTC Rewards",
- "currency": "ethereum/erc20/lombard_staked_bitcoin",
- "interest_rate": "4.5",
- "type": "RewardsView"
}
], - "details": {
- "contract_address": "0xae7ab96520de3a18e5e111b5eaab095312d7fe84",
- "type": "EthDeFiDetailsView"
}
}
}
]
Get interest rates for all available networks
Unauthorized
Not found
Server error
[- {
- "network": "ethereum",
- "deposit_token": "ethereum/erc20/staked_aave_balance_pool_token",
- "interest": {
- "type": "APY",
- "value": "5.3",
- "currency": "ethereum/erc20/staked_aave_balance_pool_token"
}
}
]