Web API
This section documents the VFX Explorer Web API endpoints organized by namespace. The API provides access to blockchain data including addresses, transactions, blocks, NFTs, and more.
Available Namespaces
The following API namespaces are available (excluding applications, auth, and galxe):
- Addresses - Address information, balances, and token holdings
- ADNR - Address Domain Name Resolution system
- Block - Blockchain blocks and block data
- BTC - Bitcoin-related functionality and cross-chain features
- Chat - Chat and messaging features
- CMC Price - CoinMarketCap price data integration
- Faucet - Testnet faucet functionality
- Fungible Token - Fungible token information and operations
- Master Node - Master node data and statistics
- Media - Media file storage and retrieval
- Metrics - Network metrics and analytics
- NFT - Non-fungible token data and operations
- Price - Price data and market information
- Raw - Raw blockchain operations and utilities
- Shop - NFT marketplace and shop functionality
- Transaction - Transaction data and operations
Base URL
All API endpoints are accessible under:
Mainnet: https://data.verifiedx.io/api/
Testnet: https://data-testnet.verifiedx.io/api/
Swagger
You can use the swagger playground here:
Mainnet: https://data.verifiedx.io/docs/
Testnet: https://data-testnet.verifiedx.io/docs/
Authentication
Most endpoints are publicly accessible. Authentication requirements are noted in individual endpoint documentation where applicable.
Response Format
All API responses follow a consistent JSON format with appropriate HTTP status codes. Paginated endpoints include standard pagination metadata.