Video Tutorials
Visual guides to help you master OilPriceAPI integration.
Getting Started Series
1. Your First API Call (5 min)
Learn how to sign up, get your API key, and make your first request.
Topics Covered:
- Creating an account
- Generating API keys
- Making a basic request with cURL
- Understanding the response
Coming Soon
Video tutorials are being produced. Check back soon for visual guides.
2. Building a Price Dashboard (15 min)
Create a real-time price dashboard using JavaScript.
Topics Covered:
- Setting up a basic HTML page
- Fetching prices with JavaScript
- Displaying formatted prices
- Auto-refreshing data
Code Repository: GitHub - oilpriceapi-dashboard-demo
3. Python Integration (10 min)
Integrate OilPriceAPI into your Python application.
Topics Covered:
- Installing the Python SDK
- Authentication setup
- Fetching latest and historical prices
- Error handling
Related: Python SDK Guide
Advanced Topics
4. Webhook Integration (12 min)
Set up webhooks for real-time price alerts.
Topics Covered:
- Webhook configuration
- Signature verification
- Handling webhook events
- Retry logic
Related: Webhooks Documentation
5. Building a Trading Bot (20 min)
Create an automated trading signal system.
Topics Covered:
- Historical data analysis
- Technical indicators
- Alert triggers
- Risk management
Tier Required: Professional or higher
6. Enterprise Integration (15 min)
Best practices for enterprise deployments.
Topics Covered:
- API key management
- Rate limit handling
- Caching strategies
- Monitoring and alerting
Related: Production Checklist
Request a Tutorial
Have a topic you'd like covered? Let us know!
Contact: [email protected]
Related Resources
- Quick Start Guide - Text-based getting started
- API Reference - Complete endpoint documentation
- Code Examples - Language-specific guides
- Interactive Explorer - Try the API live