Get endpoints
Last updated
Last updated
Returns the best level bids and asks for the requested pair of tokens' depthbook
Returns order book with specified amount of levels for requested trading pair. If levels set as -1 all levels will be returned
Returns user information regarding nonce, balances and fee levels
Returns for an authorised user and used as prolongation of current listen key.
Returns the current minimum amount of gas price that is necessary to be specified in order to perform any gas-involved trading activity.
If user want to use paymasters (pay for gas not in strk) he needs to specify conversion rate. Exchange provides convenient method to query it. Client also can track it by taking mid bid/ask.
Each user action that require onchain fingerprint consumes some amount of gas steps. We provide expected upper bound for these trades (they are constant within chain(mainnet/sepolia). However, actual gas expenditure will likely be less as we bundle actions into a rollup. Mainly we have the following actions:
offchain withdrawal
offchain increase nonce
ecosystem trade
router trade
Each trading pair have specific rules about trading amount, ticks and etc. This endpoint allows you to query these rules. Any changes will be announced in advance
Returns information about requested order
Return all user's current orders, orders are sorted w.r.t. to created time of order field
Retrieves data that the client needs to sign via the private key of the to show that they are the real owner of the account.
If user trades over the LayerAkira frontend or , user needs to specify router details