FeiXiaoHao
FeiXiaoHao
Notices
Get exchange notices.
Request URL
GET /deepcoin/feixiaohao/notices
Request Parameters
| Field Name | Required | Type | Description |
|---|---|---|---|
| idAfter | false | integer | Query older data before this notice id |
| limit | false | integer | Page size, range [1, 100], default 20 |
Response Example
[
{
"id": "1",
"title": "Notice title",
"content": "Notice content",
"url": "https://www.deepcoin.com",
"startTime": "1710000000"
}
]
Swap daily tickers
Get swap daily tickers for FeiXiaoHao.
Request URL
GET /deepcoin/feixiaohao/swap/tickers
Request Parameters
None
Response Example
{
"result": true,
"message": "success",
"date": 1710000000,
"data": [
{
"symbol": "BTC/USDT",
"last": "38700",
"buy": "38690",
"sell": "38710",
"low": "38000",
"high": "39000",
"change": "0.02",
"vol": "12345"
}
]
}
SwapU daily tickers
Get SwapU daily tickers for FeiXiaoHao.
Request URL
GET /deepcoin/feixiaohao/swapU/tickers
Request Parameters
None
Response Example
{
"result": true,
"message": "success",
"date": 1710000000,
"data": [
{
"symbol": "BTC/USDT",
"last": "38700",
"buy": "38690",
"sell": "38710",
"low": "38000",
"high": "39000",
"change": "0.02",
"vol": "12345"
}
]
}
Spot daily tickers
Get spot daily tickers for FeiXiaoHao.
Request URL
GET /deepcoin/feixiaohao/spot/tickers
Request Parameters
None
Response Example
{
"result": true,
"message": "success",
"date": 1710000000,
"data": [
{
"symbol": "BTC/USDT",
"last": "38700",
"buy": "38690",
"sell": "38710",
"low": "38000",
"high": "39000",
"change": "0.02",
"vol": "12345"
}
]
}
Collect hidden symbol
Collect hidden symbols for all platforms.
Request URL
POST /deepcoin/feixiaohao/collect/symbol
Request Body
{
"platform": "feixiaohao",
"symbol": "BTC/USDT",
"action": "add"
}
Response Example
{
"result": true,
"message": "success"
}