Last Updated: 2025-06-30

This document provides details for interacting with the Manifold Risk Markets API, offering functionalities for credit scoring, insurance fee calculation, transaction execution, historical data retrieval, and partner code validation.

The website and API are open source, view source code


⚠️ API Refactor Notice (July 2025)

The RISK API has been refactored to improve security, clarity, and functionality. Please review the new endpoints below. While the old endpoints are still available for backward compatibility, they are now considered deprecated and will be removed in a future version. Old APIs will continue to operate until end of August 2025. It is recommended to update your code now.

Key Changes:


General Info

Base URL

All API endpoints are accessed relative to the following base URL: https://risk.markets/api/v0

For local development and testing, replace https://risk.markets with http://localhost:8000.

Authentication

All POST requests to this API that perform Manifold Markets transactions (e.g., sending mana, adding bounties) require a valid Manifold Markets API Key. This key should be provided in the JSON request body as the apikey field.