Post Order

Post signed order to target NFT marketplace. This API asynchronous submit the signed order to the regarding NFT marketplace and returns a unique request_id with with each post order request, you can check the post order result with request_id in https://docs.nftgo.io/reference/post_trade-v1-nft-check-post-order-results

The request_id for opensea, looksrare, and x2y2 is equal to orderHash, so you can use request_id to query orders except blur.

Request Id Creation Logic: opensea:Order Hash looksrare:Order Hash x2y2:Order Hash blur:custom logic nftgo:Order Hash

Query Params
string
enum
Defaults to ethereum

Optional param for multi-chain.Default ethereum.

Allowed:
Body Params
order
object
required

Order to submit

string
required

Signature of the order

string
enum
required

The target orderbook to submit the order

Allowed:
string

Optional API key for the target orderbook

attribute
object

Optional extra attribute for order

string

Optional paramter only relevant for offer

string

Optional parameter to describe the collection's slug, only applies to collection offer

string
enum
required

The type of the order, listing or offer

Allowed:
boolean

Optional parameter that only applies to offer

bulk_data
object

Optional paramter, applies to OpenSea bulk signature

extra_args
object
required
Response

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