Stellar v0.3.0 Stellar.Assets View Source

Functions for interacting with Assets

Link to this section Summary

Functions

Returns all known assets in one the network

Link to this section Functions

Returns all known assets in one the network

optional params can take any of the following.:

  • asset_code: Code the asset to filter by

  • asset_issuer: Issuer of the Asset to filter by

  • cursor: A paging token, specifying where to start returning records from.

  • order: The order in which to return rows, “asc” or “desc”, ordered by asset_code then by asset_issuer.

  • limit: Maximum number of records to return.