Sell Offer
Last updated
Was this helpful?
Last updated
Was this helpful?
Creates, updates, or deletes a sell offer to trade assets. A sell offer specifies a certain amount of the selling asset that should be sold in exchange for the maximum quantity of the buying asset.
See the .
ATTRIBUTE
amount string
The amount of selling_asset
that the account making this offer is willing to sell.
price string
How many units of selling_asset
it takes to get 1 unit of buying_asset
. A number representing the decimal form of price_r
.
price_r object
A precise representation of the buy and sell price of the assets on offer.Hide child attributes
n number
The numerator.
d number
The denominator.
buying_asset_type string
The type for the buying asset. Either native
, credit_alphanum4
, or credit_alphanum12
.
buying_asset_issuer string
The Stellar address of the buying asset’s issuer. Appears if the buying_asset_type
is not native
.
buying_asset_code string
The code for the buying asset. Appears if the buying_asset_type
is not native
.
selling_asset_type string
The type for the selling asset. Either native
, credit_alphanum4
, or credit_alphanum12
.
selling_asset_issuer string
The Stellar address of the selling asset’s issuer. Appears if the selling_asset_type
is not native
.
selling_asset_code string
The code for the selling asset. Appears if the selling_asset_type
is not native
.
offer_id string
A unique identifier for this offer.