Ryze AgentRyze Agent_
Ryze Agent DeFi API · Running on Mainnet

API Playground

Execute any of 22 DeFi endpoints. See the MPP 402 payment challenge.
Zero credentials - payment is the only gate.

Select Endpoint

Trenchers
Traders
LPs
DeFi + Meta

Request Details

Endpoint
GET/trenches/new-tokens
Cost
$0.008 USDC
Description
Real-time PumpFun launches + AI snipe signal
Resolved URL
https://api.ryzeagent.xyz/trenches/new-tokens
mynt-playground - mainnet - GET /trenches/new-tokens
0 entries
    ╦ ╦╦ ╦╦═╗╔═╗
    ╠═╣╚╦╝╠╦╝║╣ 
    ╩ ╩ ╩ ╩╚═╚═╝

Select an endpoint and click Execute.

Paid endpoints return HTTP 402 with an MPP payment challenge.

Complete payment with mppx SDK to receive data.

https://api.ryzeagent.xyzMPP · Solana Mainnet

⚡ Completing Payment

When you execute a paid endpoint, the server returns HTTP 402 with an MPP payment challenge in the WWW-Authenticate header. To complete payment and receive data, use mppx CLI or any MPP-enabled agent (e.g. Ryze Agent skill).

The browser cannot sign Solana transactions directly - you need an MPP client that manages wallet signing and payment proof headers.

Integrate with mppx

client.ts
import { Mppx, solana } from '@anthropic/mppx'

// Create an MPP client with Solana payment method
const mppx = Mppx.create({
  methods: [solana.charge({ signer })], 
}) 

// SDK handles 402 → sign → retry automatically
const res = await mppx.fetch(
  'https://api.ryzeagent.xyz/trenches/new-tokens'
)

// Data includes AI insights, signal, and confidence
const { data, insight, signal } = await res.json()
terminal
# Install mppx CLI
$ npm install -g mppx

# Call any Ryze Agent route - payment handled automatically
$ mppx fetch https://api.ryzeagent.xyz/trenches/new-tokens

# Or use the /ask meta-endpoint for natural language