RUNUP for Devs and Agents For Developers and Agents
Read coins, prepare launches, trade and redeem from code.Your wallet keeps control of every action.
Read coins, launch, trade and redeem with codeNon-custodial, your wallet is in control.
RUNUP API
Explore live coins, build launches, quote trades and prepare redemptions through our open JSON API.We are non-custodial: we never ask for, accept or store private keys. You sign every transaction locally.
- Base path
/api/public/v1- Authentication
- No key
- Transactions
- Prepared unsigned
/tokensDiscover coins and sort by market cap, basket value or bonding progress.
/tokens/{mint}Read live price, market cap, basket assets and launch status.
/quoteQuote a buy or sell before asking a wallet to sign.
/launches/prepareBuild an unsigned coin launch transaction.
/trades/prepareBuild an unsigned buy or sell transaction.
/redeems/prepareBuild an unsigned redemption for the stocks in a basket.
Quickstart
No API key requiredcurl 'https://runup.trade/api/public/v1/tokens?sort=marketCap'TypeScript client
Start with the SDK
npm install @runup.trade/client @solana/web3.jsimport { createRunupClient } from '@runup.trade/client'
const runup = createRunupClient()
const coins = await runup.tokens({ sort: 'marketCap' })
const presets = await runup.presets()RUNUP MCP
Connect RUNUP to Claude, Cursor, ChatGPT or another MCP client. Node.js 20 or newer is required.
- 1
Add the server
Paste this into your MCP client configuration.
{ "mcpServers": {
"runup": {
"command": "npx",
"args": ["-y", "@runup.trade/mcp"]
}
} }- 2
Restart your MCP client
The client starts RUNUP through
npxand exposes nine tools. - 3
Ask it to explore
Try “Show me the top RUNUP coins” or “Draft a balanced tech coin called Moon Cat.”
list_coinsget_coinlist_presetsget_quoterecent_tradeslaunch_coinlaunch_statustrade_coinredeem_coin