Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 407 Bytes

File metadata and controls

25 lines (17 loc) · 407 Bytes

🪙 Crypto Dashboard API

A GraphQL API for querying Bitvavo.

Requirements

Running the API

$ yarn start:dev

Authentication

To authenticate, provide the following HTTP headers:

{
  "Bitvavo-Api-Key": "YOUR_API_KEY",
  "Bitvavo-Api-Secret": "YOUR_API_SECRET"
}