Add or update account
POST/v1/accounts
Add new or update existing exchange account for your subscription in the EMS API.
Request
- application/json
Body
required
Exchange account object that needs to be add/update to the EMS
Array [
]
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
key string
value string
Responses
- 400
- 405
Invalid exchange id
Validation exception
Loading...
Was this section helpful?