githubEdit

CreateOffer

post
Authorizations
AuthorizationstringRequired
Path parameters
accountstringRequired
Header parameters
AuthorizationstringRequired
Body

Represents the input body for an OpenSea NFT transaction.

tostringOptional

The recipient address.

valuestringOptional

The value to be sent in the transaction.

datastringOptional

The data to be sent in the transaction.

noncestringOptional

The nonce of the transaction.

gasstringOptional

The gas limit for the transaction.

gasPricestringOptional

The gas price for the transaction.

chainIdstringOptional

The chain ID of the blockchain network.

dryrunbooleanOptional

Indicates if the transaction is a dry run.

broadcastbooleanOptional

Indicates if the transaction should be broadcasted.

assetstring · enumRequired

The asset involved in the transaction.

Possible values:
startAmountnumber · doubleRequired

The starting amount for the offer.

expirationTimenumber · doubleOptional

The expiration time of the offer (optional).

Responses
chevron-right
200

Ok

application/json
post
/opensea/{account}/createOffer
200

Ok