Skip to main content
GET
/
api
/
aitaquote
/
market
/
rank
/
list
获取人气排行榜
curl --request GET \
  --url https://fcontext.com/api/aitaquote/market/rank/list \
  --header 'x-api-key: <api-key>'
{
  "rank": {
    "lists": [
      {
        "symbol": "<string>",
        "code": "<string>",
        "name": "<string>",
        "lastDone": "<string>",
        "chg": "<string>",
        "change": "<string>"
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Financial Context key generated from account settings. Send it as x-api-key: <key>.

Query Parameters

key
string
required

排行分类 key,可从 /api/market/rank/categories 获取。

need_article
boolean
default:false

是否附带关联文章。

article
boolean
default:false

need_article 的兼容别名。

Response

排行榜

rank
object