Skip to content

Latest commit

 

History

History
46 lines (40 loc) · 609 Bytes

File metadata and controls

46 lines (40 loc) · 609 Bytes

Description

Onchain GraphQL APIs & DEX APIs

Example Request

  • Curl
curl -X POST -H "X-API-KEY: {{token}}" https://graphql.bitquery.io/
  • Raw
POST / HTTP/1.1
Host: graphql.bitquery.io
X-API-KEY: {{token}}

Response

  • Success
{
    "errors": [{
        "message": "No query string was present"
    }]
}
  • Error
{
    "error": {
        "message": "Invalid or deactivated API key c"
    },
    "data": {}
}

Regex

[A-Za-z0-9]{32}

Example API key

LYipNGvE4sHosBhU4tEcTEDrStp3WM5G