curl -X POST "https://starknet.api.avnu.fi/staking/v3/pools/0x123abc/members/0x0456def/claim-withdraw" \ -H "Content-Type: application/json" \ -d '{ "userAddress": "0x0456def..." }'
{ "chainId": "0x534e5f4d41494e", "calls": [ { "contractAddress": "0x123abc", "entrypoint": "claim_withdraw", "calldata": [] } ] }
Claim unbonded STRK after 21-day period
Was this page helpful?