Skip to main content
Use this guide after creating an API application, storing the one-time API key, and preparing a request-signing helper from Request Signing. You need the CRYPTO_READ permission for the signed REST request below.
1

Check the public health endpoint

The health endpoint is not part of the signed Partner REST surface. Use it only as a connectivity check.
A healthy API returns a small JSON response with status set to ok.
2

Generate a signed request JWT

For GET /api/v1/crypto/networks, generate a JWT immediately before the request with:Nuvera does not ship a CLI. Use your own helper built from Request Signing.
3

Call a low-risk signed endpoint

This confirms that the API key, permission, public key, private key, JWT claims, and request URI all line up.

Common first-request failures

For full endpoint schemas, open the API Reference. For deeper auth troubleshooting, see Troubleshooting.