Trading Endpoints
Create Order
Place a new order
POST
Headers
Signature generated by signing the payload with signingKey
signingKey
used to generate the signature
bliq_key
obtained during authentication
bliq_secret
obtained during authentication
Body
application/json
ID of the market you want to trade on. Each Market on beliquid has a unique ID. Users can get the list of active markets and their properties here.
true if user wants to buy the asset and vice versa
beliquid currently supports LIMIT and MARKET orders
Available options:
LIMIT
, MARKET
amount of token user wants to trade
price at which the order has to be executed. that this value should be 0
for MARKET orders
timestamp (in milliseconds) at which the order will expire