Questions tagged [api]

An API is an Application Programming Interface and services often have APIs available for developers to write software which accesses information offered by the service.

An API is an Application Programming Interface offered by a service. They allow developers to write software which interacts with the service in some way. APIs are often used for developers to retrieve information quickly and easily for use in their own software. APIs can also be used to control accounts on a service. In Bitcoin, many APIs are used to retrieve blockchain data, price data, or control web wallets.

663 questions
8
votes
0 answers

Is there a Bitcoin equivalent to Infura?

I was wondering if there's some service for Bitcoin that is equivalent to https://infura.io/ All I could find similar so far is blockcypher, but it appears to require fees while infura doesn't seem to require any fees. Thanks!
gerbill
  • 81
  • 3
6
votes
1 answer

How are double spends and "dropped" transactions represented in BlockChain.info API

I am currently using BlockChain.info's API to do payment verification with, but have a few questions. How I am using it (I think I am using it in the right way....): I am issuing a new/clean address to for each sale. I am then checking the balance…
Ford
  • 243
  • 1
  • 2
  • 6
5
votes
4 answers

huobi.com API to get latest trade price, bids and asks?

I'm looking for a simple API description to get some basic stats from the huobi.com exchange. Mainly the last trading price, and current orderbook (bids & asks). They seem to have an API: http://www.huobi.com/help/index.php?a=api_help but this page…
Sheldon Pinkman
  • 151
  • 1
  • 2
4
votes
1 answer

Cryptocompare API

Anyone here using cryptocompare api? Where would be the best place to ask questions about it? I am just starting with it and for example I have stumbled upon few issues. Like, coin tickers with an asterisk. As I receive them, some coins have symbol…
IgorD
  • 41
  • 1
4
votes
3 answers

Which API provides the logo for a cryptocurrency?

I've been searching for an API that returns the logo/image for a cryptocurrency. API's like CoinCap.io and Bittrex don't return this information in the response. Is there any public API which provides the logo for a specific cryptocurrency?
Hapeki
  • 143
  • 1
  • 5
3
votes
1 answer

Javascript widget that shows the balance of a particular address

Is there an embeddable javascript widget (perhaps using blockchain.info API) that can show information about a specific Bitcoin address? Like current balance, total incoming, outgoing, and latest transactions?
ripper234
  • 26,550
  • 30
  • 111
  • 246
2
votes
2 answers

API for multiple blockchains

Is there an API to get data for multiple blockchains? Most blockchain explorers already offer an API but I'd like to be able to get information for different blockchains through the same API.
R01k
  • 121
  • 2
2
votes
1 answer

looking for api for huobi.com for last price data

I'm looking for last price data from huobi.com. Does anyone know where I can get data from an API for them? Huobi is the largest Bitcoin exchange in China and I'm looking to add them to http://tradeli.st
chovy
  • 131
  • 5
2
votes
2 answers

API for downloading block chain data

I was looking for an API to download block chain data in real-time so I use the transaction data for analytics. Is anyone aware of a good API for this?
jazzdawg
  • 131
  • 3
1
vote
2 answers

How can I build my own get address transactions API?

I want to build an API to query an arbitrary bitcoin address for received transactions. The address is not necessarily associated with my wallet. Is this possible using the commands in bitcoin-cli? I do not want to rely on a third party service like…
Mike
  • 111
  • 3
1
vote
4 answers

Market Cap API?

I am using CryptoCompare's API and it gives me volume data, but I am wondering where I can get market cap / circulating supply data. Do any reliable API's provide this?
vikzilla
  • 119
  • 1
  • 4
1
vote
1 answer

Basic bittrex api question

I read the api documentation but I could not find anythin related to market buy and sell commands. Where do I find this information? Moreover, I read the following from the api…
Marco
  • 305
  • 1
  • 6
  • 12
1
vote
0 answers

Optimal way for .NET programmer with no Linux/Python experience to query Blockchain and submit transactions?

I need some advice. What's the best way for a Windows/.NET developer like me to access blockchain information via a REST/RPC API ? The server app I'm building does the following on a fairly regular basis: (1) Looks up all transactions involving a…
1
vote
1 answer

Coin-agnostic API?

Are there any open APIs that connect to different cryptocurrencies, either with built-in capability or flexibility for plugins? Most APIs appear engineered for only one currency, usually just doge or btc. I'm wondering if there's a simpler, more…
1
vote
1 answer

API or framework for handling transactions

I am developing a JSP web (based on Java) and I would like to let users send the altcoins to my servers wallet. I need something what would monitor if the coins (DOGE/BTC etc.) has arrived and just after that let the users do something. Is there…
1
2 3