List all exchanges by exchange_id
GET/api/metadata/exchanges/:exchange_id
List all exchanges by exchange_id
Request
Path Parameters
exchange_id stringrequired
The ID of the exchange.
Responses
- 200
successful operation
- text/plain
- application/json
- text/json
- application/x-msgpack
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
exchange_id stringnullable
Gets or sets the exchange ID.
website stringnullable
Gets or sets the website URL of the exchange.
name stringnullable
Gets or sets the name of the exchange.
[
{
"exchange_id": "string",
"website": "string",
"name": "string"
}
]
[
{
"exchange_id": "OKCOIN_CNY",
"website": "https://www.okcoin.cn/",
"name": "OKCoin CNY"
},
{
"exchange_id": "HUOBI",
"website": "https://www.huobi.com/",
"name": "Huobi (HBUS)"
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
exchange_id stringnullable
Gets or sets the exchange ID.
website stringnullable
Gets or sets the website URL of the exchange.
name stringnullable
Gets or sets the name of the exchange.
[
{
"exchange_id": "string",
"website": "string",
"name": "string"
}
]
[
{
"exchange_id": "OKCOIN_CNY",
"website": "https://www.okcoin.cn/",
"name": "OKCoin CNY"
},
{
"exchange_id": "HUOBI",
"website": "https://www.huobi.com/",
"name": "Huobi (HBUS)"
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
exchange_id stringnullable
Gets or sets the exchange ID.
website stringnullable
Gets or sets the website URL of the exchange.
name stringnullable
Gets or sets the name of the exchange.
[
{
"exchange_id": "string",
"website": "string",
"name": "string"
}
]
[
{
"exchange_id": "OKCOIN_CNY",
"website": "https://www.okcoin.cn/",
"name": "OKCoin CNY"
},
{
"exchange_id": "HUOBI",
"website": "https://www.huobi.com/",
"name": "Huobi (HBUS)"
}
]
- Schema
- Example (from schema)
- Example response
Schema
Array [
]
exchange_id stringnullable
Gets or sets the exchange ID.
website stringnullable
Gets or sets the website URL of the exchange.
name stringnullable
Gets or sets the name of the exchange.
[
{
"exchange_id": "string",
"website": "string",
"name": "string"
}
]
[
{
"exchange_id": "OKCOIN_CNY",
"website": "https://www.okcoin.cn/",
"name": "OKCoin CNY"
},
{
"exchange_id": "HUOBI",
"website": "https://www.huobi.com/",
"name": "Huobi (HBUS)"
}
]
Loading...
Was this section helpful?