Skip to content

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 CodeDescription
401Missing or invalid API key
403API key does not have access to this resource