The Komodo rebrand took place in July 2019 with the release of 1000 pages of documentation and other project milestones, including a DIY spin up a blockchain composer in 5 minutes. Among the 1000 pages of documentation is the API for the upcoming marketmaker v2 software capable of doing cross chain atomic swaps. For developers, this means an easy to access atomic … [Read more...] about Atomic Swap API released by Komodo
APIs
Using Insomnia to Get API Data
Getting Started with API tools: When working with CEX and DEX data we will most likely interact with REST APIs. To GET simple REST API response data in JSON format we will use a simple tool called “Insomnia”. This is a free tool that is used to Debug REST (Representational State Transfer) APIs. https://insomnia.rest/ Why Insomnia? Because it is free and really … [Read more...] about Using Insomnia to Get API Data
How To Get Historical Price Data from CoinLayer
Today we will review how to use coinlayer’s public API to get historical pricing data of any date. The data is real time and dynamic you can change dates or can get data of as much as coins as you want. Getting Historical Pricing Data As you can see above I got this data from coinlayer.com which is an amazing API provider for Price Indexing, conversion, Historical data. There … [Read more...] about How To Get Historical Price Data from CoinLayer
How to Get Price Data from Binance
Today we will review how to use Binance public API to get the price, market data for use in your marketmaker-in-a-box or a secure trustless oracle for price feeds, like one in testing at Komodo. Binance is currently the largest cryptocurrency CEX (Centralized Exchange) in the world. This means you can get pricing data of every popular cryptocurrency in the world. Getting Prices … [Read more...] about How to Get Price Data from Binance
How to use HitBTC public api – example price, pair & volume
Today we will review how to use HitBTC public API to get the price, market data for use in your market maker-in-a-box or a secure trustless oracle for price feeds, like one in testing at Komodo. The market currently has more than 700 coins listed to trade from. This means you can get pricing data of every popular cryptocurrency in the world. Check out our cryptocurrency wallet … [Read more...] about How to use HitBTC public api – example price, pair & volume
How to Get Price Data from BITTREX
Today we will review how to use bittrex public API to get the price, market data for use in your market maker-in-a-box or a secure trustless oracle for price feeds, like one in testing at Komodo. Getting Prices with APIs There can be a lot of functions that can be achieved using the public API of bittrex. We can get the latest market prices, get market limits and even deposit … [Read more...] about How to Get Price Data from BITTREX
How to get Price Index API from Bitcoin Average
In today's article we will review about: How to get price indexing, currency conversion API and how to implement it on your website. We will also discuss about transaction price calculator. So you want to implement or get to know about price indexing and API's as in the previous article we discussed how does CEX and DEX get their price and charting data and how some … [Read more...] about How to get Price Index API from Bitcoin Average