Skip to main content

Offer

idnumberrequired

Offer’s ID

Example: 123465
fromstringrequired

Blockchain address of the wallet creating the offer

Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$

Example: 0xCD2a3d9F938E13CD947Ec05AbC7FE734Df8DD826
tokenAddressstringrequired

Blockchain address of the offered token

Possible values: Value must match regular expression ^0x[0-9a-fA-F]{40}$

Example: 0x0290FB167208Af455bB137780163b7B7a9a10C16
amountnumberrequired

Amount of tokens to be offered

Example: 125
pricenumberrequired

Price per offered token

Example: 3
paymentMethodstringrequired

Payment method

Example: EUR/DAI
expirationDatenumberrequired

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
}