Documentation

Build on CryptoMelon

Wallet-as-a-Service API references, MPC custody concepts, webhook integration guides, and security best practices for institutional crypto operations.

Quick start: create a wallet

Authenticate with a scoped API key, then create a sub-address for your customer or invoice.

curl https://api.cryptomelon.io/v1/wallets \
  -H "Authorization: Bearer cm_live_9f2a…" \
  -H "Content-Type: application/json" \
  -d '{
    "chain": "ETH",
    "nickname": "Customer-8842",
    "tag": "deposit"
  }'

The response returns a sub-address, chain details, and the gas account assigned for sweeps.