Register New User
Registers a new user account on the Pump.fun platform.Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Headers
string
required
Bearer token for authentication
string
required
Response content type
string
required
Request origin
Response
object
User successfully registered
Example Usage
Get User by ID
Retrieve a specific user’s profile information by their user ID.Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Path Parameters
string
required
The unique identifier of the user to retrieve
Headers
string
required
Bearer token for authentication
string
required
Response content type
Response
object
User profile retrieved successfully
Response Schema
string
Unique user identifier
string
User’s display name
string
Account creation timestamp
Example Usage
Error Responses
object
User not found
Delete User Account
Delete the authenticated user’s account. This action is permanent and cannot be undone.Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Headers
string
required
Bearer token for authentication
string
required
Response content type
Response
object
User account deleted successfully
Example Usage
Related Endpoints
- GET /auth/my-profile - Get current user profile
- POST /auth/login - Authenticate user
- POST /auth/logout - End session