Order
summarystring
Summary of the operation
Example:
Buy 1 TCToken for 3 EUROeorderTypestring
Type of operation (Buy/Sell)
Example:
Buyamountstring
Amount of tokens in the order
Example:
120pricestring
Price per offered token in the order
Example:
3tokenstring
Blockchain address of the token offered in the order
Example:
0xE04e6d4aE5A11DD2440Be1366787d4BBD8D46822signerstring
Blockchain address of the wallet signing the order creation request
Example:
0x7589033B994573e8f2B2Fbe0f9F03173D69B0321expirationDatestring
Offer’s expiration date (0 = no expiration date)
Example:
1688991980idstring
Order’s ID
Example:
1759915Order
{
"summary": "Buy 1 TCToken for 3 EUROe",
"orderType": "Buy",
"amount": "120",
"price": "3",
"token": "0xE04e6d4aE5A11DD2440Be1366787d4BBD8D46822",
"signer": "0x7589033B994573e8f2B2Fbe0f9F03173D69B0321",
"expirationDate": "1688991980",
"id": "1759915"
}