Comprehensive Cryptocurrency Market Insights
Our Virtual Currency Market Data API provides real-time digital asset analytics, including:
- 24-hour price trends
- Trading volume & transaction amounts
- Global capital flows
- Blockchain transaction monitoring
- Real-time pricing across 12+ major exchanges
API Usage Statistics
- Unique ID: 89
- Saved by Users: 955 times
- Active Usage: 369 implementations
Service Packages
| Package Tier | API Calls |
|---|---|
| Basic | 100 |
| Standard | 30,000 |
| Professional | 120,000 |
| Enterprise | 300,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
| Parameter | Type | Required | Description |
|---|---|---|---|
| search | string | No | Asset ID (bitcoin) or symbol (BTC) |
| ids | string | No | Multiple IDs (bitcoin,ethereum,etc.) |
| limit | int | No | Max 2000 records |
| offset | int | No | Pagination starting point |
Response Parameters
| Field | Type | Description |
|---|---|---|
| id | string | Unique asset identifier |
| rank | int | Market cap ranking position |
| symbol | string | Trading symbol (BTC, ETH, etc.) |
| name | string | Full asset name |
| supply | decimal | Circulating supply |
| maxSupply | decimal | Maximum possible supply |
| marketCapUsd | decimal | Total valuation in USD |
| volumeUsd24Hr | decimal | Daily trading volume |
| priceUsd | decimal | Current USD price |
| changePercent24Hr | decimal | 24-hour price change percentage |
| vwap24Hr | string | 24-hour volume-weighted average price |
| explorer | string | Blockchain 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
- Logistics Tracking: 80+ courier services integration
- SMS Services: Verification and marketing messages
- Weather Data: 3,000+ location forecasts
- IP Geolocation: Free IP address lookup
- Calendar Systems: Lunar dates and astrological data
All recommended APIs follow pay-as-you-go pricing models except where noted as free services.