Take list as seller - tx
Take the 𝔉rc20 token purchase listing as a seller
Example of Fixes Inscription data string:
Transaction parameters:
Key | Required | FType | Description |
---|---|---|---|
tick | t.String | Ticker: identity of the 𝔉rc20 token | |
batchSellItems | t.Dictionary({ key: t.String, value: t.UFix64 }) | The dictionary for selling:
|
📓Note: The key of batchSellItems
should be itemInMarket.rankedId
which can be obtained in the response of querying listings. and the value is how much tokens you will take in the order. 𝔉rc20 trading orders support partial deal.
Transaction code example:
Transaction source code
Related docs
Last updated