Quick Start
Get up and running with Flux in under 5 minutes.
Prerequisites
A Web3 wallet (MetaMask, Coinbase Wallet, etc.)
Some ETH for gas fees (on Base, Polygon, or Ethereum)
An API you want to monetize
Step 1: Connect Your Wallet
Visit https://useflux.site
Click "Connect Wallet" in the top right
Choose your wallet provider
Approve the connection
Step 2: Create Your First API
Navigate to the Dashboard
Click "Create New API"
Fill in the details:
Name: Your API name (e.g., "Weather API")
Base URL: Your API's base URL (e.g.,
https://api.weather.com)Description: Brief description of what your API does
Click "Next"
Step 3: Add Endpoints
For each endpoint you want to monetize:
Endpoint Name: Descriptive name (e.g., "Get Current Weather")
Method: HTTP method (GET, POST, etc.)
Path Pattern: URL path (e.g.,
/current/:city)Price: Cost per request (e.g.,
0.001 ETH)Payment Chain: Which blockchain to use (Base, Polygon, etc.)
Recipient Address: Your wallet address to receive payments
Click "Add Endpoint" to add more, or "Next" to continue.
Step 4: Test Your Endpoint
Before publishing, test that your API is accessible:
Click "Test First Endpoint"
Review the test results
If successful, click "Publish API"
Step 5: Share Your API
Your API is now live! Share it with users:
Copy the API ID from your dashboard
Share the portal link:
https://useflux.site/portal/{apiId}Users can now pay and use your API!
Next Steps
Need Help?
Visit Flux Gateway to get started!
Last updated