For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentication & Base URL

All endpoints are prefixed with a base URL, e.g., https://api.polypump.fun/ Endpoints that modify data (like creating markets or placing bets) require authentication. Since Polypump is on a blockchain, authentication is handled via wallet signatures rather than traditional login. For example, the API might expect a signed message proving ownership of the wallet address making the request. For simplicity, the examples below omit auth headers and focus on functionality.

Last updated