Register New User
Registers a new user account on the Pump.fun platform.Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Headers
Bearer token for authentication
Response content type
Request origin
Response
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
The unique identifier of the user to retrieve
Headers
Bearer token for authentication
Response content type
Response
User profile retrieved successfully
Response Schema
Unique user identifier
User’s display name
Account creation timestamp
Example Usage
Error Responses
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
Bearer token for authentication
Response content type
Response
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