Create Exchange
Last updated
Last updated
POST /exchanges
Creates a new exchange integration.
Exchanges:Create
Always Required
name
*
String
A name for the Exchange.
kind
*
String
The enumerated type for the exchange. Eg. Kraken
or Binance
readConfiguration
*
Object
Object containing the public and private API key pairs.
writeConfiguration
*
Object
Object containing the public and private API key pairs.
Example