Skip to main content

Authentication

All API endpoints require an API key in the Authorization header.
curl -X GET https://api.relayer.fi/v1/metadata/types \
  -H "Authorization: ApiKey your_api_key_here"

Base URL

All requests are made to:
https://api.relayer.fi/v1

Next steps