Configure Stacks.js to use API keys for enhanced rate limits and monitoring
Increased API rate limits for production applications
API usage monitoring and analytics
Priority access during high traffic periods
Custom enterprise support features
Higher rate limits - 500 requests/minute vs 50 for anonymous
Usage tracking - Monitor your API consumption
Priority queue - Better performance during peak times
Support - Access to dedicated support channels
Last updated 3 months ago
Was this helpful?
import { createNetwork } from '@stacks/network' // Create a network with options object const network = createNetwork({ network: 'mainnet', apiKey: 'my-api-key', });