package
Version:
v0.0.0-...-81db2af
Opens a new window with list of versions in this module.
Published: Mar 4, 2025
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Client struct {
BaseUrl string
}
type PumpFunCoinInfoResp struct {
Mint string `json:"mint"`
Name string `json:"name"`
Symbol string `json:"symbol"`
TotalSupply int64 `json:"total_supply"`
UsdMarketCap float64 `json:"usd_market_cap"`
RaydiumPool string `json:"raydium_pool"`
}
type PumpFunTradeResp struct {
Signature string `json:"signature"`
Mint string `json:"mint"`
SolAmount int64 `json:"sol_amount"`
TokenAmount int64 `json:"token_amount"`
IsBuy bool `json:"is_buy"`
Timestamp int64 `json:"timestamp"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.