Skip to main content

Spot Reference

The Spot REST API. Each endpoint has its own page with request parameters, code samples in Python, Java, Go, and Node.js, response shape, and field-level documentation.

Just want to start trading?

Skip ahead to the Spot Client recipe — a single-file client (Python / Java / Go / Node.js) with every endpoint below already wrapped as a method. Drop it in, set your keys, call cs.create_order(...).

Market data (no auth required for some, but signed for all in this doc)

Orders

Account

  • Portfolio — wallet holdings with cost basis and INR value
  • TDS — cumulative TDS for the financial year

Background

If you haven't already, read Order Lifecycle to understand the order state machine, and grab the Reference Client so the code samples below work.