Path Parameters
Body
application/json
Response
Offer accepted successfully.
The token that is being offered to be traded for.
Example:
"0xabc1234567890def1234567890abcdef12345678"
The wallet address of the customer who made the offer.
Example:
"0x12b5aEDEb98767823Dd473bE7C88A8203FaA7Ee8"
The wallet address of the customer who accepts the offer (if accepted).
Example:
"0xA74269C3DE980723A1D49a017cBbD1839C41D4e7"
The quantity of tokens involved in the offer.
Example:
5
The total price in euros for the offer.
Example:
250.75
The current status of the offer.
Available options:
OPEN
, CANCELLED
, FILLED
Example:
"OPEN"
The intention of the offer maker.
Available options:
BUY
, SELL
Example:
"BUY"
The customer who made the offer.
The customer who accepted the offer (if accepted).