Documentation Index
Fetch the complete documentation index at: https://apidocs.onbeam.io/llms.txt
Use this file to discover all available pages before exploring further.
Getting Started / Get your API
This guide shows how to:- Get access to the Onbeam API
- Configure authentication
- Make your first request to
https://api.onbeam.io
1. Get your API key
To call the API, you need an API key from your Onbeam account. Typical flow:- Sign in to your Onbeam dashboard
- Go to the developer or API settings section
- Create a new secret API key
- Copy it and store it in a secure place (for example an environment variable)
2. Send authenticated requests
All requests go to:https://api.onbeam.io
With your API key added in the headers. A common pattern is to use a bearer-style authorization header:
- Every request includes a valid credential
- The credential is only stored and sent from trusted servers
3. Make your first API call
Once you have an API key, you can test basic connectivity by listing wallets:- Use the Wallets page in the API Reference to predict and deploy wallets
- Use Swaps, Transfers, and Swap and Transfer to move value
- Use Unified and Aggregated Balance to get cross-chain balance views
- Use Transaction Status to track the lifecycle of multichain operations