Skip to content

PapevisO/validate-excoincial-compliance-with-cmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

validate-excoincial-compliance-with-cmc

Prototype sample

Ideal API Endpoint Samples ( issued by Coinmarketcap on 2 Sep 2019 )

sample description link

Name Category Link on Excoincial and mapping sample_name:excoincial_name Status Description Link to sample
Summary Endpoint Summary /v2/tickers available fields mapping
["last":"last", "lowestAsk":"sell", "highestBid":"buy", "percentChange":"price_change_percent", "baseVolume":"volume", "quoteVolume":"quote_volume", "high24hr":"high", "low24hr":"low"]
suggested_hardcode_mappings
["isFrozen":"0"]
!disabled markets are not reflected in API responses!
!id of a market is equal to ticker key value!
Compliant with market data format of sample Overview of market data for all tickers. bitrue sample
Endpoint 1 /assets /v2/currencies available fields mapping
["name":"name", "min_withdraw":"min_withdraw_amount", "max_withdraw":"withdraw_limit_24h"] /v2/fees/trading
suggested fields walkaround

["maker_fee":"{market_id with currency as base}::ask_fee::value", "taker_fee":"{market_id with currency as base}::bid_fee::value"]
No endpoint suggested_hardcode_mappings
["can_withdraw":"true", "can_deposit":"true", "maker_fee":"0.0015", "taker_fee":"0.0015"]
Compliant with mandatory In depth details on crypto currencies available on the exchange. CMC description ENDPOINT_1
Endpoint 2 /ticker /v2/tickers
available fields mapping

["last_price":"last", "base_volume":"volume", "quote_volume":"quote_volume"]
No endpoint suggested_hardcode_mappings
["isFrozen":"0"]
!disabled markets are not reflected in API responses!
Compliant with mandatory 24-hour rolling window price change statistics for all markets. CMC description ENDPOINT_2
Endpoint 3 /orderbook /v2/depth?market=market_pair
available parameters mapping

["market_pair":"market", "depth":"limit"]
available fields mapping
["timestamp":"timestamp", "asks":"asks", "bids":"bids"]
Compliant with mandatory Market depth of a trading pair. One array containing a list of ask prices and another array containing bid prices. Query for level 2 order book with full depth available as minimum requirement. CMC description ENDPOINT_3
Endpoint 4 /trades /v2/trades?market=market_pair
available parameters mapping

["market_pair":"market"]
available fields mapping
["trade_id":"trade_id", "price":"price", "base_volume":"base_volume", "quote_volume":"quote_volume", "trade_timestamp":"trade_timestamp", "type":"type"]
Compliant with mandatory Market depth of a trading pair. One array containing a list of ask prices and another array containing bid prices. Query for level 2 order book with full depth available as minimum requirement. CMC description ENDPOINT_4

About

Prototype sample: Ideal API Endpoint Samples (issued by Coinmarketcap on 2 Sep 2019)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published