π Announced that we're coming to Movement to continue our mission of providing the best developer experience for Move devs! We're in the design phase and will be launching products this fall. Beyond this, we've been working on behind-the-scenes improvements so you continue to get world-class infrastructure with a great dashboard!
June 9, 2025
Dashboard
π Launched a major overhaul to the API keys page in our dashboard. Added sample code, an improved key creation and editing experience, and more!
May 20, 2025
Aptos
π Launched an Aptos validator on Mainnet to continue our efforts to support the Move ecosystem!
π Shinami is now multi-region! We launched a shared Sui Mainnet node in Tokyo, with more chain+service+region launches to follow (FAQ).
New base URL for our services hosted inUS East, https://api.us1.shinami.com/, replaces now-deprecated URL https://api.shinami.com/. We'll still support for deprecated URL for a while, but please move to the new URL when you make Integration changes (if you use our SDK you'll automatically migrate to the new base URL).
Changed our URL to https://api.shinami.com/sui/node/v1. For now, https://api.shinami.com/node/v1 is still supported. Please migrate the next time you make code changes. If you update to the version 0.9.5 or higher of our Shinami Clients SDK you will migrate automatically (for all calls using the SDK).
December 30, 2024
General
We've been using the last few weeks to work on lots of behind the scenes improvements so you continue to get world-class infrastructure with a great dashboard into 2025 and beyond!
Introduced JSON-RPC error -32012Resource Limit Exceeded to communicate situations where you should not immediately retry. For example, hitting the daily free request limit of our Sui Node Service Free plan.
Updated our Gas Station and Wallet Services access key creation and editing so that now you have an allotment you can distribute across your keys as you prefer.
Sui Invisible Wallet API: Added support for new Key Service and Wallet Service URLs which add /sui to the path. We will support the previous path without /sui for the time being, but plan to remove it at some point in the future when we bump our API version. New URLs:- Key Service: https://api.shinami.com/sui/key/v1- Wallet Service: https://api.shinami.com/sui/wallet/v1
Breaking changes for Sui*: Released clients-v0.9.0 and nextjs-zklogin-v0.4.0 with support for Mysten Sui SDK 1.0. See our release notes for more information.
Updated Shinami Clients SDK. Deprecated "@shinami/clients" import path in favor of "@shinami/clients/sui" and `"@shinami/clients/aptos". This will be a breaking change in a future release.
Added a Gas Station error code -2 to distinguish between a failed sponsorship request being due to an issue on our end or yours.A2. dded an auto-budgeting feature to Gas Station sponsorships. gasBudget is now optional, and if omitted we'll estimate the gas fee of the transaction for you and add a buffer for safety. This applies to:
π Shinami now supports zkLogin wallets! We introduced two new methods:
shinami_zkw_getOrCreateZkLoginWallet: Retrieves a zkLogin wallet along with its associated salt, creating a new wallet if necessary. This method provides the option to create and use multiple zkLogin wallets per (user, OAuth provider) pair by using the optional subWwallet parameter.