OpenSea · Example Payload

Create_Instant_Api_Key

NFTMarketplaceWeb3BlockchainTradingDigital Assets

Create_Instant_Api_Key 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": "create_instant_api_key",
  "method": "POST",
  "path": "/api/v2/auth/keys",
  "request": {},
  "response": {
    "201": {
      "api_key": "string",
      "name": "string",
      "expires_at": "2024-01-01T00:00:00Z",
      "rate_limits": {
        "read": "60/m",
        "write": "5/m",
        "fulfillment": "5/m"
      },
      "upgrade_url": "string"
    }
  }
}