Bitcoin price live api

bitcoin price live api

Buy & Sell Crypto. Spot Trading. OTC. 24/7 trading platform. Bitcoin does not have one single buy and sell price. Bitcoins are exchanged on many different exchanges, each keeping track of their own market price. Live data from "bitcoin:usd". Waiting for data event The data from this product is published to the following channel: bitcoin:usd - for realtime USD prices of. bitcoin price live api

Bitcoin price live api - think

Bitcoin price live api - not pleasant

Experience the best cryptocurrency (and bitcoin) market data API available today.

Brian Krogsgard: Hello and welcome to Ledger Cast. My name is Brian Krogsgard and today we have Clay Collins on the show from Nomics. Nomics.com is his website. This is an all encompassing API project where he's really looking to be the data layer for crypto and for maintaining the history of the price of any crypto asset previously and going forward. He believes that there will be thousands and thousands of these assets that need to be tracked and they're looking to create a hardened layer of data to maintain that price history and integrity. We talk all about this project. Clay is a seasoned entrepreneur and this is his latest project. He was part of Leadpages. I think you'll really enjoy it. This episode is brought to you by Delta. Go to ledgerstatus. com/delta to check it out. They have some really great stuff going on right now because they just released live order books and depth charts. It's all in the latest version of Delta. This is one of the most requested features they've had. So I'm really excited to be able to share with my listeners that that's now available because I know a lot of technical traders want to be able to check out the order books, get an idea of depth on the price a while they're looking at their portfolio. They've got that and so much more. Thanks to Delta for being a Ledger Status partner. Now, here's the show.

Brian Krogsgard: Hello and welcome to the Ledger Cast. My name is Brian Krogsgard and today we have Clay Collins on the show from Nomics. He's the co-founder of Nomics and nomics.com the website for that. Clay and I've been talking a good bit over the past several weeks, ever since I pinged him on Twitter looking for information about their API. Hey Clay, welcome to the show.

Clay Collins: Hey Brian. It's great to be here. Thanks for having me. I'm stoked.

Brian Krogsgard: Yeah. So I was a stalking what y'all were building for a bit, between listening to your podcast and then just kind of checking out your blog posts and your newsletter and all that kind of stuff. And then I was actually looking to potentially use your API and we're gonna dig into this about what Nomics is, why you're building what you're building. And you responded to me in like record time and it required y'all to potentially build a new feature and you're like, "Yeah. We'll have that like tomorrow." So you piqued my interest for sure purely based on an incredible response time to trying to help someone use the product that you're building. And I'd like you to fill in for everyone else, like what the heck is Nomics at a thousand foot view?

Clay Collins: Yeah. So, great question. There's two components of Nomics. The front end, which is at nomics.com is it's a coin market cap competitor. We're gonna eventually open source completely the front end as well as iOS and Android apps. So we really wanna open source that and it's powered on the back end by the Nomics API, which is an aggregator API. And not only do we have ticker data, but we have multiple candlestick links on the back end for aggregate market, so all Bitcoin markets, all Ethereum markets, et cetera. And ... But we have candlestick data for individual markets for example, like the [inaudible 00:03:49] market on Poloniex for example. So we've got aggregate candlestick data and we have data for individual markets on individual exchanges, and we have every single trade on all of those markets, on all of those exchanges going back to the inception of those markets.

Clay Collins: So if I can beat my chest a little bit here, I really do think after reviewing all the APIs in this space, hands down I believe we have the best market data API in this space. It's fast, it's free and you can sign up and get an API really quickly and be in business. And something that I think is worth noting is that everything you see on nomics.com is powered by the free version of our API and we're using the free version of our API. So there's no back doors, there's no hidden in points. We're consuming this exactly like a customer is. In fact, we went in and we signed up and we've got an API key and we just use that API key in our app. So we're a big believer in dog fooding and being a customer of our own products. And that was one of the rules that we put in place from day one, is that we couldn't do anything with our app that our customers couldn't do with the free version of our product.

Brian Krogsgard: Nice. So at a baseline you are providing data specifically around coin data at a high level and then very specific data in terms of pricing on a daily basis, and I think an hourly basis at a core. I think what I actually asked you all about in that thing was whether y'all could do ... provide either like four, six hour data. So that was something else that y'all were looking to add and now people can use this to build something just like nomics.com or they can use it within a trading strategy if they want to do automated trading or pretty much anything else. Right?

Clay Collins: Yep.

Brian Krogsgard: So-

Clay Collins: Yeah-

Brian Krogsgard: This is essentially just a massive data feed, but instead of me going and saying, "Hey, I want this data from a Poloniex.", as your example that you used earlier. Your dealing with all the hassles of getting data off an exchange, so that I don't have to integrate with every single exchange in the world and instead I integrate with Nomics and I'm good to go.

