POST
/
ethers
/
create_buy_from_listing_tx
{}

Body

application/json
contractAddress
string
required

Contract Address

Example:

"0x01A9B82dbE9873bFC22CAd4A37E1860FC00b0440"

listingId
string
required

Listing ID on the Marketplace

Example:

"1"

buyerAddress
string
required

Wallet Address that is buying on the Marketplace

Example:

"0x01A9B82dbE9873bFC22CAd4A37E1860FC00b0440"

quantity
string
required

quantity

Example:

"1"

currency
string
required

address of the currency used to purchase

Example:

"0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"

price
string
required

price of the item on the marketplace

Example:

"1"

chainId
number
required

Chain ID for the network being used

Example:

1

Response

201 - application/json
Tx created

The response is of type object.