FAQs
Cambrian Account
- How do Organization accounts work?
- Every Cambrian user belongs to an Organization. An Organization can have one or several users. Users under the same Organization share the same plan’s credit pool, rate limits, and bill.
- How can I onboard more team members to my organization?
- Existing Organization Admins can invite new members by sharing the Invite URL. You can find it under Your Organization → Manage → Invite URL.
- How can I contact the Cambrian team?
- We have a dedicated support system for Cambrian users. You need to sign up for a Cambrian Account to access it. Create your Cambrian account here.
- What happens when I reach my monthly usage limit?
- If you used all your monthly calls, the API will stop accepting requests until the 1st of the next month. We don't charge for extra calls or bill for overflow. You can consider upgrading your plan immediately or pay per request using x402.
- What is the difference between Admins and Users?
- Admins can invite and remove members, edit organization settings, revoke keys, and change the plan. Users can generate their own keys and make calls, but cannot change membership or billing.
API
How frequently is data updated on the Cambrian API?
- Update frequency varies by endpoint and its underlying data requirements. Some endpoints refresh every few seconds, while others are updated hourly.
Does Cambrian have an MCP and CLI?
- Yes! Cambrian has an MCP and CLI available. We recommend giving them to your agent.
What is the timestamp format used?
- We use Unix timestamps.
How can I paginate my query results?
- Most of our endpoints support
offsetandlimitparameters that can be used for pagination. Check the following example:
curl "https://api.cambrian.org/solana/tokens?limit=100&offset=0" \ -H "X-API-Key: $CAMBRIAN_API_KEY"- Most of our endpoints support
What are the Cambrian API rate limits?
- Cambrian offers subscription tiers. The free tier includes 1,000 monthly calls, and the Max tier includes 1,500,000. We also have an Enterprise plan that is custom-tailored to unique requirements. Discover all our pricing tiers on our Pricing Page.
How many requests per second can I make?
- The number of requests per second (RPS) varies depending on your plan. It’s 2 RPS on the Free plan, 100 RPS on the Max plan, and custom on the Enterprise plan.
How can I get started with the Cambrian API?
- Sign up for a Cambrian Account and start using the API for free. The free plan will allow you to explore the product and build small applications. No credit card required. Start here.
Can I access the Cambrian API with x402?
- Yes, the Cambrian API is compatible with x402, enabling agents to discover endpoints at runtime. Pay per request, priced per endpoint. No subscription is required. Get started with our x402 guide.
Why do I get
price=nullfor some assets?- A small number of tokens don’t have a calculable price because there isn't enough reliable market data to determine one. This might happen due to very low onchain liquidity, the price point being too old, or no stable pair being available.
Billing & Pricing
- Can I change plans whenever I want?
- Yes, you can upgrade or downgrade your plan at any time from your Cambrian account. Only Organization Admins can change an Organization’s plan.
- Do I need a credit card to start Free?
- You don’t need a credit card to start using the Cambrian API. Sign up for a Free account and get started right away!
- How does the annual discount work?
- We offer a special discount for the annual plan.
- When do my API monthly calls reset?
- Your API monthly call limit resets on the 1st of every month in UTC time.
Pricing Page FAQs
- How can I get started with the Cambrian API?
- Sign up for an account and start using the API for free. The free plan will allow you to explore the product and build small applications. No credit card required. Start here.
- Can I access the Cambrian API with x402?
- Yes, the Cambrian API is compatible with x402, enabling agents to discover endpoints at runtime. Pay per request, priced per endpoint. No subscription is required. Get started with our x402 guide.
- How can I contact the Cambrian team?
- We have a dedicated support system for Cambrian users. You need to sign up for a Cambrian account to access it. Create your Cambrian account here.
- How do Organization accounts work?
- Every Cambrian user belongs to an Organization. An Organization can have one or several users. Users under the same Organization share the same credit pool, rate limits, and bill.
- Can I change plans whenever I want?
- Yes, you can upgrade or downgrade your plan at any time.
- Do I need a credit card to start Free?
- You don’t need a credit card to start using the Cambrian API. Sign up for a Free account and get started right away!
- How does the annual discount work?
- We offer a special discount for the annual plan.
- When do my API monthly calls reset?
- Your API monthly call limit resets on the 1st of every month, UTC.
- What are the Cambrian API rate limits?
- Cambrian offers subscription tiers. The free tier includes 1,000 monthly calls, and the Max tier includes 1,500,000. We also have an Enterprise plan that is custom-tailored to unique requirements.
- How many requests per second can I make?
- The number of requests per second (RPS) varies depending on your plan. It’s 2 RPS on the Free plan, 100 RPS on the Max plan, and custom on the Enterprise plan.