Documentation Index
Fetch the complete documentation index at: https://docs.glider.fi/llms.txt
Use this file to discover all available pages before exploring further.
Glider is currently in early access. Sign up for the waitlist on the Glider
App.
Prerequisites
Before you begin, you’ll need:
- A Glider platform account
- An API key for authentication
- A wallet for signing portfolio creation and transaction permissions
Authenticate
First, you need to get an API key that will authenticate your requests to the Glider API.
- Log in to the Glider platform
- Navigate to your profile settings
- Select “API Keys” and create a new key
- Store your API key securely - you’ll need to include it in the header of all API requests
API Response Format
V1 and V2 use different envelopes. V1 (legacy consumer endpoints)
includes
correlationId, requestId, and timestamp in the JSON body.
V2 (the integrator API at /v2) places these in response headers only —
X-Correlation-Id and X-Request-Id. See the
V2 overview for the full v2 envelope.X-Correlation-Id and X-Request-Id
response headers — never in the body.