Get offer creation actions

Returns the blockchain actions needed to offer on an NFT, the offer-side counterpart of the listing actions endpoint. On EVM chains these are payment approvals followed by a Seaport order to sign, which the signature endpoints then accept. On Solana the actions instead carry an unsigned bid transaction to sign and submit onchain; there is no order to post back to OpenSea afterwards.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request to get offer creation actions

string
required

Maker (buyer) wallet address

string

Offer end time in ISO 8601 format. Defaults to 30 days from start.

item
object
required

Item to make an offer on

price
object
required

Price per item

int64
required

Quantity to offer on (use 1 for ERC-721)

string

Offer start time in ISO 8601 format. Defaults to now.

boolean

Whether to include optional creator fees. Defaults to false.

Responses

400

The request is invalid. Possible reasons: invalid addresses, item not found, invalid currency, or price/quantity not positive.

500

Internal server error. Please open a support ticket so OpenSea can investigate.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*