API Reference

The Orion HTTP API — unified DeFi position data for Stellar.

The Orion API returns unified DeFi position data for Stellar — positions, health factor, yield, and LP breakdowns across Blend, Aquarius, and Soroswap — from a single normalized response.

Base URL

The API is currently available on Stellar testnet. Exact paths are listed per endpoint in the reference.

Authentication

Every request carries an API key in the x-orion-api-key header:

curl https://orion.testnet.lightgate.xyz/v1/accounts/GAB.../positions \
  -H "x-orion-api-key: $ORION_KEY"

Browse the endpoints in the sidebar — they are grouped by area.