GET
/
market
/
fetch
curl --request GET \
  --url https://api.vaultcord.com/market/fetch \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "serverName": "The Nexam Hub",
      "title": "old rich guys in this server they will buy anything",
      "cost": 225,
      "numOrders": 850,
      "category": "gaming",
      "minAmount": 300
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

filter
enum<string>

Filter to apply to the market results. Defaults to no filtering if not provided.

Available options:
price-low,
price-high,
newest,
most-members

Response

200
application/json

resource retrieved

The response is of type object.