Offer
idnumber
Offer’s ID
Example:
123465
fromstring
Blockchain address of the wallet creating the offer
Example:
0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826
tokenAddressstring
Blockchain address of the offered token
Example:
0x0290FB167208Af455bB137780163b7B7a9a10C16
amountnumber
Amount of tokens to be offered
Example:
125
pricenumber
Price per offered token
Example:
3
paymentMethodstring
Payment method
Example:
EUR/DAI
expirationDatenumber
Timestamp of the offer's expiration date
Example:
123496896
Offer
{
"id": 123465,
"from": "0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826",
"tokenAddress": "0x0290FB167208Af455bB137780163b7B7a9a10C16",
"amount": 125,
"price": 3,
"paymentMethod": "EUR/DAI",
"expirationDate": 123496896
}