Explore
Birake Network API
v6
OAS3
Available Public and Private calls are described below
Servers
/
Authorize
Public
GET
/v6
/asset
/{symbol}
Retrieves a Assets resource.
GET
/v6
/assets
Retrieves the collection of Assets resources.
GET
/v6
/market
/{market}
Retrieves a Markets resource.
GET
/v6
/markets
Retrieves the collection of Markets resources.
GET
/v6
/orderbook
Retrieves the collection of OrderBook resources.
GET
/v6
/ticker
/{market}
Retrieves a Ticker resource.
GET
/v6
/tickers
Retrieves the collection of Ticker resources.
GET
/v6
/tradehistory
Retrieves the collection of TradeHistory resources.
AUTH key
POST
/v6
/authentication_key
AUTH-KEY header is needed for below Private calls
Private
GET
/v6
/balance
/{symbol}
Retrieves a Balance resource.
GET
/v6
/balances
Retrieves the collection of Balance resources.
GET
/v6
/depositaddress
/{symbol}
Retrieves a Deposits resource.
GET
/v6
/deposits
Retrieves the collection of Deposits resources.
GET
/v6
/limitorders
Retrieves the collection of LimitOrders resources.
GET
/v6
/myfilledorders
Retrieves the collection of MyFilledOrders resources.
GET
/v6
/myopenorders
Retrieves the collection of MyOpenOrders resources.
GET
/v6
/myorder
/{orderId}
Retrieves a Order resource.
POST
/v6
/orderadd
Submit a new order
PUT
/v6
/ordercancel
/{orderId}
Cancel order by orderId
GET
/v6
/withdrawals
Retrieves the collection of Withdrawals resources.
Schemas
Assets-read
Balance-read
Deposits-read
Deposits-read_get
Holders-read
LimitOrders-read
Markets-read
MyFilledOrders-read
MyOpenOrders-read
Order-read_get
Order-read_post
Order-read_put
Order-write_put
OrderBook-read
Revert-read_post
Ticker-read
TradeHistory-read
Transfers-read
Transfers-read_post
Withdrawals-read
Withdrawals-read_post
Token
Credentials
Available formats:
json
html
Other API docs:
ReDoc
GraphiQL