Motivation
Build REST API for coinmarketcap so our exchange get listed, and this is a listing requirement for new coin to list with ours.
Design
Per https://coinmarketcap.com/methodology/#listings-criteria, they point to their "ideal" API.
https://docs.gemini.com/rest-api/#private-api-invocation
Order apis are not necessary. We just need to provide ticker, and markets api.
Setup
I suggest create a nodejs express server in "api" folder, and proxy, and map all these api to our websocket api.
Motivation
Build REST API for coinmarketcap so our exchange get listed, and this is a listing requirement for new coin to list with ours.
Design
Per https://coinmarketcap.com/methodology/#listings-criteria, they point to their "ideal" API.
https://docs.gemini.com/rest-api/#private-api-invocation
Order apis are not necessary. We just need to provide ticker, and markets api.
Setup
I suggest create a nodejs express server in "api" folder, and proxy, and map all these api to our websocket api.