What is the coinbase pro api equivalent to https://www.bitmex.com/api/v1/instrument/active

75 Views Asked by At

I am trying to convert a bitmex api block of code to coinbase pro API.

Is there a coinbase pro api equivalent to https://www.bitmex.com/api/v1/instrument/active

1

There are 1 best solutions below

0
On

You are looking for -> https://docs.pro.coinbase.com/#products

Fields will be slightly different as coinbase is a spot exchange while Bitmex is all futures.

I'd also suggest looking at implementing the CCXT library could generalize your code.