Clay Collins: Yeah. So I think you summarized that correctly. I think kind of accompany that were similar to is a company called ... You know what actually, I won't get too much into that. Yeah. So basically, one of the ... The problem that we're solving for is a problem that kind of came up a lot in conversations when we were talking to hedge funds and family offices and institutional investors, which was, they'd hire a pretty fancy developer to do data science work, to find edge and opportunities in the data sets. And their developer that they'd hired for that purpose would end up spending much of their time rather than finding opportunities in the data set, just maintaining those data sets. So if you spend much time at all ingesting data from these exchanges, you'll find that ticker symbols change from exchange to exchange, and then the exchanges themselves will change a ticker symbols. They'll change their data schemas without telling you, their data feeds will turn off and then they'll come back on again, there's lots of downtime.

Clay Collins: And so if you're just ingesting data from one of these exchanges and you're okay with dealing with just a bunch of friction, then I think it's probably okay. The second you want to ingest data from multiple exchanges, things get a lot trickier. And when we started in this business, we just ... we started off by integrating with five exchanges and we had 80% of the volume. Now in order to get 50% of the volume, you need to integrate with like 20 exchanges and-

Brian Krogsgard: Meaning like global trade volume for whatever currencies that you're tracking.

Clay Collins: Exactly, exactly. So you're having to integrate with more and more of these exchanges to get an accurate picture of what's happening-

Brian Krogsgard: So the long tail ... The long tail of a global trading is getting larger basically.

Clay Collins: Yep, exactly. So there's lots of just real oddities when integrating with these exchanges. For example, some exchanges when their APIs go down because of the way they're cashing works, they just persist the last candle. So they'll give ... they'll just keep on giving you the same candle over and over and over again and so it looks like the same things happening, and that's really stupid. Other exchanges do things like ... We were looking at an exchange the other day that had a market called USD ... it was called USDT USD and people were integrating with that and they didn't know is that tethered to USD or is that USD to true USD. Like what the hell is going on here? There's just a lot of bizarre stuff happening in this space. So we wanted to create a super professional lightening fast API and that's what we're solving-

Brian Krogsgard: Out of of curiosity on that exact pair, were they basically seeking to provide a trading pair between to different stable coins in order to smooth the market on their own platform?

Clay Collins: So one of those was the [inaudible 00:09:25] market and one of those was a stable code. You just didn't know which-

Brian Krogsgard: Oh, okay.

Clay Collins: Because ... Yeah. USDT USD could either be USD to true USD or tether to [inaudible 00:09:34] USD.

Brian Krogsgard: Yeah. Yeah. The blend of stable coins is super interesting to me, like the way ... And trying to find out like what's gonna be supported, how do we measure stuff like that. I even saw one the other day where ... and I'm sure y'all will start tracking these types of things too. So they are creating kinda index funds on the go and one of their funds is actually a stable coin blend. So if you buy their stable coin blend, I guess their whole point is like you're buying the average of all the stable coins so that it will be stabilized to stable coin mix to be even closer to a dollar.

Clay Collins: Oh, my God.

Brian Krogsgard: There's just a lot of effort going into people trying to call a dollar a dollar in crypto, which I ... And I think it's perhaps just a bit of a signal for how difficult data is in not only this space, but pretty much any space. And I'm fascinated by this play because there's so much opportunity I think as the ecosystem grows and I never had heard what you said earlier about just how much trading is going on on the long tail. Because when you think about like, "Hey, where are people trading crypto?" You hear the same stuff, right? You hear that they're on Binance and that they're on Coinbase and to a lesser degree, Bittrex and Poloniex, and then you've got some Asian exchanges that are doing a lot of trading, but you don't actually know if it's real for some of them. Like I think WEX recently is like super weird and Tether was trading for like 2.50 a piece or something, like crazy stuff is going on.

Clay Collins: [inaudible 00:11:20].

Brian Krogsgard: And keeping track of all of it is really difficult. I come from a development background. You come from a web background. I actually knew who you were in your prior company, which is Leadpages by the way, for anyone listening from the web space. So how did you transition from building a big company ... of what became a big company with Leadpages to saying, "Hey, we're gonna get involved in cryptocurrency and go after this data play."?

Clay Collins: Yeah. So that's a great question. So to speak to my previous history or what I was doing before this, my first software company was a company called Leadpages that was started in January of 2013. From 2013 to 2017, we grew that to about 50,000 paying customers. We raised 38 million in venture capital, hired hundreds of people, had a really good go there. Something I realized about myself is that I think I cap out at around 100 people in terms of company size and my ability to manage at scale. At some point you're managing people and then you're managing people who manage people and then you're managing the people who manage people who manage people. And I really liked that spot of like between 80 people to 100 people. So perhaps I can scale beyond that with my second software company, but at some point I just kinda went to the board and said, "Hey. I think we should hire a CEO and I can stay on the board." In fact, I wanted to stay on the board and so I started thinking about ... Yeah. So I started-

