Pons Trading API
The simplest way to trade and launch tokens on Pons - the launchpad on Robinhood Chain - through an API. Buy and sell any Pons token, v2 (bonding curve, then Uniswap v4) or v1 (Uniswap V3 from launch); launch new ones on Pons v2.

Pons
Uniswap v4
- Keyless. No account, no API key, no sign-up. Just call it.
- Local only. Every endpoint returns unsigned transactions. You sign them with your own wallet. Your private key never leaves your machine.
- Everything in ETH. Buy with ETH whatever a token is priced in - USDG, NVDA, TSLA and the other tokenised assets are converted for you on the way in, and optionally back to ETH on the way out.
- Copy-paste scripts. Every page has a plain JavaScript and Python script: change three lines, run it.
Base URL: https://api.shrine.trade/evm
Endpoints
| Endpoint | What it does |
|---|---|
POST /api/local-trade | Buy or sell any Pons v2 or v1 token, on its curve or on Uniswap → Buy & Sell |
WS /api/launches/ws | Live feed of Pons launches, graduations and new Uniswap v4 pools → Live Launches |
POST /api/create-token | Launch a new token on Pons v2, with an optional dev buy → Create Token |
GET /api/token/{address} | Curve state, phase, reserves, snipe tax, unswept creator fees → Token Info |
GET /api/fees/{wallet} POST /api/claim-fees | What your launches have earned, and the transactions that pay it out → Claim Creator Fees |
shrine.trade is an independent integration. We are not affiliated with Pons or Robinhood Markets, Inc.; Pons's contracts and its launch fees belong to Pons.