Base URLs
Symphony API is available in two environments:- Development: Contact the Symphony team for the testing environment details
- Production:
https://api.symphony.io/
Authentication
Symphony support three types of authentication:- JWT Token for Business Integrations
- Privy Authentication
- Symphony API Keys
Symphony API Key
Trading endpoints (like batch trading operations) use Symphony API Key authentication. Include your API key in the request headers as shown below. Generate your API key here.Privy Auth
Most endpoints use Privy authentication. You’ll need to provide:privyIdToken: Privy ID token (sent as headerx-privy-id-token)privyAuthToken: Privy authentication token (sent as Bearer token)

