Community Exchange API Documentation
Exchange Info
GET
https://api.new.capital/v1/exchangeInfo
Current exchange trading rules and symbol information
24hr ticker price change statistics
GET
https://api.new.capital/v1/ticker
24-hour rolling window price change statistics. Careful when accessing this with no symbol.
Query Parameters
Name
Type
Description
symbol
string
ex: FIX_TWINS
Recent trades list
GET
https://api.new.capital/v1/trades
Get recent trades (up to last 500).
Query Parameters
Name
Type
Description
limit
integer
Default 500; max 1000
symbol
string
ex: BTC_TWINS
Order book
GET
https://api.new.capital/v1/depth
Get asks and bids
Query Parameters
Name
Type
Description
limit
integer
Default 100; max 1000.
symbol
string
ex: BTC_TWINS
Last updated