Update Bitquery.md

pull/4/head
Muhammad Daffa 2021-11-23 18:10:26 +07:00 committed by GitHub
parent fd136c29fa
commit f4df8a32dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,14 +6,14 @@ Onchain GraphQL APIs & DEX APIs
## __Example Request__
* Curl
```
curl -X POST -H "X-API-KEY: YOURAPIKEY" https://graphql.bitquery.io/
curl -X POST -H "X-API-KEY: {{token}}" https://graphql.bitquery.io/
```
* Raw
```
POST / HTTP/1.1
Host: graphql.bitquery.io
X-API-KEY: BQYvhnv04csZHaprIBZNwtpRiDIwEIW9
X-API-KEY: {{token}}
```
## __Response__