Get the Protocol and Networks of REST API
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Compute Unit Value: 1 (fixed)
START HERE!
Click Try It! to test the endpoint with the default values or customize your request by following these steps:
- Enter your API key in the Header: token text box (top right).
- You can get a free API key here .
- Click Try It!.
What's Next?
Go to Get the Protocol Info to get a list of supported endpoints for a specific chain and network.
``200 Protocols overview
``401 Invalid or expired token
``429 Rate limit exceeded
``500 An internal server error happened
``503 The resource you are trying to access is currently unavailable
Updated 2 months ago
Shell
Base URL
https://svc.blockdaemon.com/universal/v1/
curl --request GET \
--url https://svc.blockdaemon.com/universal/v1/ \
--header 'X-API-Key: ••••' \
--header 'accept: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200401429500``503
Updated 2 months ago