The account id of the base party for the trade.
The amount of the base asset that was moved from baseAccount
to counterAccount
.
The code for the base asset. Appears if baseAssetType
is not native.
The Stellar address of the base asset’s issuer. Appears if baseAssetType
is not native.
The type for the base asset. Either native
, credit_alphanum4
, or credit_alphanum12
.
Whether or not the base party is the seller.
The base offer id. If the offer was immediately and fully consumed, this will be a synethic id.
The account id of the counter party for the trade.
The amount of the counter asset that was moved from counterAccount
to baseAccount
.
The code for the counter asset. Appears if counterAssetType
is not native.
The Stellar address of the counter asset’s issuer. Appears if counterAssetType
is not native.
The type for the counter asset. Either native
, credit_alphanum4
, or credit_alphanum12
.
The counter offer id. If the offer was immediately and fully consumed, this will be a synethic id.
The id of the trade.
The date when the ledger with the trade was closed.
The timestamp when the ledger with the trade was closed.
A cursor value for use in pagination.
A precise representation of the original offer price.
Get the base account of the trade.
If set to true
, it will not check in the cache and directly make a request to retrieve the base account instead.
The base account.
Get the base asset if it's not native
.
If set to true
, it will not check in the cache and directly make a request to retrieve the base asset instead.
The base asset if it's not native
.
Get the base offer of the trade.
If set to true
, it will not check in the cache and directly make a request to retrieve the base offer instead.
The base offer.
Get the counter account of the trade.
If set to true
, it will not check in the cache and directly make a request to retrieve the counter account instead.
The counter account.
Get the counter asset if it's not native
.
If set to true
, it will not check in the cache and directly make a request to retrieve the counter asset instead.
The counter asset if it's not native
.
Get the counter offer of the trade.
If set to true
, it will not check in the cache and directly make a request to retrieve the counter offer instead.
The counter offer.
Get the operation of the trade.
If set to true
, it will not check in the cache and directly make a request to retrieve the operation instead.
The operation of the trade.
Generated using TypeDoc
Structure representing a Stellar Trade.