Skip to main content
GET
/
goldmarket
Gold Market
curl --request GET \
  --url https://cherrytree.soyab.uk/goldmarket
[
  {
    "total": 123,
    "results": [
      {
        "itemId": 123,
        "name": "<string>",
        "amount": 123,
        "type": "<string>",
        "cost": 123
      }
    ]
  }
]

Response

200 - application/json

200 Response

total
number
required
results
object[]
required