v1
latestOpenAPI 3.0.02026-07-26441564.4 KBMarket
Marketplace
Buy members
Fetch list of sellers on the member marketplace. Data is cached for 2 hours, use webhooks on https://dash.vaultcord.com/developers for instant notifications when new sellers added.
get/market/fetch
Query parameters
filter'price-low' | 'price-high' | 'newest' | 'most-members'
Filter to apply to the market results. Defaults to no filtering if not provided.
Response
List of member marketplace sellers. This data is saved for 30 minutes for quicker response time.
Example response
{
"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
}
]
}