Jump to Content
Citrex
API Reference
v1.0

Log InCitrex
API Reference
Log In
v1.0API Reference

Introduction

  • Introduction
  • Constructing EIP712 signatures
  • Subaccounts
  • Contract Addresses
  • Rate Limits

citrex rest

  • 24hr Ticker Price Change Statisticsget
  • Get Productget
  • Get Product By IDget
  • Kline/Candlestick Dataget
  • List Productsget
  • Order Book / Depthget
  • Trade Historyget
  • Server Timeget

Citrex Auth ReST

  • Approve/Revoke Signerpost
  • Depositing
  • Loginpost
  • Withdrawpost
  • New Order (TRADE)post
  • Cancel Order And Replace (TRADE)post
  • Cancel Order (TRADE)del
  • Cancel All Open Orders (TRADE)del
  • Session Statusget
  • Logoutget
  • Get Spot Balancesget
  • Get Perpetual Positionget
  • Get Account Health metricsget
  • List Approved Signersget
  • List Open Orders (TRADE)get
  • List Orders (TRADE)get

Citrex websocketS

  • Introduction
  • List Products
  • Get Product
  • Server Time
  • Login
  • Session Status
  • Sub-accounts list
  • Withdraw
  • Approve/Revoke Signer
  • New Order (TRADE)
  • List Open Orders
  • Cancel Order (TRADE)
  • Cancel All Open Orders (TRADE)
  • Order Book / Depth
  • Get Perpetual Position
  • Get Spot Balances
  • Account Updates
  • Market data streams
Powered by 

Get Product

Return details for a specific product.

Method: "product.get"

Params:

{
  symbol: string
}

Result

{
  id:            uint32,
	type:          string,
	symbol:        string, 
	oracleTicker:  string, 
	active:        bool,   
	minQuantity:   string, 
	maxQuantity:   string, 
	increment:     string, 
	baseAsset:     string, 
	quoteAsset:    string, 
	takerFee:      string, 
	makerFee:      string,
	isMakerRebate: bool  
}