fixed
Staking API (2024-07-16)
2 months ago by ReadMe API
✅ Updated API Endpoint
- [Polygon] Fix the contract address for bootstrapping intent on the mainnet.
- Learn more in the Post Bootstrapping Intent.
fixed
Staking API (2024-06-13)
3 months ago by ReadMe API
✅ Updated API Description
- [Ethereum] Update the Exit Ethereum Validator API spec to better describe required fields.
- Learn more in the Exit Ethereum Validator.
removed
Staking API (2024-05-23)
4 months ago by ReadMe API
⛔️ Goerli Support Removed
- [Ethereum] We've removed support for Goerli within the Staking Integration API. You are no longer able to send API requests with this network.
- Learn more in the Ethereum Staking API doc.
added
Staking API (2024-05-08)
4 months ago by ReadMe API
🚀 The SOL staking API now supports the Testnet network.
- Learn more in the Solana Staking API.
improved
Staking API (2024-05-03)
5 months ago by ReadMe API
🛠️ We've updated the endpoint description for clarity:
- [Ethereum] Updated the description of
unsigned_transaction
in response to the EthereumPOST /stake-intents
endpoint. - See more in the Post Stake Intent API doc.
- [Solana] Added on-chain status to the
GET /solana/{network}/stake-accounts
endpoint. - See more in the Get Stake Accounts API doc.
improved
Staking API (2024-01-08)
8 months ago by ReadMe API
🚀 We're starting the year with some improvements:
- [All] Ensured all intent objects have
protocol
ornetwork
andclient_id
in the response schemas. - [Ethereum] Added support for the Ethereum Holešky network in the Staking Integration API.
- Learn more in the Ethereum API Overview.
- [Polkadot] Fixed an issue where Polkadot deactivation intent responses were missing the
amount
anddeactivationType
fields. - [NEAR]
- Fixed an error message for new customers who have not staked, preventing them from creating any withdrawal intents.
- Fixed response when requesting customer deactivation on the
POST/deactivation-intents
endpoint. - Fixed invalid network response on
GET/withdrawable-amount
endpoint.
- [Cosmos] Fixed the response when a customer has no deactivation and restake intents.
- [Solana] Fixed the issue where the Customer ID was returned blank for the
stake-intent
endpoint.
added
Staking API (2023-11-16)
10 months ago by ReadMe API
🚀 We've released a new staking protocol:
- BNB staking is now supported.
- Learn more in the BNB Staking Docs.
🛠️ Bug fix:
- [BNB] Updated error when a customer doesn't have any restake intents and deactivation intents.
fixed
Staking API (2023-11-15)
10 months ago by ReadMe API
🛠️ We've made some fixes and improvements:
- [Polkadot] Fixed issues with Polkadot Deactivation Intent:
- Fixed missing
amount
anddeactivationType
fields in the Polkadot Deactivation Intent response. - Fixed the lack of appropriate error messages when creating a Deactivation Intent.
- [Solana] Removed the unused
wallets_amount
in the schema of the/withdrawable-amount
endpoint. - Learn more in the Solana - Get Withdrawable Amount endpoint.
- [NEAR] Removed the unused
wallets_amount
in the schema of the/withdrawable-amount
endpoint. - Learn more in the NEAR - Get Withdrawable Amount endpoint.
- [Cosmos] Removed the unused
wallets_amount
in the schema of the/withdrawable-amount
endpoint. - Learn more in the Cosmos - Get Withdrawable Amount endpoint.
improved
Staking API (2023-10-19)
11 months ago by ReadMe API
🚀 The latest update for Avalanche Staking API:
- [Avalanche] Updated the public OpenAPI specification to include Avalanche changes on the header, endpoint URL, and param descriptions.
- Learn more in the Avalanche Staking Docs.
improved
Staking API (2023-10-17)
11 months ago by ReadMe API
🛠️ Enhancement to All Protocols:
- [ALL] Throw error when both
plan_id
andvalidator_address
are present in thestake-intents
request payload.