Developer Docs

VICE Auctions API

Build powerful auction experiences with our REST API, real-time subscriptions, and webhook integrations.

Authentication
Get your API keys and start making requests
Real-time Bidding
Subscribe to live bid updates via WebSocket
Webhooks
Get notified when events happen in real-time

Authentication

All API requests require authentication using a Bearer token. Get your token by signing in and visiting your account settings.

curl -X GET "https://vice.platphormnews.com/api/v1/listings" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json"

Endpoints

Listings

MethodEndpointDescription
GET/api/v1/listingsList all active listings
GET/api/v1/listings/:idGet a specific listing
POST/api/v1/listingsCreate a new listing
PATCH/api/v1/listings/:idUpdate a listing
DELETE/api/v1/listings/:idDelete a listing

Bids

MethodEndpointDescription
GET/api/v1/bids?listing_id=:idGet bids for a listing
POST/api/v1/bidsPlace a bid

Orders

MethodEndpointDescription
GET/api/v1/ordersGet user orders
POST/api/v1/ordersCreate an order
Rate Limits
API requests are rate limited based on your plan
PlanRequests/minWebhooks
Anonymous100-
Authenticated1,0005
Premium Seller5,00025

Need Help?

Check out our resources or contact our developer support team