Developer Console
Manage your institutional intelligence and execution tokens.
Consumption Status
0%
Total Requests
0 / 5,000
Renews in -- days
System Health
Active
API Production Node
Production API Credentials
Use this key to authenticate your agent with the Moonlist Unified Gateway.
****************************
NEVER SHARE THIS KEY IN CLIENT-SIDE CODE.
Implementation Example
JAVASCRIPT / NODE.JS
fetch('https://project-9mkjw.vercel.app/api/onchain-proxy', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'X-MOONLIST-KEY': 'YOUR_API_KEY'
},
body: JSON.stringify({
target: 'brain',
query: 'Analyze the current market sentiment'
})
})