...
GET
/api/assets
: Retrieve a list of available assetsGET
/api/assets/prices
: Retrieve detailed information about a specific market.GET
/api/assets/close
: Retrieve the recent close price of assets
Orders
GET
/api/orders
: Retrieve a collection of company orders matching filter parametersPOST
/api/order
: Place a new order.GET
/api/orders/{order_ULID}
: Retrieve a single order record.
...
GET
/api/trades
: Retrieves a collection of company trades matching filter parametersGET
/api/trade/{trade_ulid}
: Retrieve a single trade record.
Market Information
GET
/api/market/trades
: Retrieve the data for all trades by all companies on the market for up to 24 hours.
Request and Response Formats
...