Documentation / API Reference
API Reference
All $INCOME ecosystem API endpoints live at income.one/api. No authentication required for public endpoints. All responses are JSON.
Base URL
https://income.one/api
Token & Supply
GET https://income.one/api/stats
{
"holders": 12847,
"mcap": 4820000,
"burned": 846291043,
"supply": 1153708957
}
Cross-Chain Supply
Solana On-Chain Explorer
TRON Chain
GET
/api/tron/transactions
TRON $INCOME transactions
GET
/api/tron/address/{address}
TRON address data
GET
/api/tron/stats
TRON chain stats
BNB Chain
GET
/api/bnb/transactions
BNB $INCOME transactions
GET
/api/bnb/address/{address}
BNB address data
GET
/api/bnb/stats
BNB chain stats
Submissions & Applications
Solana RPC
POST
/api/rpc
Solana JSON-RPC proxy (Alchemy income.one origin only)
POST https://income.one/api/rpc
Content-Type: application/json
{
"jsonrpc": "2.0",
"id": 1,
"method": "getBalance",
"params": ["<wallet_address>"]
}
OTC Desk
GET
/api/otc/...
OTC desk order management (authenticated)
INDEX API verified token registry and DEX data is served from
index.income.one/api/v1/tokens.
This includes real-time prices, logos, supply, and audit status for all verified ecosystem tokens.