Account
Manage user accounts and assets
Overview
The Account API provides endpoints to manage user accounts, retrieve account information, and handle account-related operations including asset management and account deletion.
Available Endpoints
Account Management
- Get Account - Retrieve a single account by user ID
- Delete Account - Delete an account
- Delete User Account - Delete a user account
Authentication
Most account endpoints require authentication. Make sure to include valid authentication credentials in your requests.
Getting Started
To get started with the Account API, you'll need to:
- Authenticate your requests using API keys or user credentials
- Use the appropriate endpoint for your use case
- Handle responses and errors appropriately
For detailed information about each endpoint, refer to the individual documentation pages.