HTTP API reference https://docs.hazbase.com/en/reference/http/ HTTP API / WALLET CLIENT HTTP API reference Inspect HTTP routes, arguments and responses used by @hazbase/kit/wallet. Additional authentication and passkey APIs are covered in the auth SDK reference and integration guide. https://api.hazbase.com @hazbase/kit 0.9.0 JSON User-session, signature and permission requirements differ by API. Check the specifications below and the connection requirements of your API environment. Check API access requirements API contract used by the SDK This reference is checked against the public SDK source; it is not a catalog of every server administration API. Confirm available chains, permissions, features and rate limits for your environment. GET /api/wallet/tokens listTokens · No Bearer header added by SDK POST /api/wallet/token-info getTokenInfo · No Bearer header added by SDK POST /api/wallet/balance getBalance · No Bearer header added by SDK POST /api/wallet/activity getActivity · No Bearer header added by SDK POST /api/wallet/transfer/prepare prepareTransfer · No Bearer header added by SDK POST /api/wallet/transfer/submit submitTransfer · App session required POST /api/wallet/transfer/status getTransferStatus · App session required POST /api/wallet/operation/prepare prepareOwnerOperation · No Bearer header added by SDK POST /api/wallet/operation/submit submitOwnerOperation · App session required POST /api/wallet/operation/status getOwnerOperationStatus · App session required POST /api/payments/x402/hazbase-wallet/pay payX402WithHazbaseWallet · App session required POST /api/payments/x402/hazbase-wallet/status getX402HazbaseWalletPaymentStatus · App session required POST /api/wallet/link/challenge createWalletLinkChallenge · No Bearer header added by SDK POST /api/wallet/link/approve approveWalletLink · App session required POST /api/wallet/link/verify verifyWalletLink · No Bearer header added by SDK POST /api/wallet/link/session/verify verifyWalletLinkSession · No Bearer header added by SDK Explore authentication through its SDK Try your first request