/api/docs

Wallet API Documentation

Domain-based wallet API. The coin is determined by host domain, so request bodies do not need a blockchain field.

POST /api/private_key/

Generate a private key and address for this domain coin.

Request body: none

POST /api/seed_phrase/

Parameter Type Required Description
word_count integer no 12 or 24 (default 12)

POST /api/derive/

Parameter Type Required Description
seed_phrase string yes BIP39 mnemonic phrase
count integer no Address count (1-20, default 5)

POST /api/balance/

Parameter Type Required Description
address string yes Address for the current domain coin (ethereum)

XRP domains include optional available and reserve in response.

GET /api/info/

Returns coin metadata for the current domain (slug, symbol, explorer URL, address prefix).

Core Endpoints

  • POST /api/private_key/
  • POST /api/seed_phrase/
  • POST /api/derive/
  • POST /api/balance/
  • GET /api/info/

Documentation Routes

  • GET /api/docs/
  • GET /api/docs/swagger/
  • GET /api/schema/