OpenSea · Example Payload

Deploy_Drop_Contract

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Deploy_Drop_Contract is an example object payload from OpenSea, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathrequestresponse

Example Payload

Raw ↑
{
  "operationId": "deploy_drop_contract",
  "method": "POST",
  "path": "/api/v2/drops/deploy",
  "request": {
    "requestBody": {
      "chain": "ethereum",
      "contract_name": "My NFT Collection",
      "contract_symbol": "MNFT",
      "drop_type": "seadrop_v1_erc721",
      "token_type": "erc721_standard"
    }
  },
  "response": {
    "200": {
      "to": "string",
      "data": "string",
      "value": "string",
      "chain": "string"
    }
  }
}