/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 |
|---|---|---|---|
| blockchain | string | yes | bitcoin, ethereum, solana, xrp, ... |
| type | string | yes | seed_phrase or private_key |
| word_count | integer | no | 12 or 24 (seed phrase only) |
| language | string | no | BIP39 language code (default: en) |
POST /api/safe/derive/
Derive multiple addresses from a mnemonic.
| Parameter | Type | Required | Description |
|---|---|---|---|
| blockchain | string | yes | Target blockchain slug |
| mnemonic | string | yes | BIP39 seed phrase (12/24 words) |
| start_index | integer | no | Default: 0 |
| count | integer | no | Default: 5, max: 100 |
POST /api/safe/balance/
Get balance for bitcoin, ethereum, solana, or xrp address.
| Parameter | Type | Required | Description |
|---|---|---|---|
| blockchain | string | yes | bitcoin, ethereum, solana, xrp |
| address | string | yes | Wallet 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/