Author Topic: How do I know if limit order create request full filled?  (Read 1680 times)

0 Members and 1 Guest are viewing this topic.


Offline sharique-knysys

  • Newbie
  • *
  • Posts: 19
    • View Profile
Can you give me an exact api name and method of that api? Because I found some methods in account history api. I dont know how to invoke these methods. Can you give me an example code?

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
you can go through the account's history and see if you find a "filled" order .. not sure if there is a virtual operation of some kind added if the order expires .. but if it fills, there certainly is one

Offline sharique-knysys

  • Newbie
  • *
  • Posts: 19
    • View Profile
Hi,
I create limit_order_create request from bitshares-2-ui and I set 5 minutes expiration time for this request. How do I know my request is full fill and I get required amount of smartcoins. Is there any api method which gives me this information? Please guide me