Get a quote
Endpoint
POST https://opencover.com/api/quoteRequest
{
"productId": 97, // ID of the protocol to cover
"expiry": 30, // Cover duration in days (e.g., 30, 90, max 180)
"integratorId": 0, // Your assigned OpenCover integrator ID
"mintTo": "0x...", // User's wallet address for the proof-of-cover NFT
"coveredAddresses": [], // Only required for ecosystem products (see remark below)
"amount": { // Amount and currency to cover
"currency": { "symbol": "USDC" }, // USDC, ETH, cbBTC
"value": "500" // Amount
}
}Response
Key fields
Next steps
Last updated

