Authentication
The Iagon Insight API uses API keys for authentication.
Obtaining API Keys
Contact the Iagon team to obtain your API credentials.
Using API Keys
Include your API key in the request headers:
bash
curl -X GET "https://api.fireblocks.partners.iagon.com/v1/endpoint" \
-H "Authorization: Bearer YOUR_API_KEY"Authentication Errors
| Status Code | Description |
|---|---|
| 401 | Missing or invalid API key |
| 403 | API key does not have access to this resource |
