Redeeming Stablecoins
ERC20 aTerra tokens (e.g. aUST) can be redeemed to ERC20 stablecoins using the below endpoints:
Endpoint | Method | Description |
POST | Initiates the redemption of ERC20 aTerra | |
POST | Claims redeemed ERC20 stablecoins | |
GET | Gets status of an ongoing stablecoin redemption request |
post
https://eth-api.anchorprotocol.com
/api/v1/init_redeem_stable
Initiate stablecoin redemption
post
https://eth-api.anchorprotocol.com
/api/v1/finish_redeem_stable
Finish stablecoin redemption
get
https://eth-api.anchorprotocol.com
/api/v1/redeem_stable_status
Check stablecoin redemption status
Last modified 2yr ago