Fix DMC token and key issues: Remove token quota limits, set the correct Base URL, avoid invalid token errors, and understand concurrency and RPM/TPM behavior.
1. Why can't I use my token even though I have sufficient balance?#
Please check the following two points:
Token Quota Limit: The token may have a quota cap set. You need to remove it before continuing to use.
Account Balance: Account balance and token quota are independent of each other. The token needs to be set to unlimited quota to work properly.
2. Why doesn't my Key work? Why is there no response when calling the API?#
The most common cause is incorrect Base URL setting. Solution:
Change the Base URL to: https://dmc.cc.
3. What are the request limits? Does using multiple Keys simultaneously increase concurrency?#
No RPM/TPM limit for single Key:
Theoretical concurrency capacity:
TPM up to 50 million.
RPM up to 30,000.
Global node load balancing: Ensures optimal call performance and lowest latency.
Concurrency limit for multiple Keys: Same as single Key. Does not stack.
No group restrictions: No VIP node group restrictions. High concurrency calls are welcome!
4. Will a single Key have concurrency or RPM/TPM limits?#
Absolutely no limits. DMC supports extremely high concurrency with no upper limit.