giveagents.cc/docsLIVE ON CANTON MAINNET

Canton Wallet API

Independent multisig API surface backed by @0xsend/cws store semantics.

Base URLs

NetworkBase URL
mainnethttps://cws.cantonwallet.com
testnethttps://cws.testnet.cantonwallet.com

Authentication

Every endpoint requires a bearer JWT. The SDK and CLI exchange an API key (sk_mainnet_… / sk_testnet_…) for a JWT on your behalf, cache it, and refresh on 401. When calling the API directly:

http
GET /multisigs HTTP/1.1
Host: cws.cantonwallet.com
Authorization: Bearer eyJhbGciOi...
Accept: application/json

Spec

OpenAPI 3.1, version 0.0.1. Download the raw JSON at /openapi/canton-wallet-openapi.json to generate clients in other languages.

Endpoint groups