Inscriptions Marketplace Standard
Pre-Listing
data:,{"p":"crc-20","op":"transfer","tick":"cros","amt":"1000"}Listing and Unlisting
{
"p":"crc-20",
"op": "list",
"nonce": "<nonce data generated by user>",
"timestamp": 1702891000, // current time in unix timestamp
"tick": "cros",
"seller": "<EVM address of the seller>",
"via": "<EVM address of the marketplace custodian>",
"amount": 1000,
"price": 100000000000, // price in basecro, for each unit of Inscription,
"expired": 1702891983, // offer only valid before this unix timestamp
"sig": "<signature data>" // signature generated by user's EVM-compatible wallet
}Purchasing
Last updated