- Error Code
- WebHook
- Coin & Symbol
- Open Interest
- Liquidation
- Market Order Statistics
- Market Order Statistical Indicators (Plan3)GET
- Aggregate Market Order Statistical Indicators (Plan3)GET
- CVD Data (Plan3)GET
- Taker Buy/Sell Count (Plan3)GET
- Taker Buy/Sell Value (Plan3)GET
- Taker Buy/Sell Volume (Plan3)GET
- Aggregate CVD Data (Plan3)GET
- Aggregate Taker Buy/Sell Count (Plan3)GET
- Aggregate Taker Buy/Sell Value (Plan3)GET
- Aggregate Taker Buy/Sell Volume (Plan3)GET
- Fundflow
- FundingRate
- Longshort
- Net Long & Net Short
- OrderBook
- OrderFlow
- RsiMap
- BigOrder
- Popular Ranking
- KLine
- Indicator Data
- hyperLiquid Whale
- news
News Detail(plan2)
GET
https://open-api.coinank.com/api/news/getNewsDetail
Request
Query Params
id
string
required
Header Params
apikey
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open-api.coinank.com/api/news/getNewsDetail?id=' \
--header 'apikey;'
Responses
🟢200成功
application/json
Body
success
boolean
required
code
string
required
data
object
required
id
string
required
sourceWeb
string
required
title
string
required
content
string
required
readNum
integer
required
ts
integer
required
recommend
boolean
required
Example
{
"success": true,
"code": "string",
"data": {
"id": "string",
"sourceWeb": "string",
"title": "string",
"content": "string",
"readNum": 0,
"ts": 0,
"recommend": true
}
}
Modified at 2025-06-23 07:40:21