Brian Krogsgard: So you're on the board of Leadpages today and ... but you're not involved in the day to day management of the company.

Clay Collins: Exactly, yeah. I'm not going into the office and ... Yeah. I mean I'm officially chairman of the board, but that's kind of a nice honorary title. I asked for it.

Brian Krogsgard: Yeah.

Clay Collins: They were nice enough to me. So one of the things that I saw in the marketing tech space, which was really fascinating, was just how a data got ... became more and more distributed over time. So when you first started using marketing tech in the space, someone would use something like Infusionsoft or HubSpot or Salesforce and everything would be in one place. But then as the space exploded about every single year, the number of martech companies doubled. So folks found themselves sort of originating a place where everything was in their CRM or everything was in their email service provider, to a space where they had to open ... an email open rate and click data and like a MailChimp. And then they had information about who attended what webinars in a place like Zoom or GoToWebinar. And then they had ... They had payment data in something like Stripe and they had information about what webpages people are visiting in a place like Google Analytics.

Clay Collins: And over time, the data just got more and more distributed and it became harder to know what was actually happening in terms of the 360 view of the customer and what they were doing across all these different SAS products that you were using to run your business. And as that happened, there became a real desire to integrate all these different systems and that became a real challenge. And at that time, I got really interested in data platforms and customer data platforms where ... which ... essentially these data hubs.

Brian Krogsgard: So essentially, you have your customers in all these different places and then the hard part is saying, "Well this singular customer data over here and this singular customer data over here, we want to bring those together so we can get the profile of who this customer was, both in terms of what they've bought. But also how they've interacted with our website or app. And then also like how they treat our emails and stuff." Like so they-

Clay Collins: Yeah, yeah. What pages they visited, what emails they've opened, what webinars they've attended, what ... You know.

Brian Krogsgard: Maybe even like whether they follow us on Twitter or something like that.

Clay Collins: All that stuff and tracking their behavior before you even have an email address or some sort of identifier. So while they're anonymous users onto ... they're a customer and then they quit and then they rejoined. So all this sort of post-purchase information and stitching together a unified customer timeline of everything they did across this timeline. And I saw the same thing happening in the crypto space, again with lots of consolidation in data. At first there was just a handful of exchanges that had most of the volume and then over time, that data being more and more distributed. And hearing from developers that every time they add a new integration to the system, it made the system exponentially more complex because they had to deal with these different systems going up and down in the interaction between systems and maintaining the integrations and all that.

Clay Collins: So we are not a blockchain company. We're not issuing a token. This is an API business. This is a really kind of "boring business", but I think that's kind of in my DNA. I'm a product person and I'm in this for the long haul. And it's kind of these companies that other people find boring, I find immensely interesting. Companies like SendGrid that handle SMTP email, companies like AWS. Almost these online utility companies that charge on a metered basis, that's kind of my sweet spot and where I derive the most amount of interest. And I think the opportunity for us is that these are often things that most people just aren't interested in because they find them to boring.

Brian Krogsgard: Yeah. And there's a lot of ... What do you ... You probably know the term for this, but like where degradation and data over time. So I like to use the example of metal just 'cause it's one I remember of being listed on Bittrex and then listed on Binance later and then de-listed on Bittrex, but it's still on Binance. And this is only over the course of whatever the last year that it's existed. We have no idea how this data might happen for an open source ... or open data, open trading data for hundreds or thousands of crypto assets over the course of 10 or 20 or 50 years, and maintaining a source of truth for an asset like that becomes very difficult.

Brian Krogsgard: So I've seen people ... I say metal because that's the example I know where it has this history of Bittrex and it was way higher than it ever showed on Binance and I've seen people show a chart of metal on Binance and they're like, "Wow. This thing is so destroyed, like it's so far off the top." And every time I see someone post that, I'm like, " Yeah, let me show you this other graph." And it's like the historical context of metal where it was another five times higher because it was ICO and listed in the height of the crypto boom. But people are essentially lacking information to then make a decision because they don't have all of that aggregated. So one of the things that y'all do, because you're pulling it from Bittrex and Binance, you're piling that into your global average over time and you're essentially providing data security for this asset and every other. For as long as you exist, you have that central source of truth if someone can use for making decisions. Right?

