DcWallet Developer Docs

Send your first signed request

The console signs requests in your browser. Your API secret is removed before the request is sent and is never stored by this page.

  1. 1. Create credentialsOpen Developer Center, create a key for this environment, and copy its one-time secret.
  2. 2. Authorize onceClick Authorize below. Fill only apiKeyAuth and apiSecret, then close the dialog.
  3. 3. Verify accessRun GET /api/v1/assets, then GET /api/v1/accounts. A successful response has code: 0.

Environment: The domain and API-key prefix must match: sk_sandbox_ on sandbox and sk_live_ on live.

Looking up fields and response states? Use the Readable API Reference. This console is optimized for sending requests; the reference expands nested data models, required fields, enums, and constraints.