{"openapi":"3.2.0","info":{"title":"OpenSea API","description":"NFT API. OpenSea API is a tool that allows data in the OpenSea NFT marketplace to be accessed and integrated into applications and websites.","version":"1.0.0"},"servers":[{"url":"https://opensea.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/v1/assets/":{"get":{"operationId":"get_v1_assets","summary":"Assets","description":"To retrieve assets from our API, call the /assets/ endpoint with the desired filter parameters."}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}