details of the order being placed
order id
Add Requisites to a Swap in Atomex
id of swap
swap requisites being updated
true/false depending on operation success
Cancel an order request in Atomex
id of order to cancel
symbol used in the order. A list of all symbols can be found using getSymbols
side of the order Buy
or Sell
true/false value depending on operation success
Formatting an amount based on currency
Amount received / sent
L1/L2 token symbol (uppercase)
Get Atomex authorization token
details of the message, timeStamp and signed message with the algorithm used
atomex authorization token with expiration time
Get currency & network specific configuration
L1/L2 token symbol (uppercase)
Get maximum available liquidity
order-book received from getOrderBook
order side Buy/Sell
Query specific Order using Order ID
order id to query
details of requested order
Get the Order Book for a particular Symbol
a symbol eg. ETH/BTC
. A list of all symbols can be found using getSymbols
an order book containing all orders for the particular symbol
Returns an approximate preview of the requested amount and expected receive amount
order-book received from getOrderBook
side for the transaction Buy/Sell
amount received/sent
direction for the order - Send/Receive
Get order side for a particular trading pair given the bridge direction
Atomex trading pair {baseCurrency}/{quoteCurrency}
Currency to send
Currency to receive
Query and filter all available orders in Atomex
optional filters for querying all orders
list of orders
Get Top of Book Quotes for all or specific Symbols
an array of Symbols eg. ETH/BTC
, XTZ/ETH
. A list of all symbols can be found using getSymbols
a list of Book Quotes
Query specific Swap using Swap ID
Atomex internal swap id
details of swap requested
Query and filter all available swaps in Atomex
filters for querying all swaps
a list of swaps
Get list of all available symbols in Atomex
list of all the symbols and their minimum qty.
Initialize Atomex authorization token
Atomex authorization token with expiration time
Split Atomex trading pair to base and quote currencies
Atomex trading pair {baseCurrency}/{quoteCurrency}
Generated using TypeDoc
Create a new Order in Atomex