Postman Collection
Import the Smart Money API Postman collection for interactive API testing, request documentation, and environment management.
Overview
The Postman collection includes all Smart Money API endpoints with pre-configured requests, examples, and test scripts. Perfect for exploring the API, testing requests, and generating code snippets in multiple languages.
Download Collection
Latest Version: v1.2.4 (Updated 2026-03-18)
Format: JSON (Postman v2.1)
Option 1: Run in Postman Web
Click the button to import directly into your Postman workspace (requires Postman account).
Import to PostmanOption 2: Download JSON
Download the collection JSON and import manually into Postman, Insomnia, or other API clients.
Download JSONInitial Setup
Step 1: Import Collection
In Postman, go to File > Import and paste the collection URL or select the JSON file.
Step 2: Set Environment Variables
Create a new environment with these variables:
- api_key: Your API key (sk_live_abc123xyz789)
- base_url: https://api.smartmoneyapi.com (pre-configured)
- symbol: BTCUSDT (default symbol)
Step 3: Test Connection
Run the "Get Whale Positions" request to verify your API key and connection.
Collection Features
Pre-configured Requests
All endpoints are ready to use with proper headers, authentication, and example parameters. No setup required.
Test Scripts
Built-in test scripts validate responses, check status codes, and verify data structure integrity.
Request Examples
Each request includes multiple examples showing different parameter combinations and use cases.
Code Generation
Generate code snippets in Python, JavaScript, cURL, Go, and 10+ other languages with a click.
Documentation
Full descriptions and documentation for each endpoint, parameter, and response field.
Environments
The collection includes pre-built environments for different scenarios:
Production
Uses live API endpoint and production API keys.
Testing
Uses test API keys with sandbox data.
Development
Uses development API keys with local data.
Tips & Tricks
Use Variables: Store frequently-used parameters as environment variables for reusability.
Save Responses: Save responses to examples for reference and testing.
Run Collections: Use the Collection Runner to execute all requests in sequence with different data.
Monitor Endpoints: Set up Postman monitors to run API tests on a schedule.
Share Collection: Share your collection with team members for collaborative testing.
Start Testing Now
Import the collection and explore all Smart Money API endpoints interactively.
Import to Postman