Author Topic: Fetch Highest Bid of Any Asset  (Read 1139 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Pres TAB twice or type 'help'

Offline Akado

  • Hero Member
  • *****
  • Posts: 2752
    • View Profile
  • BitShares: akado
The call you are searching for is

get_limit_orders

The first entries give you highest bid and lowest ask

Is there a place where we can see every call and what they do? On the .9 version we had access to the command line in the wallet and could see for ourselves.
https://metaexchange.info | Bitcoin<->Altcoin exchange | Instant | Safe | Low spreads

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
The call you are searching for is

get_limit_orders

The first entries give you highest bid and lowest ask

Offline sharique-knysys

  • Newbie
  • *
  • Posts: 19
    • View Profile
Hi,

I want to use wallet's function called sell_asset but I don't know what is market highest bid. I want to sell my assets on market's highest bid. How can I fetch highest market bid through wallet api or database api of any asset?