Offer
idnumberrequired
Offer’s ID
Example:
123465fromstringrequired
Blockchain address of the wallet creating the offer
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
Example:
0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826tokenAddressstringrequired
Blockchain address of the offered token
Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$
Example:
0x0290FB167208Af455bB137780163b7B7a9a10C16amountnumberrequired
Amount of tokens to be offered
Example:
125pricenumberrequired
Price per offered token
Example:
3paymentMethodstringrequired
Payment method
Example:
EUR/DAIexpirationDatenumberrequired
Timestamp of the offer's expiration date
Example:
123496896Offer
{
"id": 123465,
"from": "0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826",
"tokenAddress": "0x0290FB167208Af455bB137780163b7B7a9a10C16",
"amount": 125,
"price": 3,
"paymentMethod": "EUR/DAI",
"expirationDate": 123496896
}