Get accounts
GET/v1/accounts
Get all accounts maintained for your subscription in the EMS API.
Request
Query Parameters
filter_exchange_id any
Exchange id of the specific account to provide single account instead of the list of all accounts
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
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[]
Exchange specific configuration parameters
key string
value string
[
{
"exchange_id": "string",
"parameters": [
{
"key": "PublicApiKey",
"value": "36279b02-d24f-40be-a61b-e9fd7de46dd6"
}
]
}
]
Loading...
Was this section helpful?