CryptoMarket API
CryptoMarket cryptocurrency exchange REST API providing public market data including currencies, trading symbols, tickers, order books, trades, and OHLC candles.
Slug: cryptomkt
Key:
Base URL:
Auth: none
Endpoints: 10
Reachable: unknown
CORS: unknown
Tier: verified
Key:
cryptomkt.com:cryptomarket-apiBase URL:
https://api.exchange.cryptomkt.com/api/3Auth: none
Endpoints: 10
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Tutorials
- Getting Started with CryptoMarket API — I can check live prices, 24-hour volume, fee structures, and deposit/withdrawal status for any CryptoMarket-listed token — no API key needed, with particular coverage of Latin American quote pairs like USDTCOP that most aggregators skip.
Skills
- Check cryptomarket token data — I can check live prices, 24-hour volume, fee structures, and deposit/withdrawal status for any CryptoMarket-listed token — no API key needed, with particular coverage of Latin American quote pairs like USDTCOP that most aggregators skip.
Endpoints (10)
| Path | Summary | Response | Auth |
|---|---|---|---|
| public/candles/{symbol} | Get OHLC candles for symbol | application/json |
— |
| public/currency | Get all currencies | ? |
— |
| public/currency/{currency} | Get specific currency | application/json |
— |
| public/orderbook/{symbol} | Get order book for symbol | application/json |
— |
| public/price/rate | Get price conversion rate | application/json |
— |
| public/symbol | Get all trading symbols | ? |
— |
| public/symbol/{symbol} | Get specific symbol | application/json |
— |
| public/ticker | Get tickers for all symbols | ? |
— |
| public/ticker/{symbol} | Get ticker for specific symbol | application/json |
— |
| public/trades/{symbol} | Get recent trades for symbol | application/json |
— |