Skip to main content

Register New User

Registers a new user account on the Pump.fun platform.

Authentication

Requires JWT authentication via Authorization: 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 via Authorization: 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 via Authorization: Bearer <token> header.
This action permanently deletes the user account and all associated data. This operation cannot be reversed.

Headers

string
required
Bearer token for authentication
string
required
Response content type

Response

object
User account deleted successfully

Example Usage