Getting Started
fast_main_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxauthorization: Bearer fast_main_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxPrerequisites
Connection method
REST APIWebSocket APILast updated
Was this helpful?
To get started with SEDA FAST, visit https://seda.xyz/dev to sign up.
During onboarding, you'll receive an API key along with your account configuration (execution parameters, credit allocation, and Data Proxy access). The SEDA team is available to assist with setup and answer any questions about tailoring the configuration to your use case.
Your API key is a bearer token that looks like this:
fast_main_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxThis should be supplied in the authorization header of requests to the SEDA Fast API:
authorization: Bearer fast_main_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxAlways keep API keys secure — they provide access to your account and credits.
Before making your first request, ensure you have:
Your API key (provided by the SEDA team during onboarding)
An Oracle Program deployed on the SEDA blockchain. You'll need the Program ID to make execution requests.
If you don't have one yet, refer to the SEDA documentation for instructions on creating and deploying Oracle Programs.
SEDA Fast provides a REST API and a WebSocket API. We recommend starting with the REST API, as many concepts (authentication, execution requests, responses) are shared with the WebSocket API.
REST APIWebSocket APILast updated
Was this helpful?
Was this helpful?
