/api/docs/

SafeSeed API Documentation

Multi-chain API for key generation, HD derivation, and address balance lookup. No API key required for SafeSeed endpoints.

POST /api/safe/keys/

Generate seed phrase or private key for a blockchain.

Parameter Type Required Description
blockchainstringyesbitcoin, ethereum, solana, xrp, ...
typestringyesseed_phrase or private_key
word_countintegerno12 or 24 (seed phrase only)
languagestringnoBIP39 language code (default: en)

POST /api/safe/derive/

Derive multiple addresses from a mnemonic.

Parameter Type Required Description
blockchainstringyesTarget blockchain slug
mnemonicstringyesBIP39 seed phrase (12/24 words)
start_indexintegernoDefault: 0
countintegernoDefault: 5, max: 100

POST /api/safe/balance/

Get balance for bitcoin, ethereum, solana, or xrp address.

Parameter Type Required Description
blockchainstringyesbitcoin, ethereum, solana, xrp
addressstringyesWallet address for selected blockchain

Rate limit: 60/min. XRP responses include optional available and reserve.

Read-only Content APIs

  • GET /api/v1/blockchains/
  • GET /api/v1/tools/
  • GET /api/v1/tool-pages/
  • GET /api/v1/glossary/
  • GET /api/v1/blog/

Docs Endpoints

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