Test API

Test NodeMatrix API endpoints, create flows, and connect nodes. Build powerful blockchain workflows through our REST API.

Create Flow → Generate API → Connect to Nodes

Build visual node flows in the Flow Builder, then test the generated API endpoints here.

Deployment Nodes

POST /api/deploy Deploy Token
POST /api/generate-contract Generate Contract
POST /api/verify Verify Contract
POST /api/renounce Renounce Ownership

Wallet Nodes

POST /api/wallet/create Create Wallet
POST /api/wallet/info Get Wallet Info
POST /api/wallet-transfer Transfer Between Wallets
POST /api/multi-hop-transfer Multi-Hop Transfer

Trading Nodes

POST /api/buy Buy Token
POST /api/sell Sell Token
POST /api/liquidity Add Liquidity
POST /api/mayan/swap Cross-Chain Swap

Telegram Nodes

POST /api/telegram/campaign Run Campaign
POST /api/telegram/generate-script Generate Script
GET /api/telegram/conversations List Conversations

Twitter Nodes

POST /api/twitter/tweet Send Tweet
POST /api/twitter/update-profile-full Update Profile
POST /api/twitter/fetch-tweets Fetch Tweets

Pump.fun Nodes

POST /api/pumpfun/launch Launch Token
POST /api/pumpfun/buy Buy Token
POST /api/pumpfun/sell-now Sell Token

Quick Start Guide

1. Create Flow

Use the Flow Builder to visually create your workflow by connecting nodes.

2. Generate API

Your flow automatically generates REST API endpoints that you can call programmatically.

3. Test Here

Click any endpoint above to test it with real parameters and see live responses.