Skip to content

Connect a wallet

Connect your Solana wallet to view your balance, trade, and launch coins.

No compatible wallet detected. Open RUNUP in your wallet’s browser, or install Phantom, Solflare, or Backpack, then try again.

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
GET/tokens

Discover coins and sort by market cap, basket value or bonding progress.

GET/tokens/{mint}

Read live price, market cap, basket assets and launch status.

GET/quote

Quote a buy or sell before asking a wallet to sign.

POST/launches/prepare

Build an unsigned coin launch transaction.

POST/trades/prepare

Build an unsigned buy or sell transaction.

POST/redeems/prepare

Build an unsigned redemption for the stocks in a basket.

Quickstart

No API key required
curl 'https://runup.trade/api/public/v1/tokens?sort=marketCap'

TypeScript client

Start with the SDK

npm install @runup.trade/client @solana/web3.js
import { createRunupClient } from '@runup.trade/client'

const runup = createRunupClient()
const coins = await runup.tokens({ sort: 'marketCap' })
const presets = await runup.presets()
Open the complete API reference

RUNUP MCP

Connect RUNUP to Claude, Cursor, ChatGPT or another MCP client. Node.js 20 or newer is required.

  1. 1

    Add the server

    Paste this into your MCP client configuration.

{ "mcpServers": {
  "runup": {
    "command": "npx",
    "args": ["-y", "@runup.trade/mcp"]
  }
} }
  1. 2

    Restart your MCP client

    The client starts RUNUP through npx and exposes nine tools.

  2. 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

Sign in to RUNUP