# Shinami Developer Documentation ## Docs - [Gas Station API](https://docs.shinami.com/api-docs/aptos/gas-station/api.md): Increase user engagement and retention by sponsoring transactions - [Invisible Wallet API](https://docs.shinami.com/api-docs/aptos/wallet-services/invisible-wallet-api.md): App-controlled, embedded wallets for a smooth UX - [Gas Station API](https://docs.shinami.com/api-docs/movement/gas-station/api.md): Increase user engagement and retention by sponsoring transactions - [Invisible Wallet API](https://docs.shinami.com/api-docs/movement/wallet-services/invisible-wallet-api.md): App-controlled, embedded wallets for a smooth UX - [API Docs](https://docs.shinami.com/api-docs/overview.md): API docs for each of our services along with a few key integration resources. - [Gas Station API](https://docs.shinami.com/api-docs/sui/gas-station/api.md): Increase user engagement and retention by sponsoring transactions - [Overview](https://docs.shinami.com/api-docs/sui/node-service/json-rpc/overview.md): Shinami's Node Service provides a fast, reliable way to interact with the Sui blockchain. - [Read API: events and transactions](https://docs.shinami.com/api-docs/sui/node-service/json-rpc/read-api-events-transactions.md): SUI JSON-RPC read API for event and transaction data - [Read API: objects and coins](https://docs.shinami.com/api-docs/sui/node-service/json-rpc/read-api-objects-coins.md): SUI JSON-RPC read API for object and coin data - [Read API: network, Move, and other data](https://docs.shinami.com/api-docs/sui/node-service/json-rpc/read-api-system-and-move-data.md): SUI JSON-RPC read API for system, Move module, and other data - [Sunsetting notice: Sui Node Service (June 1, 2026)](https://docs.shinami.com/api-docs/sui/node-service/json-rpc/sunsetting-notice.md) - [Transaction Builder API](https://docs.shinami.com/api-docs/sui/node-service/json-rpc/transaction-builder-api.md): For building transactions ONLY when you cannot use the SDK to do so. - [WebSocket API (deprecated; being deactivated soon)](https://docs.shinami.com/api-docs/sui/node-service/json-rpc/websockets.md): Subscribe to Real-Time Sui Events - [Write API](https://docs.shinami.com/api-docs/sui/node-service/json-rpc/write-api.md): SUI JSON-RPC write API - [Invisible Wallet API](https://docs.shinami.com/api-docs/sui/wallet-services/invisible-wallet-api.md): App-controlled embedded wallets for a smooth UX - [zkLogin wallet API](https://docs.shinami.com/api-docs/sui/wallet-services/zklogin-wallet-api.md): User-controlled wallets to make Web3 unseen - [Shinami updates](https://docs.shinami.com/changelog.md) - [Common questions](https://docs.shinami.com/developer-guides/aptos/move-guides/common-questions.md): Answers to common developer questions - [Fungible tokens](https://docs.shinami.com/developer-guides/aptos/move-guides/fungible-tokens.md): A summary of fungible tokens on Aptos with links to key resources - [Key Resources](https://docs.shinami.com/developer-guides/aptos/move-guides/key-resources.md): Docs and dev tools for Aptos Move development - [NFTs (non-fungible tokens)](https://docs.shinami.com/developer-guides/aptos/move-guides/nfts.md): A summary of NFTs on Aptos with links to key resources - [Gas Station: backend-only](https://docs.shinami.com/developer-guides/aptos/tutorials/gas-station-backend-only.md): Full sample code for building, sponsoring, signing, and submitting a sponsored transaction. - [Gas Station: how to integrate frontend transaction signing](https://docs.shinami.com/developer-guides/aptos/tutorials/gas-station-with-frontend-signing.md): How to integrate Gas Station transaction sponsorship with signing from a connected browser wallet (including Aptos Connect) or a single-app Keyless wallet - [Invisible Wallets: backend-only](https://docs.shinami.com/developer-guides/aptos/tutorials/invisible-wallets.md): How to integrate Shinami Invisible Wallets - [Authentication and API Keys](https://docs.shinami.com/developer-guides/core-integration-topics/authentication-and-api-keys.md): How to create and manage your API access keys and authenticate your requests. - [Error Reference](https://docs.shinami.com/developer-guides/core-integration-topics/error-reference.md): Error codes and resolution steps for all Shinami APIs. - [Adding on-chain elements to your game](https://docs.shinami.com/developer-guides/learning-about-web-3/adding-on-chain-elements-to-your-game.md): This high-level guide is geared towards both developers and non-developers considering whether or not to add Web3 elements to a game. - [Key Resources](https://docs.shinami.com/developer-guides/movement/move-guides/key-resources.md): Docs and dev tools for Move development on Movement - [Gas Station: backend-only](https://docs.shinami.com/developer-guides/movement/tutorials/gas-station-backend-only.md): Full sample code for building, sponsoring, signing, and submitting a sponsored transaction. - [Gas Station: how to integrate frontend transaction signing](https://docs.shinami.com/developer-guides/movement/tutorials/gas-station-with-frontend-signing.md): How to integrate Gas Station transaction sponsorship with signing from a connected browser wallet. - [Invisible Wallets: backend-only](https://docs.shinami.com/developer-guides/movement/tutorials/invisible-wallets.md): How to integrate Shinami Invisible Wallets - [Developer Guides and Tutorials](https://docs.shinami.com/developer-guides/overview.md): Tutorials to help you integrate our products and guides to help with Move development and core integration topics. - [Common questions](https://docs.shinami.com/developer-guides/sui/move-guides/common-questions.md): Answers to common developer questions - [Fungible tokens](https://docs.shinami.com/developer-guides/sui/move-guides/fungible-tokens.md): A summary of fungible tokens on Sui with links to key resources - [Key Resources](https://docs.shinami.com/developer-guides/sui/move-guides/key-resources.md): Docs and dev tools for Sui Move development - [NFTs (non-fungible-tokens)](https://docs.shinami.com/developer-guides/sui/move-guides/nfts.md): A summary of NFTs on Sui with links to key resources - [Transaction.build()'s hidden requests](https://docs.shinami.com/developer-guides/sui/move-guides/transaction-block-build-requests.md): An example of the extra Node requests you'll create when building a transaction. - [Gas Station: backend-only](https://docs.shinami.com/developer-guides/sui/tutorials/gas-station-backend-only.md): Provides multiple code examples for using the service with step-by-step explanations. Also provides guidance on common questions and issues developers have when using the service. - [Gas Station: how to integrate frontend transaction signing](https://docs.shinami.com/developer-guides/sui/tutorials/gas-station-with-frontend-signing.md): How to integrate Shinami Gas Station transaction sponsorship with signing from a connected browser wallet. - [Invisible Wallets: backend-only](https://docs.shinami.com/developer-guides/sui/tutorials/invisible-wallets.md): How to utilize the Shinami Invisible Wallet - [zkLogin Game Demo (Next.js)](https://docs.shinami.com/developer-guides/sui/tutorials/zklogin-demo-app.md): Practice using zkLogin, sponsored transactions, and dynamic NFTs in a demo app - [zkLogin App Template (Next.js)](https://docs.shinami.com/developer-guides/sui/tutorials/zklogin-nextjs-app-template.md): How to build your first zkLogin app - [Gas Station](https://docs.shinami.com/help-center/aptos/gas-station-faq.md): Answers to frequently asked questions about Aptos Gas Station. - [Wallet Services](https://docs.shinami.com/help-center/aptos/wallet-services-faq.md): Answers to frequently asked questions about Aptos Wallet Service. - [Aptos Products](https://docs.shinami.com/help-center/billing/aptos-faq.md): Answers to frequently asked questions about the costs, viewing usage, etc. - [Movement Products](https://docs.shinami.com/help-center/billing/movement-faq.md): Answers to frequently asked questions about the costs, viewing usage, etc. - [Sui Products](https://docs.shinami.com/help-center/billing/sui-faq.md): Answers to frequently asked questions about the costs, viewing usage, etc. - [Gas Station](https://docs.shinami.com/help-center/movement/gas-station-faq.md): Answers to frequently asked questions about Movement Gas Station. - [Wallet Services](https://docs.shinami.com/help-center/movement/wallet-services-faq.md): Answers to frequently asked questions about Movement Wallet Service. - [Help Center Overview](https://docs.shinami.com/help-center/overview.md) - [Setting up your workspace](https://docs.shinami.com/help-center/setting-up-your-workspace.md): A few quick tips to make sure you get off to a great start. - [Gas Station](https://docs.shinami.com/help-center/sui/gas-station-faq.md): Answers to frequently asked questions about Sui Gas Station. - [Node Service](https://docs.shinami.com/help-center/sui/node-service-faq.md): Answers to frequently asked questions about Sui Node Service. - [Wallet Services](https://docs.shinami.com/help-center/sui/wallet-services-faq.md): Answers to frequently asked questions about Sui Wallet Services. - [Accounts, Workspaces, and Regions](https://docs.shinami.com/help-center/workspace-faq.md) - [Shinami Docs Overview](https://docs.shinami.com/home.md) - [Why and how to build your game on Aptos?](https://docs.shinami.com/product-overviews/aptos/gaming.md): Increase engagement, retention, and revenue - [Gas Station (transaction sponsorship)](https://docs.shinami.com/product-overviews/aptos/gas-station.md): How to sponsor user gas fees to increase user conversion and retention - [User Wallets](https://docs.shinami.com/product-overviews/aptos/wallets.md): Provide a great user experience by creating embedded wallets for your users. - [Gas Station (transaction sponsorship)](https://docs.shinami.com/product-overviews/movement/gas-station.md): How to sponsor user gas fees to increase user conversion and retention - [User Wallets](https://docs.shinami.com/product-overviews/movement/wallets.md): Provide a great user experience by creating embedded wallets for your users. - [Product Overviews](https://docs.shinami.com/product-overviews/overview.md): Learn about a product: what it is, when it's useful, and how it works. - [Why and how to build your game on Sui?](https://docs.shinami.com/product-overviews/sui/gaming.md): Increase engagement, retention, and revenue - [Gas Station (transaction sponsorship)](https://docs.shinami.com/product-overviews/sui/gas-station.md): Sponsor gas fees to increase user conversion and retention - [Shinami Gas Station vs Enoki](https://docs.shinami.com/product-overviews/sui/shinami-vs-enoki.md): How to decide which to use for building on Sui - [User Wallets](https://docs.shinami.com/product-overviews/sui/wallets.md): Provide a great user experience by choosing the right wallet for your use case. - [zkLogin Game Dashboard Demo](https://docs.shinami.com/product-overviews/sui/zklogin-game-demo.md): An overview of how our zkLogin game dashboard demo works ## OpenAPI Specs - [aptos-node-rest-api](https://docs.shinami.com/aptos-node-rest-api.json) - [openapi](https://docs.shinami.com/api-reference/openapi.json)