/
BU
buildonviction
/
TomoDex APIs
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 41m ago · Updated 1mo ago
Details
Filter operations
accounts
2
info
3
market
2
notifications
2
ohlcv
1
orderbook
3
orders
9
get
Retrieve the sorted list of orders for an Ethereum address
post
Create new order
get
[Deprecated] Retrieve the list of positions for an Ethereum address. Positions are order that have been sent to the matching engine and that are waiting to be matched
get
Retrieve the list of filled order for an Ethereum address
get
Retrieve the total number of orders for an Ethereum address
get
Retrieve order nonce for an Ethereum address
post
Cancel order
post
[Deprecated] Cancel all orders
get
Retrieve the order information corresponding to an order hash
pairs
5
tokens
5
trades
2
orders
Retrieve the order information corresponding to an order hash
Return order object
get
/orders/{hash}
Path parameters
hash
string
required
order hash
Response
successful operation
Order
required
id
string
userAddress
string
exchangeAddress
string
baseToken
string
quoteToken
string
status
string
side
string
type
string
hash
string
signature
Signature
pricepoint
string
amount
string
filledAmount
string
nonce
string
makeFee
string
takeFee
string
pairName
string
createdAt
string
date-time
updatedAt
string
date-time
orderID
string
Changes