Read-only public API to query marketplace data. Generate an API key in your developer dashboard.
All requests must include your API key in the X-API-Key header.
curl https://riftvault.io/api/v1/nfts \ -H "X-API-Key: rv_your_key_here"
Rate limit: 60 requests per minute per key. Exceeding returns HTTP 429.
/api/v1/nftsList active NFT listings.
Query params
limit (max 100)offsetcollection (slug)rarity/api/v1/collectionsList all collections with floor price and NFT count.
Subscribe to marketplace events via HTTP POST. Payloads are signed with HMAC-SHA256 — verify using the X-RiftVault-Signature header and your webhook secret.
order.completedoffer.receivedwithdrawal.approvedairdrop.claimableConfigure webhooks in your developer settings.