API Documentation
Access blockchain data through our powerful REST and WebSocket APIs
REST API
Access blockchain data through our RESTful API endpoints. Perfect for one-time queries and integrations.
View REST DocsWebSocket API
Real-time blockchain data streaming through WebSocket connections. Get instant updates on transactions and blocks.
View WS DocsQuick Start
Base URL
https://api.interscan.pro/v1Authentication
Include your API key in the request header:
Authorization: Bearer YOUR_API_KEYExample Request
curl -X GET "https://api.interscan.pro/v1/transactions/latest" \
-H "Authorization: Bearer YOUR_API_KEY"Available Endpoints
/transactions
Get transaction data and history
/blocks
Query block information
/addresses
Get address balances and activity
/contracts
Smart contract verification and data
/tokens
ERC-20 and ERC-721 token information
/stats
Network statistics and analytics