Skip to main content

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):

  1. Addresses - Address information, balances, and token holdings
  2. ADNR - Address Domain Name Resolution system
  3. Block - Blockchain blocks and block data
  4. BTC - Bitcoin-related functionality and cross-chain features
  5. Chat - Chat and messaging features
  6. CMC Price - CoinMarketCap price data integration
  7. Faucet - Testnet faucet functionality
  8. Fungible Token - Fungible token information and operations
  9. Master Node - Master node data and statistics
  10. Media - Media file storage and retrieval
  11. Metrics - Network metrics and analytics
  12. NFT - Non-fungible token data and operations
  13. Price - Price data and market information
  14. Raw - Raw blockchain operations and utilities
  15. Shop - NFT marketplace and shop functionality
  16. 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.