POST
/
query
/
execute
curl --request POST \
  --url https://api.chainbase.com/api/v1/query/execute \
  --header 'Content-Type: <content-type>' \
  --header 'X-API-KEY: <x-api-key>' \
  --data '{
  "sql": "SELECT * FROM ethereum.blocks LIMIT 10"
}'
This response has no body data.

Headers

X-API-KEY
string
required
Content-Type
string
required

Body

application/json
sql
string