SolPump API
  • Welcome
  • Getting Started
    • Quickstart
    • API Key
  • Pumpfun
    • Buy/Sell
    • Balance
    • Price
    • Social Analyze | waiting
    • Bundle Analyze | waiting
    • Rug Check | waiting
    • Creator Analyze | waiting
  • Real Time Data
    • Monitor New Token | waiting
    • Monitor Account Trading | waiting
  • Help
    • Support
    • Fee
Powered by GitBook
On this page
  • Get Solana Balance
  • Get Token Balance
  1. Pumpfun

Balance

Get Solana Balance

GET /pumpfun/solBalance

Headers

Name
Value

x-api-key

Your API Key

Body

Name
Type
Description

address

string

Target Solana Address

Response

{
    "balance": 0.732112789,
    "address": ""
}
{
  "error": "Invalid request"
}

Get Token Balance

GET /pumpfun/tokenBalance

Headers

Name
Value

x-api-key

Your API Key

Body

Name
Type
Description

address

string

Target Solana Address

Response

{
    "balance": 0.732112789,
    "address": ""
}
PreviousBuy/SellNextPrice

Last updated 7 months ago