Virtual Currency Market Data API: Free & Premium Solutions

ยท

Comprehensive Cryptocurrency Market Insights

Our Virtual Currency Market Data API provides real-time digital asset analytics, including:

API Usage Statistics


Service Packages

Package TierAPI Calls
Basic100
Standard30,000
Professional120,000
Enterprise300,000

API Technical Specifications

Endpoint:
http://open.6api.net/cybermoney/assets

Formats Supported:
JSON, JSONP

Request Methods:
GET/POST

Sample Request:
https://open.6api.net/cybermoney/assets?appkey=yourappsecret

Pricing Methodology:
All values are volume-weighted averages converted to USD, calculated from exchange data feeds.


Request Parameters

ParameterTypeRequiredDescription
searchstringNoAsset ID (bitcoin) or symbol (BTC)
idsstringNoMultiple IDs (bitcoin,ethereum,etc.)
limitintNoMax 2000 records
offsetintNoPagination starting point

Response Parameters

FieldTypeDescription
idstringUnique asset identifier
rankintMarket cap ranking position
symbolstringTrading symbol (BTC, ETH, etc.)
namestringFull asset name
supplydecimalCirculating supply
maxSupplydecimalMaximum possible supply
marketCapUsddecimalTotal valuation in USD
volumeUsd24HrdecimalDaily trading volume
priceUsddecimalCurrent USD price
changePercent24Hrdecimal24-hour price change percentage
vwap24Hrstring24-hour volume-weighted average price
explorerstringBlockchain explorer link

๐Ÿ‘‰ Compare cryptocurrency API providers


Code Implementation Examples

PHP Implementation

$method = "POST";
$url = "http://open.6api.net/cybermoney/assets";
$params = [
 "appkey" => "yourappsecret",
 "search" => "bitcoin",
 "ids" => "bitcoin,ethereum,monero",
 "limit" => "3",
 "offset" => "1"
];
// Processing logic...

Sample JSON Response

{
 "status": 200,
 "result": [
   {
     "id": "bitcoin",
     "priceUsd": "41761.16",
     "changePercent24Hr": "7.09%",
     "marketCapUsd": "792554532964.62"
   }
 ]
}

FAQ Section

Q: How frequently is the market data updated?
A: All pricing data refreshes in real-time from exchange websockets.

Q: What's the difference between free and paid tiers?
A: Paid tiers offer higher request limits, historical data access, and WebSocket connectivity.

Q: Can I convert prices to other currencies?
A: Yes, through our separate /rates endpoint for currency conversion.

๐Ÿ‘‰ Explore enterprise API solutions


Recommended Complementary APIs

All recommended APIs follow pay-as-you-go pricing models except where noted as free services.