Clay Collins: Yep. Yep. Absolutely. And you know, one question we get from folks who don't spend a lot of time looking at data is, "Doesn't QuidMarket cap have this data? Don't other sites like maybe Live Coin Watch have this data?" And they don't. They don't have candlestick data. For the most part, those services are just ingesting live tickers as the data comes in. They don't have historical trade data. They don't have the kind of data that a real trader would want to observe if they're going to create a bot for example.

Brian Krogsgard: Yeah. They may have ... I've actually poked around several of the APIs that are out there. CoinMarketCap in particular, if you're building something really baseline where you're okay being somewhat right limited and you're gonna go cash all that, you can get stuff like 24 hour volume on a coin or you can get like current price or the percentage of the supply that's out, stuff like that. But getting detailed data of everything that's happened over the past or lifetime of the coin, like several years sometimes, it gets a lot more challenging with anything. And then also just the quirks between all the dIfferent exchanges and everything that they support, and that seems to be kind of where y'all are attacking this. So I'm super interested in this, but what I am ... What is hard to figure out is where the heck are you gonna make money and why are you doing this 'cause the ... Everything you do on nomics.com is actually pretty advanced for someone that at least wants to view and use a data. I'm not necessarily trading based on what you have there. So where do you start to make money? Who do ... What kind of people do you charge if I can build something like nomics.com for free?

Clay Collins: Yeah. So we have paying customers. We ... They're tradition ... They're mostly ...

Clay Collins: ... customers. They're mostly institutional traders, quantitative hedge funds. Folks like that. What they're paying for is the raw trade data. When you want every individual trade, then you have to pay us or if you want some custom integrations or if you want SLAs and high level support or you want us to do some custom development work for you-

Brian Krogsgard: The SLA is the service level agreement. You're saying you'll be up 99.9% of the time.

Clay Collins: Yup.

Brian Krogsgard: Or three nines, whatever your promise is.

Clay Collins: Yeah. Yeah. I mean we're somewhat limited by the APIs themselves, but our API is always up. We don't persist the last candle if their API is down even though they're doing it. We'll just mark it as a zero and then we'll backfill it.

Brian Krogsgard: Do y'all do data repair?

Clay Collins: Yeah.

Brian Krogsgard: Okay.

Clay Collins: Yeah. Yeah. If you're just consuming the live data feeds, they don't repair their data. We go back in and we get after the fact. Those are the folks that pay us. What that allows you to do is it allows you to create your own candles. If you decide you want 38 second candles, you can do it because you have the raw trades. You can construct everything. Something that some folks want are like volume candles. They don't want candles based on like every hour or every four hours. They want million dollar candles. They want for the last million dollars in trading volume, what's the open/close, the high and the low. Actually they're doing a lot of the stuff that they won't even tell us.

Clay Collins: I'm a product person, so when someone buys our product, I'll go in and ask them, "What are you doing with this data?" They don't want to tell us "Just send it off to us and we'll do our proprietary thing." That's their strategy, so we're not going to ask them. Sometimes we get a little insight when we do onsite visits and stuff like that. Those are the folks that pay us. It's $500 a month for that plan. Pretty cheap in the scheme of things given the size of folk's data budgets. We'll probably move to a metered plan in the future.

Brian Krogsgard: Okay. What would a metered plan look like? Would that be from there and higher or lower the bar?

Clay Collins: It would be like it's just sort of pay as you go. Ala carte. If you want to make a lot more calls, then you'll pay for those additional exposure to data.

Brian Krogsgard: How do you bring exchanges on to participate to this? I don't think you have like 100% exchange coverage, but y'all have, I can't remember what the number was, maybe a dozen or a couple dozen exchanges right now?

Clay Collins: Yeah. We've got about a dozen. The reason why we only have a dozen right now versus having a lot more is for kicking things off, we only wanted to work with exchanges that give us raw trade data. That allows us to calculate our own candles versus us believing their candles. We've just found fraud. I can talk about that for a second. I'm not going to name an exchange, but the kind of fraud that we see most frequently occurring is when trades happen like far above the spot price. Right? You've got the bid ask spread. You've got the spot price, which would be a market order. It would be the bid jump way across the ask and purchase something like way over here.

Clay Collins: So if you see those charts it's like jumping across the gap. So they'll be really paying some absurd amount for bitcoin, or whatever the crypto asset is, but buying a tiny amount of it at some insane price, and we're like there's no way an order book should let this happen. So that's what we see most frequently.

Brian Krogsgard: I've seen that specifically when people list a coin. They do that weird stuff and you see the massive first bar for some unknown reason. Then two other scenarios I've seen, one was when Binance had the Syscoin hack and shenanigans that they did recently, someone stole 11 Syscoin for 96 BTC each. I don't know if they skipped through the entire order book, like if it was just thin so that they spiked it to that level or what. But then the other scenario that I've heard that's fascinating to me is sometimes you can do that through exchange APIs because a lot of times the way you show an order book in a RESTful API is actually it shows every single one and then you can pluck the individual order.

