Stellar v0.3.0 Stellar.OrderBooks View Source

Functions for interacting with OrderBooks

Link to this section Summary

Link to this section Functions

Link to this function get(selling_asset_type, buying_asset_type, params \\ []) View Source

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.