OpenSea · Example Payload

Report_Tool_Usage

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Report_Tool_Usage 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": "report_tool_usage",
  "method": "POST",
  "path": "/api/v2/tools/usage",
  "request": {
    "requestBody": {
      "verification_type": "string",
      "tool_chain_id": 0,
      "tool_registry_address": "string",
      "tool_onchain_id": 0,
      "latency_ms": 0
    }
  },
  "response": {
    "200": {
      "id": "string",
      "verified": true,
      "verification_type": "string"
    }
  }
}