10
Wallets and portfolio
On-chain1 min read
Provision embedded accounts and read multi-chain portfolio state safely.
| SDK operation | Endpoint | Risk |
|---|---|---|
| getWalletStatus | /v1/wallets/status | Read |
| listWalletAccounts | /v1/wallets/accounts | Read |
| getPortfolioSnapshots | /v1/portfolio/snapshots | Read |
| refreshPortfolio | /v1/portfolio/refresh | Read |
| getPortfolioReport | /v1/portfolio/report | Read |
| getWalletCapabilities | /v1/wallets/capabilities | Read |
Custody boundary
The backend may coordinate secure provider workflows, but it must not receive plaintext private keys or export bundles. Wallet exports remain inside the provider secure flow.
Was this page helpful?
Edit on GitHub