Turbo DA API
Explore Avail DA's Turbo DA API endpoints for fast, gasless data submission with sub-250ms pre-confirmations.
Note
NEED AN API KEY? OR ANY OTHER HELP TO GET STARTED?
Please go through this page in our docs to get started with Turbo DA before you get started with the API.
Please go through this page in our docs to get started with Turbo DA before you get started with the API.
Turbo DA endpoints
| Mainnet | Turing Testnet | |
|---|---|---|
| Frontend | turbo.availproject.org | staging.turbo.availproject.org |
| API Endpoints | turbo-api.availproject.org | staging.turbo-api.availproject.org |
Setting up the dev environment
- To use the Turbo DA API as documented in the following pages, you just need to have
curlinstalled on your system. You can check if it is installed by running:
curl --version- If this does not work, go to curl's website to install it on your system.