Prerequisites
To use Para REST, you need an API key. It authenticates every request through theX-API-Key header.
Protect your API key. REST API wallets are permanently scoped to the project that created them. If you lose access
to your API key, you can rotate it safely. Deleting the project or creating a new one means losing wallet access.
See Setup → Authentication for details.
When to Use
- Programmatic wallets: the default path for new server-created or pre-created wallet integrations.
- Any secp256k1 or ed25519 chain: the
sign-rawendpoint is chain-agnostic. Create an EVM wallet for secp256k1 signing (works with Bitcoin, etc.) or a Solana/Stellar wallet for ed25519 signing, then hash and serialize transactions on your side. - Your backend needs wallets and you prefer REST semantics over share-backed SDK ceremonies.
- You already rely on secret-key auth + IP allowlists.
- You prefer cURL or language-native HTTP clients over SDKs.