Get Chains of Pricing API
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
``200 OK
``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
ShellGoJavaScriptPythonNode
xxxxxxxxxx
curl --request GET \
--url https://svc.blockdaemon.com/pricing/v1/allowed_chains \
--header 'accept: application/json' \
--header 'authorization: Bearer ••••'
application/json
200401429500``503