Skip to content

🪙 A GraphQL API for querying Bitvavo

Notifications You must be signed in to change notification settings

d-luk/crypto-dashboard-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪙 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"
}