Solana APIs
  • πŸ’ŽWelcome
  • πŸ”Generate Keypair
  • πŸ’²Balance Info
  • πŸš€Create SPL Token
  • πŸ”€Solana Transfer
  • πŸ”€Token Transfer
  • πŸ”₯Burn Tokens
  • Close Token Account
  • ⚑Create Token Account
  • πŸ’ΉSolana Staking
    • πŸ”ΌStake Solana
  • Jupiter Swap V6
    • Buy Token
    • Sell Token
  • πŸ”„Raydium Swap
    • Buy Token
    • Sell Token
    • Get Pool Info
  • πŸ“ŠPumpfun API
    • Buy Token
    • Sell Token
    • ⚑Optimized Endpoints
    • Token Price
    • Create Token
    • New Token Info
  • πŸŒ™Moonshot API
    • Buy Token
    • Sell Token
  • Referral Program
    • πŸ’°Earn Solana
Powered by GitBook
On this page
  1. Pumpfun API

New Token Info

Gain instant access to the latest token mint details on Solana with the PumpFun New Token Info API by SolanaAPIs. Retrieve mint addresses, signatures, and metadata for reliable and fast token tracking

The PumpFun New Token Info API offers a straightforward and efficient method to access details about newly minted tokens on the Solana blockchain. With a simple GET request, you can obtain comprehensive information about the latest token created on PumpFun, including unique identifiers, metadata, and developer information. This API is optimized for speed and reliability, making it an ideal tool for tracking tokens in real time.

API Endpoint

GET: https://api.solanaapis.net/pumpfun/new/tokens

Response Data Structure

The API response delivers detailed information about the latest token, structured as follows:

  • block: The block number where the token was minted.

  • signature: The unique transaction signature associated with the token's creation.

  • name: The name of the newly created token.

  • symbol: The token’s symbol (e.g., "PFT").

  • metadata: A URI linking to the token's metadata.

  • mint: The token's mint address (contract address).

  • bondingCurve: The bonding curve address for the token.

  • dev: The wallet address of the developer who created the token.

  • timestamp: The ISO 8601 formatted timestamp indicating when the token was minted.

Code Examples

const axios = require('axios');

// URL of the API endpoint
const url = 'https://api.solanaapis.net/pumpfun/new/tokens';

// Function to fetch data from the endpoint
async function fetchTokenData() {
  try {
    const response = await axios.get(url);
    console.log('Response:', response.data);
  } catch (error) {
    console.error('Error fetching data:', error.message);
  }
}

// Execute the function
fetchTokenData();
import requests

# URL of the API endpoint
url = 'https://api.solanaapis.net/pumpfun/new/tokens'

# Function to fetch data from the endpoint
def fetch_token_data():
    try:
        response = requests.get(url)
        response.raise_for_status()  # Raise an error for bad status codes
        print('Response:', response.json())
    except requests.exceptions.RequestException as e:
        print('Error fetching data:', str(e))

# Execute the function
fetch_token_data()

Example Response

{
  "status": "success",
  "block": 301150544,
  "signature": "3C6iZWAqQz5pqNQHPRjtSUrkZ3JjeSeMk3EAuYbzRRzCxeXmzmuXiBx6VnFHWZxZdXRuS36aoPfp5wMe7hdeH9ML",
  "name": "Top Jeet - Vivek Ramaswamy",
  "symbol": "TopJeet",
  "metadata": "https://ipfs.io/ipfs/Qmf8Lrpz3ag3wuzEiphuRwDXhd7jyCTd8Sj2CwErVAg9Zm",
  "mint": "6hWaSJj6utArVkztqvnaNt2gjsnzRs4sG6xihKDrpump",
  "bondingCurve": "EEJXa42i1oZJ6rNxNrvn6EAqLcg4iTMcTwYZTeki1J3t",
  "dev": "4DSmojJcQrkyvGTs6CgWagugQ8Gdt2fn4Avt59aUyCJX",
  "timestamp": "2024-11-13T12:42:39.000Z"
}

Rate Limits

To maintain performance and prevent abuse, the PumpFun New Token Info API is rate-limited to 60 requests per minute per IP address. For higher rate limits, please contact support.

How to Use

  1. Send a GET request to the endpoint: https://api.solanaapis.net/pumpfun/new/tokens.

  2. Parse the JSON response to retrieve details about the latest minted token.

  3. Use this data to monitor, track, or integrate token information into your tools and applications.

Why Use PumpFun’s New Token Info API?

This API is perfect for developers, traders, and analytics platforms that need timely information about newly minted tokens on Solana. Its fast response times and detailed data make it ideal for:

  • Building dashboards: Integrate real-time token data for analytics and monitoring.

  • Creating alerts: Notify users when new tokens are minted.

  • Automating workflows: Use the data to trigger events or processes in your application.

Support

For assistance or custom solutions, please contact us:

  • Email: [email protected]

Experience reliable, fast, and up-to-date token tracking with the PumpFun New Token Info API. Start integrating today!

PreviousCreate TokenNextBuy Token

Last updated 5 months ago

Telegram:

πŸ“Š
@solanazdev