/
/TomoDex APIs
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 41m ago · Updated 1mo ago
accounts2
info3
market2
notifications2
ohlcv1
orderbook3
orders9
  • getRetrieve the sorted list of orders for an Ethereum address
  • postCreate 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
  • getRetrieve the list of filled order for an Ethereum address
  • getRetrieve the total number of orders for an Ethereum address
  • getRetrieve order nonce for an Ethereum address
  • postCancel order
  • post[Deprecated] Cancel all orders
  • getRetrieve the order information corresponding to an order hash
pairs5
tokens5
trades2
    orders

    Retrieve the total number of orders for an Ethereum address

    Return a positive integer

    get/orders/count

    Query parameters

    addressstring required

    User address

    Response

    successful operation

    integer required

    Changes