Skip to main content

Add or update account

POST /v1/accounts

Add new or update existing exchange account for your subscription in the EMS API.

Request Body required

Exchange account object that needs to be add/update to the EMS

  • exchange_id string

    Exchange identifier and optional tag identifying specific account configured when the software will be managing multiple accounts on the same exchange; for eg: BITSTAMP BITSTAMP/7c177641-74bd-4dbe-9b01-2497c12a5f70` BITSTAMP/2574 Allowed separators between the exchange identifier and the tag: ~/.,:;!@#$%^&*-_+=.

  • parameters object[]

    Parameters required to log into the exchange

  • Array [
  • key string
  • value string
  • ]
Responses

Invalid exchange id

Loading...