You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release marks the /mempool/dropped endpoint as legacy deprecated, which means we will keep its code in the API but will no longer respond to it from our production deployments.
If you still need to use this endpoint in your own API deployment, set the STACKS_API_ENABLE_LEGACY_ENDPOINTS to true in your environment before starting the API.
Features
mark /mempool/dropped endpoint as legacy deprecated (#2255) (576d05b)
We strongly encourage applications and developers to use the new endpoints as soon as possible, as we plan on eventually removing access the now deprecated endpoints.
Features
endpoint to get the balance of a specific ft for a given account (#2240) (8b27809)
new account balances endpoints, optimized for high tx volume (#2229) (0fe8fd5)