Get API endpoints
GET/v1/endpoints
Get all API endpoints that the EMS API expose for your subscription.
Request
Query Parameters
filter_exchange_id any
Exchange id
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
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: ~/.,:;!@#$%^&*-_+=.
location_id string
Location identifier
endpoint_schema string
Endpoint schema
endpoint_host string
Endpoint host
endpoint_url string
Endpoint URL
[
{
"exchange_id": "KRAKEN",
"location_id": "aws-us-east-2",
"endpoint_schema": "https",
"endpoint_host": "1314.51253.51.ec2.eu-west-1.amazonaws.com",
"endpoint_url": "https://1314.51253.51.ec2.eu-west-1.amazonaws.com/"
}
]
Loading...
Was this section helpful?