OpenSea · Example Payload

Get_Deploy_Contract_Receipt

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Get_Deploy_Contract_Receipt 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": "get_deploy_contract_receipt",
  "method": "GET",
  "path": "/api/v2/drops/deploy/{chain}/{tx_hash}/receipt",
  "request": {
    "parameters": {
      "chain": "string",
      "tx_hash": "string"
    }
  },
  "response": {
    "200": {
      "status": "success",
      "contract_address": "string",
      "chain": "string",
      "collection_slug": "string"
    }
  }
}