File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Documentation/methods/skyblock Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ # skyblock/auctions_ended
2
+
3
+ ## Description
4
+ Returns SkyBlock auctions which ended in the last 60 seconds (More precisely, whatever time is defined in the "Cache-Control" header of the response).
5
+
6
+ ## Example Response
7
+ ``` js
8
+ {
9
+ " success" : true ,
10
+ " lastUpdated" : 1607456463916 ,
11
+ " auctions" : [
12
+ {
13
+ " auction_id" : " 015fe0c67e6041e69797bbe0c2725a21" ,
14
+ " seller" : " fc76242bf64a4698ae0ebc136d900929" ,
15
+ " seller_profile" : " 85b96cd3e73e4580b8379162ec059141" ,
16
+ " buyer" : " c1eff55de0d24ec6b44848799e9323ba" ,
17
+ " timestamp" : 1607456400329 ,
18
+ " price" : 190000 ,
19
+ " bin" : true ,
20
+ " item_bytes" : " H4sIAAAAAAAAAEWR3W7TQBCFx2mBxKgtSH2ArUACZKL6L9jtndUYBdHQyGlV7qq1PXZX9U+03kB6yYNw7ffwo/AgiHEC4m7mmz1nz87qACPQhA4A2gAGItUGGjy5qNeV0nTYUzzX4PlNFUvkDzwuUNuD0Uyk+LHgeUOi3zo8S0WzKvjjCPYva4lDoofwsmu9KS95juesaxPDN+GY0FJJrHJ1v4PWxKTDAfGQy4rQB8M2WVKLqqHGy2RdsrKuGoWSPYiiaNjbS/yGBQ3RMo3+TF0Vj+/I5NXWj+2u7Acr0hCbmGbfbdWgd60/5xtmOBM4JPq5p9sofY43W4tfP3+wfyn/++Bfn+91nYJBxS0VlLQoMFGCIvYu6FnvXcenindtMQ++htMT8u11dPH1vWiYUFiyhFcsRiYxq2WO6Qm86NozUkRBFLLl7VU0HcL+F14iHNAg4rRuyYINgg5H4UZJHiglRbxW2AxhVEuRi+qa53CwnF0t7hY30cUsWIbD/jdBj4JP0zC6ozBkul4Teu34Tua7vj124tQduz73xtxOvbGVoZtMbN/xnIyMlSixUbxcwZFln/qn9DX2ue2wxRxgAE93q6b3wR9BYJa/RAIAAA=="
21
+ }
22
+ ]
23
+ }
24
+ ```
You can’t perform that action at this time.
0 commit comments