SteamMaster
  1. 市场价格查询
SteamMaster
  • README.md
  • 市场价格查询
    • 获取所有物品
      GET
    • 查询单个物品
      GET
    • 查询多个物品
      GET
  1. 市场价格查询

查询多个物品

GET
https://steamaster.top:730/api/items
一次性查询多个物品的出价和要价情况,耗费0.0002元/物品/次。

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://steamaster.top:730/api/items?api_key=qhuhfSHJFHKajhdkjADHDKadkjgjhjjd&item_hash[]=★ StatTrak™ Huntsman Knife | Black Laminate (Well-Worn)&item_hash[]=★ Nomad Knife | Scorched (Field-Tested)'

返回响应

🟢200成功
application/json
Body

示例
{
    "result": [
        {
            "buy_order": [
                [
                    169.05,
                    1
                ],
                [
                    168.87,
                    1
                ],
                [
                    168.67,
                    1
                ],
                [
                    168.26,
                    1
                ],
                [
                    168.13,
                    1
                ],
                [
                    167.18,
                    1
                ],
                [
                    157.98,
                    1
                ],
                [
                    150.79,
                    1
                ],
                [
                    130,
                    2
                ],
                [
                    128.49,
                    1
                ],
                [
                    74.64,
                    1
                ],
                [
                    73.02,
                    1
                ],
                [
                    66.89,
                    1
                ],
                [
                    63.72,
                    1
                ],
                [
                    30.33,
                    1
                ],
                [
                    25.92,
                    1
                ],
                [
                    12.12,
                    5
                ],
                [
                    5.31,
                    2
                ],
                [
                    4.5,
                    4
                ],
                [
                    2.43,
                    30
                ],
                [
                    2.16,
                    2
                ],
                [
                    2,
                    2
                ],
                [
                    1.44,
                    1
                ],
                [
                    1.32,
                    1
                ],
                [
                    1.06,
                    2
                ],
                [
                    0.87,
                    2
                ],
                [
                    0.71,
                    1
                ],
                [
                    0.69,
                    1
                ],
                [
                    0.37,
                    1
                ],
                [
                    0.25,
                    1
                ]
            ],
            "buy_order_summary": {
                "highest_price": 169.05,
                "lowest_price_estimated": 0.03,
                "mean_price_estimated": 27.43,
                "median_price_estimated": 2.43,
                "mode_price_estimated": 2.43,
                "quantity": 81,
                "quantity_estimated": 81,
                "std_price_estimated": 53.53
            },
            "currency": "$",
            "sell_order": [
                [
                    210.06,
                    1
                ],
                [
                    210.08,
                    1
                ],
                [
                    210.23,
                    1
                ],
                [
                    285.23,
                    1
                ]
            ],
            "sell_order_summary": {
                "hightest_price_estimated": 285.23,
                "lowest_price": 210.06,
                "mean_price_estimated": 228.9,
                "median_price_estimated": 210.16,
                "mode_price_estimated": 210.06,
                "quantity": 4,
                "quantity_estimated": 4,
                "std_price_estimated": 37.55
            },
            "timestamp": 1679288259,
            "name": "★ StatTrak™ Huntsman Knife | Black Laminate (Well-Worn)",
            "hash": "★ StatTrak™ Huntsman Knife | Black Laminate (Well-Worn)"
        },
        {
            "buy_order": [
                [
                    162.89,
                    1
                ],
                [
                    162.88,
                    1
                ],
                [
                    162.76,
                    1
                ],
                [
                    161.62,
                    1
                ],
                [
                    161.01,
                    1
                ],
                [
                    158.4,
                    1
                ],
                [
                    157.21,
                    1
                ],
                [
                    157,
                    1
                ],
                [
                    156.49,
                    1
                ],
                [
                    152.49,
                    1
                ],
                [
                    144.25,
                    1
                ],
                [
                    144.23,
                    1
                ],
                [
                    140.1,
                    1
                ],
                [
                    133.9,
                    1
                ],
                [
                    133,
                    1
                ],
                [
                    130.18,
                    1
                ],
                [
                    128.24,
                    1
                ],
                [
                    121.1,
                    1
                ],
                [
                    121,
                    1
                ],
                [
                    119.11,
                    1
                ],
                [
                    116.15,
                    1
                ],
                [
                    116,
                    2
                ],
                [
                    114.6,
                    1
                ],
                [
                    113.87,
                    1
                ],
                [
                    113,
                    1
                ],
                [
                    112.93,
                    1
                ],
                [
                    111.24,
                    1
                ],
                [
                    108.1,
                    1
                ],
                [
                    107,
                    1
                ],
                [
                    105.01,
                    1
                ]
            ],
            "buy_order_summary": {
                "highest_price": 162.89,
                "lowest_price_estimated": 1.04,
                "mean_price_estimated": 54.67,
                "median_price_estimated": 35.72,
                "mode_price_estimated": 1.21,
                "quantity": 288,
                "quantity_estimated": 132,
                "std_price_estimated": 53.84
            },
            "currency": "$",
            "sell_order_graph": [
                [
                    177.38,
                    1
                ],
                [
                    178.52,
                    1
                ],
                [
                    181.55,
                    1
                ],
                [
                    186.62,
                    1
                ],
                [
                    188.32,
                    1
                ],
                [
                    195.39,
                    1
                ],
                [
                    200,
                    1
                ],
                [
                    212.11,
                    1
                ]
            ],
            "sell_order_summary": {
                "hightest_price_estimated": 212.11,
                "lowest_price": 177.38,
                "mean_price_estimated": 189.99,
                "median_price_estimated": 187.47,
                "mode_price_estimated": 177.38,
                "quantity": 8,
                "quantity_estimated": 8,
                "std_price_estimated": 11.92
            },
            "timestamp": 1679288258,
            "name": "★ Nomad Knife | Scorched (Field-Tested)",
            "hash": "★ Nomad Knife | Scorched (Field-Tested)"
        }
    ],
    "balance": 99999999.9999,
    "timestamp": 1679288259
}
修改于 2023-03-31 14:59:26
上一页
查询单个物品
Built with