{
"good_id": 17
}
curl --location --request POST 'https://api.csqaq.com/api/v1/info/get_banana_chart' \
--header 'ApiToken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"good_id": 17
}'
{
"code": 200,
"msg": "Success",
"data": [
{
"steam_sell_price": 0.13,
"steam_sell_price_usd": 0.04,
"steam_sell_num": 15966,
"steam_buy_price": 0.12,
"steam_buy_num": 12128,
"steam_buy_price_usd": 0.03,
"steam_buy_num_usd": 3338,
"turnover_num_usd": 832,
"turnover_avg_price_usd": 0.03,
"created_at": "2024-06-26T15:06:25"
},
{
"steam_sell_price": 0.13,
"steam_sell_price_usd": 0.04,
"steam_sell_num": 15967,
"steam_buy_price": 0.12,
"steam_buy_num": 12126,
"steam_buy_price_usd": 0.03,
"steam_buy_num_usd": 3336,
"turnover_num_usd": 842,
"turnover_avg_price_usd": 0.03,
"created_at": "2024-06-26T15:22:46"
}
]
}