Open the marketplace
Navigate to your team workspace and select APIs from the sidebar. This opens the API Marketplace at
/dashboard/[teamId]/apis, where all available products — both built-in and custom — are listed.Browse products
Scroll through the product catalog to find the API you need. Built-in products (Risk Score API, KYC Verify API, and Ledger Events API) are always available. Products published by your platform owner appear with a Custom badge.
Review plans
Expand a product to view its plans table. Each row shows the plan name, monthly price, quota (calls/month), rate limit (calls/min), and billing mode (Free, Fixed, or Metered). Compare rows to find the plan that suits your team’s expected call volume and budget.
Select a plan
Click Select → billing on the plan row you want. You are taken to the billing checkout page with your chosen product and plan pre-filled.
Free plans activate immediately with no payment details required. Paid plans will prompt for payment information at checkout.
After subscribing
Once your subscription is active, an API key is provisioned for that product and plan. You can find your key under APIs → My Subscriptions in your team workspace. Use it in theAuthorization header of every request you make to the product’s endpoints.
Using your API key
Learn how to locate your API key, include it in requests, and understand key lifecycle behaviour.