Brian Krogsgard: So it allows you to essentially skip the order book, whereas typically a limit order's going to choose the lowest one or a market order is going to pull from the bottom or whatever. But I've heard there's some exchanges where they have funkiness in their API that would also allow something like that.

Clay Collins: Yeah, so maybe it isn't fraud. I mean, sometimes-

Brian Krogsgard: Well it might be a bad API integration.

Clay Collins: Yeah. If you have really thin markets and you put in a market order then it could just be that it blew past all the sell orders and jumped to some super high price. But I can see what you're talking about with the APIs. You can pluck a specific order, although I don't know why someone would do that. That would just make no sense. So it could just be a crappy programmer somewhere. But I don't know why a crappy programmer at a hedge fund is buying Syscoin for several bitcoin each. I just can't see any-

Brian Krogsgard: Yeah, I think in that example it was something related to the hack that they had and it was just a hot mess.

Brian Krogsgard: I am curious. Y'all have a ton of data between the pricing data, candle data, exchange rates ... I'm just looking through some of your documentation right now. Since you came from a marketing background, how did you even know like here's the data that we need to put into this API? How do you know what to provide and how to build it?

Clay Collins: Yeah, so I'm a product person first and foremost. So we get it by talking with customers. But we're also traders ourselves. So we know it from that perspective and we create stuff that we want to dog food ourselves. It's really about talking to customers a lot, doing stuff like we did with you on Twitter where you asked for a feature and like okay, we're going to build it. Or when we're talking to customers sometimes they'll say "Hey, we want this, but in order for this to really work for us we need you to add this additional thing."

Clay Collins: So it's just about talking with the customers all the time and I'm on the phone multiple times per week with institutional traders, developers and trying to learn everything I can about making a solid product. I think kind of the DNA you have to have to make this kind of product is very different from the average product in this space. There's a lot of hackathon developers. There's a lot of kind of young dudes in their 20s spitting stuff up over the weekend. And to create a data product and a data platform I think it requires a certain level of discipline.

Clay Collins: So to kind of put this into perspective, we have a 100% unit test coverage on the front-end and the backend. So every single line of code has a unit test that covers that code.

Brian Krogsgard: Which means, for non-programmers, that means that what he says is going to happen has been tested via a whole nother slate of programming tools to verify that that's what happens, because he said it was going to happen. I don't know if that described that well.

Clay Collins: Yeah, we have just as much code testing the app, as the app itself. Which means that myself as a non-developer, my CTO or someone else on the team will often send me a version of the app and I'll log into GitHub and deploy to production without anyone manually testing it. So it's just a certain level of rigor. It's not something that most people have the stomach for because it's slower at first, but it pays off in spades down the road.

Brian Krogsgard: Let's take a break, say thank you to our partner for this episode, Delta. Go ledgerstatus.com/delta to check it out right now. This is the best way to track your portfolio in crypto, bar none, guaranteed. Go to ledgerstatus.com/delta. And you know they've got some great new features. The last two releases have just been chock full of stuff. Live order books and depth charts, number one on the request list for people that I've talked to who said that they like Delta but they want more. That's the biggest thing they've wanted. You've got that now.

Brian Krogsgard: I think they support like a dozen exchanges so that you can see the actual order book, the depth charts, recent trades, all that stuff, right there in the app. It's really great. They've just released portfolio analytics as well and I've thought this was really cool because I can go back and it'll actually tell me, if I'm a pro user it tells me even more, but it tells me stuff like what exchange are my coins on or what wallet is it in and it gives me these really nice graphs with all of that information, with a lot of analytical data. It also even tells me what's a good trade or a bad trade. So if I sold something and it's gone down since then it'll tell me hey that was a good sell because it's gone down since then.

Brian Krogsgard: It gives you some insights on your past decision making to let you know if you've done a good thing or a bad thing with that trade. Just give you a little more information about your trading and so that you can learn more to be a better trader.

Brian Krogsgard: Delta's really awesome. They're always working on cool stuff. Go to ledgerstatus.com/delta and thanks so much to Delta for being a Ledger Status partner. Somebody may be listening to this and they might just say okay, so you want to provide data for hedge funds or for traders or people that want to build something like nomics.com or they want to build an app or whatever it is, is this overkill? You have to be dreaming up more that this will be, in terms of the entire market, beyond a whole bunch of weird crypto assets that most should die. Other than Bitcoin, Ethereum, and some large caps, do we really need this data? What else do you imagine in terms of being able to fit into your ecosystem? You have a grand vision of the future it seems.

