Coinbase

Coinbase #

Coinbase is an exchange that is used for live market data retrieval and order execution. Its website can be found here.

Configuration #

{
	"type": "coinbase",
	"key": "organizations/{your-id}/apiKeys/{your-id}",
	"secret": "-----BEGIN EC PRIVATE KEY----- {your-private-key}"
}
  • type - string
    The type of the exchange configuration.

    Exchange configuration types are described in detail here.

  • key - string
    The Coinbase API key that is used for authentication.

  • secret - string
    The Coinbase secret key that is used for authentication. It must be provided as it is shown on the Coinbase’s website, without any alterations.