Build with the Pifflepath API
Integrate blockchain intelligence into your applications. Real-time wallet tracking, transaction monitoring, and token analysis.
Quick Start
Get up and running in minutes
Create API Key
Generate a new API key from your dashboard
Choose Endpoint
Select from wallet, transaction, or token endpoints
Make Request
Include your API key in the Authorization header
API Endpoints
Complete reference for available endpoints
/v1/wallet/:addressFetch complete wallet information including balance, token accounts, and recent transactions
/v1/wallet/:address/transactionsGet paginated transaction history with filtering options
/v1/tokens/trendingGet current trending tokens with price data
Example Requests
See how to use the Pifflepath API
Fetch Wallet Data
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.pifflepath.com/v1/wallet/EPjFWaLb3odccxmLVGGJMKc1EvYkUyt2j9tzLCUHhP8iTest API Requests
Try out the API directly using your API key
Sign in to test API requests
You need to be logged in and have an API key to test requests.
Configuration
Get your key from API Keys page
Response
Response will appear here
Authentication
All requests require an API key
Include your API key in the Authorization header of every request:
Authorization: Bearer YOUR_API_KEY🔒 Never expose your API key in client-side code or version control. Treat it like a password.
Rate Limiting
Fair usage limits for all plans
Free
Daily Limit
100 requests/day
Concurrent
1
Pro
Daily Limit
3,000 requests/day
Concurrent
5
Pro+
Daily Limit
10,000 requests/day
Concurrent
20