BarterTrade
CtrlK
  • Introduction
  • General API Information
  • Check Server Time
  • Get Order Book
  • Recent Trades List
  • Last Price for Symbol
  • Best price/qty
  • BART Fee Availability
  • New Order
  • Query Order
  • Cancel Orders
  • Current Open orders
  • All Orders
  • Account Information
  • Account Trade list
  • Get Exchange Information
  • Get Candlestick Data
Powered by GitBook
On this page

Was this helpful?

Check Server Time

This method will return server Time in UNIX time

URL: https://exchange.bartertrade.io/api/v1/time

Method: GET

Attributes: none

Body: none

Response:

{
  "serverTime": 1605579490
}
PreviousGeneral API InformationNextGet Order Book

Last updated 4 years ago

Was this helpful?