{"id":26984377,"url":"https://github.com/l9t-development/pumpswap-sdk","last_synced_at":"2026-01-26T23:18:02.175Z","repository":{"id":284802639,"uuid":"952639935","full_name":"L9T-Development/pumpswap-sdk","owner":"L9T-Development","description":"pumpswap sdk to get info from pumpswap with jito toosnipe, voluem boost, bundle","archived":false,"fork":false,"pushed_at":"2025-05-20T11:43:24.000Z","size":351,"stargazers_count":25,"open_issues_count":0,"forks_count":12,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-01-11T18:09:13.214Z","etag":null,"topics":["pumpswap","pumpswap-bundler","pumpswap-sniper","pumpswap-volumebot"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/L9T-Development.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-21T16:08:17.000Z","updated_at":"2025-10-22T14:36:44.000Z","dependencies_parsed_at":"2025-03-27T19:37:28.934Z","dependency_job_id":null,"html_url":"https://github.com/L9T-Development/pumpswap-sdk","commit_stats":null,"previous_names":["l9t-development/pumpswap-sdk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/L9T-Development/pumpswap-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L9T-Development%2Fpumpswap-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L9T-Development%2Fpumpswap-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L9T-Development%2Fpumpswap-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L9T-Development%2Fpumpswap-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/L9T-Development","download_url":"https://codeload.github.com/L9T-Development/pumpswap-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L9T-Development%2Fpumpswap-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28791166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:49:50.245Z","status":"ssl_error","status_checked_at":"2026-01-26T21:48:29.455Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pumpswap","pumpswap-bundler","pumpswap-sniper","pumpswap-volumebot"],"created_at":"2025-04-03T17:37:37.941Z","updated_at":"2026-01-26T23:18:02.168Z","avatar_url":"https://github.com/L9T-Development.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PumpSwap SDK\n\nThe **PumpSwap SDK** is a powerful software development kit designed to facilitate interactions with PumpSwap using **Jito**. It provides essential functionality like buying/selling tokens, fetching token prices, and accessing liquidity pools. The SDK is implemented in **TypeScript** and allows seamless integration for developers working with the PumpSwap ecosystem.\n\n## Contact\n\nIf you need help or other bot developing, contact here: [Telegram](https://t.me/shiny0103)  |  [Twitter](https://x.com/0xTan1319)\n\n## 📚 Features\n\n- **Buy/Sell Tokens:** Perform token swaps using specific parameters with bundle.\n\n- **Fetch Token Prices:** Retrieve the current price of tokens with a single function.\n\n- **Access PumpSwap Pools:** Fetch pool details for specific tokens.\n\n- **Customizable Environment:** Easily configure private keys and RPC keys.\n\n## Usage\n\n### buy/sell on PumpSwap\n```typescript\nimport {wallet_1} from \"./constants\";\nimport {PumpSwapSDK} from './pumpswap';\nasync function main() {\n    const mint = \"your-pumpfun-token-address\";\n    const sol_amt = 0.99; // buy 1 SOL worth of token using WSOL\n    const sell_percentage = 0.5; // sell 50% of the token\n    const pumpswap_sdk = new PumpSwapSDK();\n    await pumpswap_sdk.buy(new PublicKey(mint), wallet_1.publicKey, sol_amt); // 0.99 sol\n    await pumpswap_sdk.sell_percentage(new PublicKey(mint), wallet_1.publicKey, sell_percentage);\n    await pumpswap_sdk.sell_exactAmount(new PublicKey(mint), wallet_1.publicKey, 1000); // 1000 token\n}\n```\n\n### Fetch the price\n```typescript\nimport {getPrice} from './pool';\nasync function main() {\n    const mint = new PublicKey(\"your-pumpfun-token-address\");   \n    console.log(await getPrice(mint));\n}\n```\n\n### Fetch the pool\n```typescript\nimport {getPumpSwapPool} from './pool';\nasync function main() {\n    const mint = new PublicKey(\"your-pumpfun-token-address\");   \n    console.log(await getPumpSwapPool(mint));\n}\n```\n\n\n## Credit: https://github.com/ElmTheDev/pumpswap (the pool.ts is copied from this repo)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl9t-development%2Fpumpswap-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fl9t-development%2Fpumpswap-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl9t-development%2Fpumpswap-sdk/lists"}