Skip to main content

Scope

Wallet APIs manage user wallet registration, PIN validation, key retrieval flow, and pricing helpers.

Endpoint map

  • Wallet lifecycle: /api/wallets (GET/POST/DELETE)
  • Security flows: /api/wallets/set-pin, /api/wallets/verify-pin, /api/wallets/private-key
  • Prices: /api/wallets/coin-prices, /api/crypto-prices

Integration notes

  • Treat all private-key and PIN operations as sensitive user actions.
  • Pair price lookup APIs with freshness indicators on the client side.

Deep-dive documentation