Create Exchange
POST /exchanges
Creates a new exchange integration.
User action signature required. See User Action Signing for more information.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
Name
Conditions
Exchanges:Create
Always Required
Body
Property
Type / Optional
Description
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
Response
Response example
Last updated