curl "https://starknet.api.avnu.fi/staking/v3/pools/0x123abc/members/0x0456def..."
{ "tokenAddress": "0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d", "tokenPriceInUsd": 0.25, "poolAddress": "0x0abc123def456789...", "userAddress": "0x0123456789abcdef...", "amount": "0x4563918244f40000", "amountInUsd": 1250.00, "unclaimedRewards": "0x1bc16d674ec80000", "unclaimedRewardsInUsd": 50.00, "unpoolAmount": "0x0", "unpoolAmountInUsd": 0, "unpoolTime": null, "totalClaimedRewards": "0x6f05b59d3b20000", "totalClaimedRewardsHistoricalUsd": 180.50, "totalClaimedRewardsUsd": 200.00, "userActions": [ { "blockNumber": 123456, "date": "2024-10-15T10:30:00Z", "userAddress": "0x0123456789abcdef...", "transactionHash": "0xabc123...", "type": "StakingStake", "metadata": { "delegationPoolAddress": "0x0abc123def456789...", "oldDelegatedStake": "0x0", "newDelegatedStake": "0x4563918244f40000" } }, { "blockNumber": 125000, "date": "2024-11-01T14:00:00Z", "userAddress": "0x0123456789abcdef...", "transactionHash": "0xdef456...", "type": "StakingClaimRewards", "metadata": { "delegationPoolAddress": "0x0abc123def456789...", "rewardAddress": "0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d", "amount": "0x6f05b59d3b20000" } } ], "totalUserActionsCount": 2, "expectedYearlyStrkRewards": "0x8ac7230489e80000", "aprs": [ { "date": "2024-11-01T00:00:00Z", "apr": 0.085 }, { "date": "2024-10-31T00:00:00Z", "apr": 0.082 } ] }
Get user’s staking position and rewards
Show ActionDto
StakingStake
StakingInitiateWithdrawal
StakingCancelWithdrawal
StakingWithdraw
StakingClaimRewards
Show Aprs
Was this page helpful?