BitGet: How to Generate a Read-Only API Key Pair
Step 1: Log in to Your BitGet Account
Open your web browser and navigate to BitGet's website.
Log in with your registered email and password.
Step 2: Access API Management
Once logged in, click on your profile icon in the top-right corner.
Select API Management from the dropdown menu.
Step 3: Create a New API Key
Click on the Add API Key button.
Enter a name for your API key (e.g., “ReadOnlyKey”).
Step 4: Set API Permissions
Select the Read-Only permission to ensure data access only.
Optionally, set IP restrictions to limit which IP addresses can use the API key.
Step 5: Complete Security Verification
Follow the prompts for security verification, which may include:
Entering an email verification code.
Providing a 2FA code from your authenticator app.
Step 6: Save Your API Key Pair
Once the process is complete, your API Key and Secret Key will be displayed.
Important: Save the API Key and Secret Key in a secure location as the Secret Key will not be shown again.
Step 7: Test Your API Key (Optional)
Refer to the BitGet API Documentation for sample requests.
Use tools like Postman to test the key.
For example, use the
GET /user/account
endpoint to confirm that the API key retrieves data as expected.