API Docs
Changelog
API v1

API Changelog

Track additions, breaking changes, and improvements to the Artsays Trading API.

v1.3.02026-02-13
AddedSandbox vs Production environment detection — same URL, key determines response type
AddedAPI keys now use sk_sandbox_ and sk_prod_ prefixes for clear identification
AddedTry It console — test GET endpoints directly in developer docs with sandbox keys
AddedStatus badges (Stable / Beta / Deprecated) on all endpoints
AddedGlossary tooltips for trading terms (LTP, VWAP, Circuit Band, etc.)
AddedThis changelog page
ImprovedAdmin can now select environment when creating or approving API keys
ImprovedAdmin can upgrade sandbox keys to production (and vice versa)
v1.2.02026-02-10
AddedPOST /api/v1/withdrawals — Request withdrawal via API
AddedGET /api/v1/withdrawals — View withdrawal history
AddedPOST /api/v1/artist/artworks — Submit artworks via API
AddedGET /api/v1/artist/artworks — List artist's artworks
ImprovedRate limiting headers now include Retry-After
v1.1.02026-02-05
AddedPOST /api/v1/orders — Place buy/sell orders via API
AddedPOST /api/v1/ipo/subscribe — Subscribe to IPOs via API
AddedGET /api/v1/portfolio — View portfolio holdings
AddedGET /api/v1/wallet — Check wallet balance
AddedGET /api/v1/transactions — Transaction ledger
BreakingAPI key header changed from Authorization to x-api-key
v1.0.02026-01-28
AddedInitial API v1 release
AddedGET /api/v1/stats — Market statistics
AddedGET /api/v1/assets — Asset listings
AddedGET /api/v1/trades — Recent trade history
AddedGET /api/v1/orderbook — Level-2 orderbook
AddedGET /api/v1/artists — Artist directory
AddedGET /api/v1/ipo — IPO listings
AddedGET /api/v1/orders — List orders
AddedAPI key authentication with SHA-256 hashing
AddedPer-key rate limiting (default: 60 req/min)