Update Bitquery.md
parent
fd136c29fa
commit
f4df8a32dd
|
@ -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__
|
||||
|
@ -43,4 +43,4 @@ X-API-KEY: BQYvhnv04csZHaprIBZNwtpRiDIwEIW9
|
|||
## __Example API key__
|
||||
```
|
||||
LYipNGvE4sHosBhU4tEcTEDrStp3WM5G
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue