added
Staking API (2023-11-16)
15 days 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)
16 days 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)
about 1 month 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)
about 1 month ago by ReadMe API
🛠️ Enhancement to All Protocols:
- [ALL] Throw error when both
plan_id
andvalidator_address
are present in thestake-intents
request payload.
fixed
Staking API (2023-10-16)
about 1 month ago by ReadMe API
🛠️ Avalanche Protocol Update:
- [Avalanche] Modified the OpenAPI specification, changing "AVAX" to "Avalanche."
- Learn more in the Avalanche endpoint.
- [Avalanche] Resolved a 500 error that occurs when creating AVAX
stake-intent
with aplan_id
lacking any validators.
fixed
Staking API (2023-10-10)
about 2 months ago by ReadMe API
➕ We've added suppport for two new protocols:
- Cosmos staking is now supported.
- Learn more in the Cosmos Staking Docs.
- Avalanche staking is now supported.
- Learn more in the Avalanche Staking Docs.
🛠️ We've made some improvements:
- [Ethereum] Enhanced error handling for exit endpoints.
- [Solana] Added better validation of the
/stake-intents
endpoint to only check if the plan ID is valid when the validator address is not present.
fixed
Staking API (2023-10-06)
about 2 months ago by ReadMe API
🛠️ We've made some improvements:
- [ALL] Fixed errors related to
plan_id
for/stake-intents
,/deactivation-intents
and/withdrawal-intents
requests, API now returns a 400 response for cases where no plan is found for the givenplan_id
. - [Polygon] Removed Cardano object from Polygon
/withdrawal-Intents
response schema. - [Ethereum] Added on-chain validator status in
/validators
summary response.