Steem Developer Portal

Search Results
Showing results for "limit order"
Limit Order
A direction given to the DEX to buy or sell an asset at a specified price or better, that expire within 30 days of creation.
limit_order_create
This operation creates a limit order and matches it against existing open orders. The maximum expiration time for any limit order is 28 days from head_block_time().
limit_order_cancel
Cancels an order and returns the balance to owner.
limit_order_create2
...ce rather than calculating it from other fields. The maximum expiration time for any limit order is 28 days from head_block_time().
database_api.list_limit_orders
Returns a list of limit orders. Parameters: start:array; limit:int; order:string start depends on order (see below) limit is up to 1000. order can be one of:...
database_api.find_limit_orders
Returns a list of limit orders.
database_api.get_order_book
Returns the order book.
STEEM_MAX_LIMIT_ORDER_EXPIRATION
Limit Order Expiration must not be more than 28 days in the future
market_history_api.get_order_book
Returns the internal market order book.
condenser_api.get_order_book
Returns the internal market order book. Parameters: limit:int up to 500 limit (int) 10 Queries up to 10 items in the...
Paginated API Methods
...ype by_account - start requires 2 values: account, order_id To list the first 10 limit ordered by price, order_type: curl -s --data '{ "jsonrpc": "2.0", "method": "database...
database_api.list_vesting_delegations
Returns a list of vesting delegations. Parameters: start:array, limit:int, order:string limit is up to 1000. order can be one of: by_delegation - order...
database_api.list_account_recovery_requests
Returns a list of account recovery requests. Parameters: start:string, limit:int, order:string limit is up to 1000. order can be one of: by_account - or...
database_api.list_proposal_votes
...l votes, starting with the specified voter or proposal.id. Parameters: start:array; limit:int; order:string; order_direction:string; status:string start depends on order...
database_api.list_smt_token_emissions
List SMT emissions. Parameters: start:array; limit:int; order:string start depends on order (see below) limit is up to 1000. order can be one of: by_s...
database_api.list_savings_withdrawals
Returns a list of savings withdrawls. Parameters: start:object, limit:int, order:string limit is up to 1000. order can be one of: by_from_id - order by...
database_api.list_smt_tokens
List SMTs. Parameters: start:object; limit:int; order:string start depends on order (see below) limit is up to 1000. order can be one of: by_symbol -...
condenser_api.list_proposal_votes
...l votes, starting with the specified voter or proposal.id. Parameters: start:array; limit:int; order:string; order_direction:string; status:string start depends on order...
database_api.list_sbd_conversion_requests
...eturns the list of SBD conversion requests for an account. Parameters: start:array, limit:int, order:string limit is up to 1000. order can be one of: by_acco...
database_api.list_vesting_delegation_expirations
Returns a list of vesting delegation expirations. Parameters: start:array, limit:int, order:string limit is up to 1000. order can be one of: by_expirati...
database_api.list_accounts
List accounts ordered by specified key. Parameters: start:object, limit:int, order:string limit is up to 1000. order can be one of: by_name - order by a...
database_api.find_comments
Search for comments.
database_api.list_witnesses
Returns the list of witnesses. Parameters: start:object; limit:int; order:string start depends on order (see below) limit is up to 1000. order can be one of:...
database_api.list_withdraw_vesting_routes
Returns a list of vesting withdraw routes. Parameters: start:array; limit:int; order:string start depends on order (see below) limit is up to 1000. order can be...
database_api.list_smt_contributions
...k individual contributions on an SMT during the ICO phase. Parameters: start:array; limit:int; order:string start depends on order (see below) limit is up to 1000. or...
database_api.list_change_recovery_account_requests
Returns a list of recovery account change requests. Parameters: start:object, limit:int, order:string start depends on order (see below) limit is up to 1000. ord...
database_api.list_decline_voting_rights_requests
Returns a list of decline voting rights requests. Parameters: start:object; limit:int; order:string start depends on order (see below) limit is up to 1000. order...
database_api.list_witness_votes
Returns a list of witness votes. Parameters: start:array; limit:int; order:string start depends on order (see below) limit is up to 1000. order can be one of:...
database_api.list_proposals
...posals, starting with the specified creator or start date. Parameters: start:array; limit:int; order:string; order_direction:string; status:string start depends on order...
database_api.list_escrows
Returns a list of escrows. Parameters: start:array; limit:int; order:string start depends on order (see below) limit is up to 1000. order can be one of:...
condenser_api.list_proposals
...posals, starting with the specified creator or start date. Parameters: start:array; limit:int; order:string; order_direction:string; status:string start depends on order...
database_api.list_comments
Returns all comments, starting with the specified options. Parameters: start:array; limit:int; order:string start depends on order (see below) limit is up to 1000....
database_api.list_votes
...rting with the specified voter and/or author and permlink. Parameters: start:array; limit:int; order:string start depends on order (see below) voter is optiona...
PY: Get Follower And Following List
...s currently the only valid parameter value for this function to execute correctly. limit - The maximum number of lines that can be returned by the query Steps App setu...
PY: Search Accounts
.... If this value is left empty the search will start from the first value available limit - The maximum number of names/tags that the query retrieves Steps App setup -...
PY: Reblogging Post
...will fetch and make list of accounts and setup pick properly. query = { "limit":5, #number of posts "tag":"" #tag of posts } # post list from trendin...
JS: Witness Listing And Voting
...Accounts function. The parameters required for the witness voting operation are: limit - Used in creating the witness list. Denotes the maximum number of witnesses to disp...
JS: Blog Feed
...fetch blog posts of particular user, we will define username as tag. You can also limit the number of results you would like to receive from the query var query = { t...
JS: Get Posts
...elevant to a particular topic. Posts may have up to five tags on them, but there are limits when querying (more on this later). A filter in Steem is a kind of built-in ‘view’...
SteemConnect
...Steem Authorisation and OAuth 2 The OAuth protocol allows third party apps to grant limited access to an HTTP service, either on behalf of a resource owner or by allowing the...
JS: Get State Replacement Api
...Replacement API call: databaseAPI.call('get_discussions_by_trending',[{limit:20}]) While getState() truncates the post body at 1024 characters, getDiscussionsB...
PY: Grant Posting Permission
...been granted posting permission for the account being queried. We use this check to limit the options of the user as you cannot grant permission to a user that already has pe...
PY: Grant Active Permission
...s been granted active permission for the account being queried. We use this check to limit the options of the user as you cannot grant permission to a user that already has pe...
PY: Submit Post
...Title: ') body = input('Post Body: ') #capture list of tags and separate by " " taglimit = 2 #number of tags 1 - 5 taglist = [] for i in range(1, taglimit+1): print(i) tag...
JS: Create Account
...TEEM, the account_creation_fee is paid in RC (resource credits). There are however a limited amount of discounted accounts that can be claimed which is decided upon by the wit...
PY: Submit Comment Reply
...nk permlink = ''.join(random.choices(string.digits, k=10)) The random generator is limited to 10 characters in this case but the permlink can be up to 256 bytes. If the perm...
Using Multisignature Accounts
...unt-weight parameter taking an account name plus weight. Note that there is an upper limit of 40 authorities (keys and accounts combined) per role. This is the resulting tran...
Setting Up a Testnet
...t remember that this process could take quite a while and can be interrupted or rate-limited. You should consider running your own node. As of September 2019, assuming the S...
Jussi
...ature flags to Condenser Adding Upstreams The default DEV_config.json is: { "limits":{"blacklist_accounts":["non-steemit"]}, "upstreams":[ { "name":"...
ImageHoster
...of the authors and general users accessing the images. Using ImageHoster will help limit access to IP addresses of the general user. It will also strip image metadata relat...