Stellar v0.3.0 Stellar.OrderBooks View Source
Functions for interacting with OrderBooks
Link to this section Summary
Functions
Returns order book details
Link to this section Functions
Link to this function
get(selling_asset_type, buying_asset_type, params \\ [])
View Source
get(Stellar.asset_type(), Stellar.asset_type(), Keyword.t()) :: {Stellar.status(), map()}
Returns order book details
optional params
can take any of the following.:
selling_asset_code
: Code of the Asset being sold.selling_asset_issuer
: Account ID of the issuer of the Asset being sold.buying_asset_code
: Code of the Asset being bought.buying_asset_issuer
: Account ID of the issuer of the Asset being bought.limit
: Maximum number of records to return.