Built for
Teams who need REST access to wallet operations from any language or stack — no SDK dependency, no agent layer. Common shapes: server-side backends handling multi-chain payments, internal treasury or ops dashboards, and embedded Web3 features inside existing fintech or commerce products.What you can build
- Native and token balance queries with fiat valuation
- Price, fee-quote, transaction status, and history queries across supported chains
- Asset catalogs and name-service resolution (ENS, UNS)
- NFT ownership and token allowance queries
- Transaction preparation — payload construction, fee estimation, and simulation
- Broadcast pre-signed transactions to supported chains
- Staking and swap metadata queries on supported chains
Make your first API request
Get your API key
Request a Pilot API key by emailing contact@walletsuite.io. Once you receive it, store it as an environment variable:
Send an authenticated request
Pass your key in the
X-API-KEY header on every request. All requests must use HTTPS.Handle the response
A successful response returns
200 OK with a JSON body. If you receive 401 or 403, check that your key is valid and correctly set in the header. If you receive 429, you have exceeded your rate limit — see rate limits for retry guidance.Next steps
- Review Credentials & Authentication for a full explanation of the
X-API-KEYheader and error responses - Check rate limits to understand quota enforcement and how to handle 429 responses
- Browse the endpoint groups in the sidebar for the full list of operations