Clay Collins: Yeah, totally, totally. There's a couple of functions that we want to serve. One is want to be like the internet archive of the new financial system. So archiving all of these dead coins, all of these markets that have expired, we want to tell the story and the history of what was happening when all of this started to come onto the scene. I think a second thing is that ... Perhaps this is overkill for what we have right now, but what we're intending to build is the data backbone for the new financial world, for the open financial system.

Clay Collins: And we take that very seriously. Also, the think right now there's not a lot of data. Perhaps there is. We've indexed billions of trades. But that trend that we saw where we indexed five exchanges that had 80% of the volume and now you need to have 20 exchanges to even have 50% of the volume, I see that trend continuing, especially with the explosion of decentralized exchanges. And multiple versions of local bitcoins that are reporting their data. Then OTC desks. And then add to that security token exchanges.

Clay Collins: So imagine someday every single local coffee shop, pizza shop, anyone who wants to fundraise in this way, every single building in your city has a token and that token is perhaps traded on some kind of local exchange, there's just going to be an explosion of exchanges. And then add to that order book data. So data for orders that haven't been filled or have been canceled or maybe the order's been placed and that order converts to an actual trade and then add to that blockchain data and you have a huge undertaking in terms of-

Brian Krogsgard: And that's all underlying physical product. Right? That's the asset itself. That doesn't even get into a future where there's derivative products or futures or options. There's a whole nother set of trades and orders and everything. So y'all want to support all of that someday right?

Clay Collins: Oh, no, and we are. And we have specs to handle that right now. So if you're from a blockchain project, if you're from an exchange, if you're from an OTC desk and you want to integrate your data with us, let us know. We have specs for you to write to. If you can stand up three endpoints, pretty simple endpoints, we can give you a heck of a lot of exposure. So yeah, we're doing all of that and then add to that different indexes. So index fund indexes or various crypto versions of the S&P 500 which we're indexing and then we're going to be ranking and indexing performance of bots on different bot engines. So each of those bots are going to have their own rankings. There's quite a future.

Brian Krogsgard: This seems like an exponential explosion of data that's going to be on your ecosystem. How are you looking to be able to scale that? Like is this built on just a regular old database? I mean what's this look like?

Clay Collins: So kind of the latest is using Kafka and Cassandra and that's what we're building on. We're not using Microsoft Access.

Brian Krogsgard: Yeah, definitely not.

Clay Collins: Kind of these large nonrelationable wide column store databases that can handle trillions upon trillions of data points. That's how you got to do it.

Brian Krogsgard: And then ... I don't want to get too much in the weeds. I want to start asking about the output side, but I assume that for someone consuming this y'all have a REST API is the way they're doing that or is it GraphQL or something?

Clay Collins: Yeah, we just haven't had enough interest in GraphQL but yeah it's a RESTful API. There's no rate limiting. So we cache the hell out of our endpoints. So you can hit us as hard as you want. We don't care. Go nuts. A lot of people charge quite a bit for these sort of uncapped non rate limited APIs, but yeah we won't rate limit. That's another thing that no one else will do that we do is we don't rate limit.

Brian Krogsgard: And you're just assuming either that it's worth eating the cost for now or the cost is somewhat nominal for now. Do you expect your pay customers will be able to absorb that function for the long haul?

Clay Collins: So a couple things, one, we're really good at caching. Second, we just want to win in the short term. So we want people to feel comfortable using us and third, I'm funding this myself. In the long term, the way we're modeled the big cost is not that we're not rate limiting it here, it's engineers.

Brian Krogsgard: Right. We probably could have led with this but I think people have probably gotten the picture by now, but this is a centralized business with a open API and there's no token. There's none of that stuff. You're not a crypto project. Unless someday maybe you tokenize nomics.com as a security. But this is a normal old business, not like a blockchain project itself. It's not token based or anything like that.

Clay Collins: Right. Yeah, so we're using centralized databases. We're a centralized company. I'm a big believer in that not everything needs to be decentralized or run on a blockchain and I actually think that what we're doing is kind of a horrible candidate for the blockchain. It's a terrible blockchain use case.

Brian Krogsgard: Especially if you need information back quickly and reliably.

Clay Collins: Yeah. You want millisecond response times on APIs. Yeah, you probably don't want to use a blockchain. So yeah, at some point maybe we'll tokenize equity of the company and let people buy a piece of what we're doing. But for now this is kind of ... We want to be really good at the boring basics. And that's what we're focused on.

Brian Krogsgard: In addition to all of this you're doing a podcast called Flippening. I just listened to a three part series that y'all put out about security tokens and probably tripled my knowledge of not only ... I kind of had an idea of what security tokens potential was, but more about who are the players within the security token landscape and what do they envision and how do they differ from each other. So people might hear of Polymath because it has a token, but people should also be aware of something like Harbor and they provide a different type of service than what poly does. Bruce Fenton was on your show, who's a big Ravencoin guy.

