{
"page_index": 1,
"page_size": 12,
"search": "",
"filter": {
"在售最少": 100,
"价格最低价": 1,
"类别": [
"unusual"
],
"排序": [
"价格-售价减求购价(百分比)-升序(BUFF)"
]
}
}
curl --location --request POST 'https://api.csqaq.com/api/v1/info/get_rank_list' \
--header 'ApiToken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page_index": 1,
"page_size": 12,
"search": "",
"filter": {
"在售最少": 100,
"价格最低价": 1,
"类别": [
"unusual"
],
"排序": [
"价格-售价减求购价(百分比)-升序(BUFF)"
]
}
}'
{
"code": 200,
"msg": "sell_buy_diff_chg_buff",
"data": {
"current_page": 1,
"data": [
{
"id": 6770,
"name": "鲍伊猎刀(★) | 外表生锈 (战痕累累)",
"buff_price_chg": -6.46,
"exterior_localized_name": "战痕累累",
"rarity_localized_name": "隐秘",
"img": "https://g.fp.ps.netease.com/market/file/5a9fbe9dee4c0f4ffd1a0c0dARBOV0MH",
"buff_sell_price": 630.0,
"buff_buy_price": 636.0,
"yyyp_lease_price": 0.8,
"yyyp_long_lease_price": 0.69,
"yyyp_sell_price": 656.0,
"yyyp_buy_price": 680.0,
"created_at": "2024-06-28T13:58:44",
"sell_price_rate_1": -3.42,
"sell_buy_diff_chg_buff": -0.94
},
{
"id": 8238,
"name": "裹手(★) | 防水布胶带 (久经沙场)",
"buff_price_chg": -1.04,
"exterior_localized_name": "久经沙场",
"rarity_localized_name": "非凡",
"img": "https://g.fp.ps.netease.com/market/file/5a9fd0bcaa49f1013d00b5c6fg5RJ113",
"buff_sell_price": 488.88,
"buff_buy_price": 488.0,
"yyyp_lease_price": 0.52,
"yyyp_long_lease_price": 0.51,
"yyyp_sell_price": 497.0,
"yyyp_buy_price": 496.0,
"created_at": "2024-06-28T13:58:44",
"sell_price_rate_1": -1.91,
"sell_buy_diff_chg_buff": 0.18
}
]
}
}