NIN API Docs
  • How to
    • ๐Ÿ‘จโ€๐Ÿ’ปGetting Started
    • ๐Ÿ”How to get API Keys?
    • Full API Documentation
    • ๐Ÿ’ปOpenAPI Reference (Trade)
      • Authentication
      • Instruments
      • Orders
      • Portfolio
      • Margin
      • WebSocket
      • Models
      • Error Handling
      • Limits on API Requests
  • Use Cases
  • Algo Developers
    • Implementing BTC Points
  • Coming Soon
    • Automations Protocol
    • ๐ŸงฉWidget Integration
      • Widget (Onramp)
      • Widget (Offramp)
      • Request Token
      • Check Token
Powered by GitBook
On this page
  1. How to
  2. OpenAPI Reference (Trade)

Instruments

PreviousAuthenticationNextOrders
๐Ÿ’ป

List instruments

get
Authorizations
Query parameters
exchangestringOptional
searchstringOptional
Responses
200
List of instruments
application/json
Responseobject[]
get
GET /trade/v1/instruments HTTP/1.1
Host: api.nin.in
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

List of instruments

[
  {}
]

Download instruments CSV

get
Authorizations
Responses
200
CSV stream of instruments
text/csv
Responsestring ยท binary
401
Unauthorized
get
GET /trade/v1/instruments/csv HTTP/1.1
Host: api.nin.in
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
binary
  • GETList instruments
  • GETDownload instruments CSV