Brian Krogsgard: And they're going to have stuff on top of a platform on Ravencoin, but he created a security token for his company on Counterparty through bitcoin. There's already all these tools for security tokens, so you just did this huge deep dive, why are you spending ... I thought about how much time Clay must have spent making this podcast, because each episode's got half a dozen guests, edited down into the questions. How much time are you spending on this stuff and why? What's your basis for doing such an in depth series like that?

Clay Collins: All in, that was at least 150 hours. I'm embarrassed how much time that series took. Yeah, so that was just one of these stupid ideas where I was like I want to do an audio documentary. I had heard a really good audio documentary about cryptocurrencies and there was a part of me as a product person that respects the craftsmanship that said to myself I want to create something that is like planet money level content for the cryptocurrency space about security tokens.

Clay Collins: And kind of the genesis of that was I interviewed one company. I interviewed Polymath about security tokens and I got just this fraction of a picture of what was happening and then I realized there's exchanges, and there are issuers, and there were just so many regulatory bodies and there was so many different components to this. Because there's already a pretty mature financial system that deals with securities already, so I couldn't do just one interview. So I started booking all these interviews and then I realized that it was too late. Once I interviewed the people now I had a commitment to publish them, but it didn't make sense to publish all these interviews by themselves because they really didn't stand on their own. I needed to weave a narrative through it and then I need to write a narrative, which means I need-

Brian Krogsgard: So you backed your way into this whole documentary.

Clay Collins: Oh, god. And then I had to storyboard out the whole thing. It was really a pain.

Clay Collins: -storyboard out the whole thing. It was really a pain in the ass, but the interesting thing is, after I finished that, I figured out what my workflow was for creating these, and I've realized ... I kind of figured out how I could do one in a third of the time next time, so I'm probably going to be doing another stupid one here in the future.

Brian Krogsgard: So, is the purpose behind these that you just want to share what you're learning and traditional podcast stuff? Or is this marketing for Nomics?

Clay Collins: It's marketing for Nomics.

Brian Krogsgard: Yeah, okay.

Clay Collins: Yeah, it's marketing for Nomics. It's really the only podcast for institutional crypto-investors. There's no podcast that has more listenership and more coverage from the institutional crowd than Flippening. That's exactly who our target audience is. Everyone who's paid for the API so far has [inaudible 00:42:55] the podcast.

Brian Krogsgard: Okay.

Clay Collins: Because I don't have a big content marketing team, we can't churn out a bunch of thought pieces or tutorials. There's just me. If I can do one thing that's going to attract the kind of audience that I want to get, what can I do? It was create this podcast because I started evaluating how much time does CoinDesk spend to put on Consensus or Consensus Invest? And it's millions of dollars. I've thrown big events before.

Brian Krogsgard: And they make millions of dollars too.

Clay Collins: Yeah, and they make millions of dollars too. But having come from the event business, I bet they're just doing better than break even. That's my prediction. I could be completely wrong, but I bet they're just doing better, even with how it's monetized. I bet you they're just doing a little bit better than break even. In New York, in Times Square, that's my prediction.

Brian Krogsgard: Yeah, I've run small events, and it's enormous energy and very little money is what it ends up as most of the time.

Clay Collins: Right. Yeah, so I was doing the stats on my podcast, and every single episode was getting about 50,000 downloads. I was like, "There was 12,000 people at Consensus Invest," so I bet I'm getting just as much coverage with that podcast from this very niche institutional investor crowd. The ROI for me really made sense. Even though it's a pain in the ass that I love to do, I'm probably going to still continue doing it.

Brian Krogsgard: Who do you consider an institutional investor in the space? Is that hedge funds, or is that like a family office, somebody with $1 million to spend on crypto? What's an institutional investor to you?

Clay Collins: Yeah, so I define institutional as someone who raises money from other parties to invest it on their behalf.

Brian Krogsgard: Okay.

Clay Collins: Usually they've filed as a sort of a Reg D fund or they're usually regulated in some way, so they're not just playing with their own money. A family office is technically not an institutional investor, but some of these family offices have billions under management, so it's kind of like they walk like a duck, they talk like a duck, and they have that level of rigor to what they do. They've got an entire staff and stuff. Yeah, institutional investors are-

Brian Krogsgard: What are some of the big lessons that you've learned, based on the people you've talked to, in terms of what's most concerning to an institutional investor? And let's level that up, the higher-end ones. For instance, I know custody is an issue for real institutional investors, whereas, for a lot of people with a little less on the line, they can kind of manage custody in-house. But if you're a regulated entity, custody becomes significantly more important. What kind of lessons for those types of people do you think you've been able to come up with?

