PutOrderAndDepositRequest
order object
Summary of the operation
Buy 1 TCToken for 3 EUROeType of operation (Buy/Sell)
BuyAmount of tokens in the order
120Price per offered token in the order
3Blockchain address of the token offered in the order
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
0xE04e6d4aE5A11DD2440Be1366787d4BBD8D46822Blockchain address of the wallet signing the order creation request
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
0x7589033B994573e8f2B2Fbe0f9F03173D69B0321Offer’s expiration date (0 = no expiration date)
1688991980Order’s ID
1759915EIP712 signature of the order
0xbb5673fc5d20b4f02a1fa6037a8a3118e01894340e1d8e4831429ac0ce151cb50b30b626834a8b673b5de910f0f06a7e388fda90bb0b4e8dce73e2bd861842ed1cpermit objectrequired
Owner of the tokens/EUROe
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826Address of the smart contract allowed to spend the tokens/EUROe
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826Amount of EUROe tokens allowed in the swap transaction processed by the Matching Engine
2Timestamp date when the permit ceases to be valid
1759915647EIP712 signature of the owner of the tokens/EUROe
0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826{
"order": {
"summary": "Buy 1 TCToken for 3 EUROe",
"orderType": "Buy",
"amount": "120",
"price": "3",
"token": "0xE04e6d4aE5A11DD2440Be1366787d4BBD8D46822",
"signer": "0x7589033B994573e8f2B2Fbe0f9F03173D69B0321",
"expirationDate": "1688991980",
"id": "1759915"
},
"orderSignature": "0xbb5673fc5d20b4f02a1fa6037a8a3118e01894340e1d8e4831429ac0ce151cb50b30b626834a8b673b5de910f0f06a7e388fda90bb0b4e8dce73e2bd861842ed1c",
"permit": {
"owner": "0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826",
"spender": "0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826",
"value": "2",
"deadline": "1759915647",
"signature": "0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826"
}
}