Clay Collins: Yeah, so custody is definitely the big one. The next one is just deep markets, being able to make a block trade, if you want to buy $30 million worth of Bitcoin without just burning through the order books and moving the market. That's where good OTC desks come in. You place a phone call, you arrange the price ahead of time, and then you do the trade. OTC desks and clearinghouses are probably the next point of concern.

Clay Collins: And then it's just good projects. I mean, it's hard for a lot of these folks to find coins other than Bitcoin and Ethereum that have enough liquidity and market depth for them to feel comfortable and just history. [inaudible 00:46:53]

Brian Krogsgard: Do you think people that come from traditional markets are having a hard time grasping the mix of speculation versus fundamental value in projects? Because I think one of the things I'm seeing is a lot of stuff is way down to where, if this was a traditional market where the market is fairly efficient and understanding what pricing is and what works, they'd look like deals, right?

Clay Collins: Yeah.

Brian Krogsgard: Yet if you look at a lot of coins now, they could be done 80% and still be overvalued because of the significant cooling-off period. I've gone through this lesson myself as a trader because stuff just doesn't-

Clay Collins: I'm going to buy the dip.

Brian Krogsgard: Yeah, well, stuff just doesn't go down 80% quite like that in traditional markets. Do you think it's a learning curve for people trying to learn how to invest in crypto versus investing in the real world, if you will?

Clay Collins: Yeah. That's a good question. I think everyone's focused on the fact that these things are tokens and kind of forgetting about the real world analogy. A lot of these hedge funds really aren't doing forex trades, but in a lot of ways, that's what Bitcoin coin is. It's a forex thing. There's no underlying value. You're placing a bet on the network and the utility value of the coin, so it's really hard to evaluate what it is because it's not like a security where there's this underlying asset, and then you can try and figure out what that underlying asset is worth.

Clay Collins: And then with things like Filecoin and crypto commodities, that just looks a lot like VC. You're buying something based on the future value of that. But the hard thing there with crypto commodities like Filecoin is it doesn't matter how much utility value exists. There's a lot of hard drive space in the world, so just because it's tokenized doesn't mean that all the sudden this thing is worth more.

Clay Collins: I think folks in general need to not focus as much on the fact that it's a token and the whole thing is some new asset class. I don't think of this as a new asset class. I think what's happening is tokenized versions of the analogous thing that exists in the real world, and there's so many different versions of that. There's tokenized securities that represent equity in a company. There's this new financial system. There's true cryptocurrencies like Bitcoin. There's Ethereum, which is this ... who knows what the hell Ethereum is? I couldn't even tell you.

Brian Krogsgard: I was about to ask, how would you give an analogy for a protocol or a network with a value? Because in the web or whatever, open-source software, historically we don't really assign monetary value directly to the platform, a protocol, an API, whatever. But that's what we're doing in crypto.

Clay Collins: Yeah.

Brian Krogsgard: That one, I agree with you completely, even though I've always said this is a whole new asset class. I agree with you that, at the base layer, it's a business represented by a token or whatever else, except for this protocol side of things. It's weird for me, and I guess maybe that's why the market's inefficient and why we're seeing these drastic swings is because we're trying to figure out what is something like the 0x protocol worth?

Clay Collins: Yeah.

Brian Krogsgard: Or what is EOS or Ethereum worth? And we have this ability to put a monetary value on them.

Clay Collins: Yeah, yeah. I mean, I think a lot of times a monetary value is just that the greater fool is going to come on and buy it for more, and that is the [inaudible 00:50:44] of the token.

Brian Krogsgard: Yeah.

Clay Collins: Yeah, I think-

Brian Krogsgard: Musical chairs is not a game I want to play, but I agree, it does seem like we're all playing it. We're just hoping that some other sucker is going to be the one left without a chair.

Clay Collins: Yeah. I go to Vegas every once in a while. Why don't you know what you're doing? I think there's something real about Bitcoin. I think there's something real about Ethereum. I think something that is not discussed enough with regards to Ethereum is the fact that there's these compound or kind of second-order network effects that occur. Everyone talks about the network effects of Bitcoin. It's like Visa: the more people that accept Visa, the more valuable Visa is. Same with phones. Owning a phone makes owning a phone more valuable to everyone, every time one is purchased. Or Facebook. I think people generally get network effects.

Clay Collins: There's another effect at play: the Lindy effect, which is just the value of something that doesn't break increases with every unit of time that it continues to not break. We develop more trust in the system. That's the Lindy effect.

Источник: https://p.nomics.com/cryptocurrency-bitcoin-api

2 thoughts to “Bitcoin price live api”

Leave a Reply

Your email address will not be published. Required fields are marked *