Igor Delovski Board Forum Index Igor Delovski Board
My Own Personal Slashdot!
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Data Sources

 
Post new topic   Reply to topic    Igor Delovski Board Forum Index -> Dev Links
Dev Links  
Author Message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sat Nov 25, 2017 6:03 pm    Post subject: Data Sources Reply with quote

fixer.io - Foreign exchange rates and currency conversion API

"Fixer is a free API for current and historical foreign exchange rates published
by the European Central Bank.

The rates are updated daily around 4PM CET every working day."


Now, api key is requred, https://github.com/fixerAPI/fixer


Last edited by delovski on Wed Jun 06, 2018 3:43 pm; edited 3 times in total
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sat Nov 25, 2017 6:50 pm    Post subject: Reply with quote

ProgrammableWeb - Blockchain Exchange Rates API

"The Blockchain Market Prices and Exchanges Rates API returns a blockcahin
info JSON object with the currency codes as keys. Blockchain provides tools
for open and accessible financial software solutions that help you build Bitcoin
apps."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sat Nov 25, 2017 6:53 pm    Post subject: Reply with quote

ProgrammableWeb - GDAX Fix API

The FIX API has existing software that uses FIX for order management. The
Financial Information eXchange is a standard protocol that can be used to
enter orders, submit or cancel requests, and receive fills. The GDAX API
provides access to a continuous first-come, first-serve order book. Orders
are executed in price-time priority as received by the matching engine and
includes: Funding, Margin Transfer, Position, Deposits, Withdrawals and more.
GDAX is a Global Digital Asset Exchange that offers the ability to trade digital
currencies like Bitcoin, Ethereum, and more on a regulated U.S. based
exchange.
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sun Nov 26, 2017 5:51 pm    Post subject: Reply with quote

xe.com - XE Currency Data API

"The XE Currency Data FX API offers accurate and reliable exchange rates for
businesses. With seamless integration and guaranteed delivery, XE Currency
Data is the trusted choice for thousands of organizations worldwide.

$799 / year"
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Mon Nov 27, 2017 9:41 pm    Post subject: Reply with quote

bitcoinfees.earn.com - Bitcoinfees Developer API

"fastestFee: The lowest fee (in satoshis per byte) that will currently result in
the fastest transaction confirmations (usually 0 to 1 block delay).

halfHourFee: The lowest fee (in satoshis per byte) that will confirm transactions
within half an hour (with 90% probability).

hourFee: The lowest fee (in satoshis per byte) that will confirm transactions
within an hour (with 90% probability)."


See: https://bitcoinfees.info
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Tue Nov 28, 2017 11:44 am    Post subject: Reply with quote

etherscan.io - Ethereum Developer APIs

"The Etherscan Ethereum Developer APIs are provided as a community service
and without warranty, so please just use what you need and no more. They
support both GET/POST requests and a rate limit of 5 requests/sec (exceed and
you will be blocked).

To use the API service please create a FREE Api-Key Token from within the
ClientPortal->MyApiKey area which you can then use with all your api requests.
Either a link back or mention that your app is 'Powered by Etherscan.io APIs'
would be appreciated."
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Wed Nov 29, 2017 12:27 am    Post subject: Reply with quote

https://coinmarketcap.com/currencies/bitcoin/

https://coinmarketcap.com/api/

Example: https://api.coinmarketcap.com/v1/ticker/
Example: https://api.coinmarketcap.com/v1/ticker/?limit=10
Example: https://api.coinmarketcap.com/v1/ticker/?start=100&limit=10
Example: https://api.coinmarketcap.com/v1/ticker/?convert=EUR&limit=10
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Wed Nov 29, 2017 11:41 pm    Post subject: Reply with quote

https://www.cryptocompare.com/api/#introduction

Inform us on info@cryptocompare.com that you are using our API so we can let you know if we make any updates.

The best API for getting cryptocurrency pricing, OHLC and volume data from multiple exchanges. We have integrated so far with: Cryptsy, BTCChina, Bitstamp, BTER, OKCoin, Coinbase, Poloniex, ... and the list keeps growing every month. We are your one stop shop for all your cryptocurrency APIs and data needs.

Ruby code for cryptocompare: A Ruby gem

"This is a Ruby gem that utilizes the CryptoCompare API to fetch data
related to cryptocurrencies."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Tue Dec 05, 2017 9:28 pm    Post subject: Reply with quote

https://estimatefee.com

API
You can use https://estimatefee.com/n/$CONFS where $CONFS can anything from 2 to 1008. We directly proxy the results from bitcoin core using `estimatesmartfee` (with a 30 second cache), so the value is in bitcoin per 1000 bytes. If you're using this, make sure to put a fallback. If it works, it'll be accurate. But don't expect five 9s of reliability -- because, really, I really only made the API to look cool.
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Wed Dec 13, 2017 12:34 am    Post subject: Reply with quote

Toshi - Welcome to the Toshi Developer Docs

"Whether you're looking to build a Toshi app, understand the architecture
behind Toshi, or contribute to one of the Toshi clients, we've got you covered."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Fri Dec 15, 2017 3:04 pm    Post subject: Reply with quote

drpout/boilr >> add Coinsquare.io

"They replied with:

Our full API documentation in still under development. You can however use
the following GET methods to obtain the latest quotes and order books. The
prices and quantities are in Satoshis."

GET: method="quotes" example

GET: method="book",ticker=[ticker code],base=[base ticker code]

example:

https://coinsquare.io/?method=img&tag=RESZFAQ
...
https://coinsquare.io/?method=quotes"

https://coinsquare.io/api/v1/data/quotes

https://coinsquare.io/api/v1/data/bookandsales/BTC/CAD/16

....

We have a simple API call as well to get all the Canadian exchange data:
http://api.cbix.ca/v1/index
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Tue Dec 19, 2017 4:44 pm    Post subject: Reply with quote

Ken Shirriff's blog:

1. Bitcoins the hard way: Using the raw Bitcoin protocol

"All the recent media attention on Bitcoin inspired me to learn how Bitcoin
really works, right down to the bytes flowing through the network. Normal
people use software that hides what is really going on, but I wanted to
get a hands-on understanding of the Bitcoin protocol."


2. Bitcoin mining the hard way: the algorithms, protocols, and bytes

"This article explains Bitcoin mining in details, right down to the hex data and
network traffic. If you've ever wondered what really happens in Bitcoin mining,
you've come to the right place."
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Wed Dec 20, 2017 12:37 am    Post subject: Reply with quote

http://www.blocktivity.info
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Sun Dec 24, 2017 12:15 pm    Post subject: Reply with quote

https://bitcointalk.org/index.php?topic=1867295.0


Trading API's - Tell me your experiences

Great exchange comparison, thanks @serpens66: https://exchangewar.info/
https://www.cryptocoincharts.info/markets/info Nice automatically updated list with total volume and number of traded pairs
CryptoTrader.org is an altcoin Trading SAAS that basically is an API... you run your code in their cloud service API Docs. It allows trading on the following exchanges: Poloniex, Bitstamp, Coinbase, Huobi, OKCoin.cn, BTC-E, CEX.IO, Bitfinex, Kraken, Quoine, Cryptsy
ta-lib.org Mother of all Market Analysis tools and functions
CryptoCompare.com has its own API which gives a lot of independent information: API
Not sure whether this works, it was down when I clicked: https://coinmarketcap.com/exchanges/
Minkiz.co: A list that I missed... haha... on this very board: https://bitcointalk.org/index.php?topic=777154.0
Not that this has anything to do with my question... but the best mining value chart I have some across is http://www.coinwarz.com/
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Thu Jan 04, 2018 8:31 pm    Post subject: Reply with quote

currencylayer.com - The universal real-time exchange rate data solution

"Reliable Forex Rates

Accurate Exchange Rates for 168 World Currencies with data updates ranging
from every 60 minutes down to stunning 60 seconds"
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Wed Jan 17, 2018 11:56 pm    Post subject: Reply with quote

TOOLI built new cryptocurrency site with real time crypto prices, heat maps, detailed performance report and exchanges daily volume charts (self.CryptoCurrency)

https://www.reddit.com/r/CryptoCurrency/comments/7r3xgu/i_built_new_cryptocurrency_site_with_real_time/
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Thu Jan 25, 2018 10:53 pm    Post subject: Reply with quote

github - sanko/Robinhood

"Unofficial Documentation of Robinhood Trade's Private API

Robinhood is a commission-free, online securities brokerage. As you would
expect, being an online service means everything is handled through a request
that is made to a specific URL.

Before I go too far, I must say that this is a big, messy work in progress. I'll
continue to update this as I figure more out. Sections marked TODO are in my
head but I haven't found the time to describe them yet. Work in progress and
all.

Oh, and I do not work with or for Robinhood Financial, LLC."
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Thu Feb 22, 2018 9:27 am    Post subject: Reply with quote

https://www.reddit.com/r/cryptodev/comments/7z022q/looking_for_an_all_in_one_api_to_read_balances/

Looking for an all in one API to read balances from exchanges (self.cryptodev)

Is there an API that supports lot of exchanges that will allow me to provide it keys and it will give me coin balances.
I am only interested in reading the data from exchanges and never writing.
I know each exchange has their own api and they require the user the to setup keys which is fine but instead of having to develop for each exchange I am hoping there is an API that i give it the exchange, the private key and it will give me balances/read-only data.
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Thu Mar 01, 2018 1:57 am    Post subject: Reply with quote

https://www.reddit.com/r/omise_go/comments/80u9eb/the_sdks_arrived/

Here's a quick overview (text copied from the repositories):

eWallet Backend: The eWallet allows developers to run a (local) ledger through a web interface. The eWallet will later be plugged to a blockchain and connected to a decentralized exchange. All the eWallets will then become a federated network forming the top layer of the OMG network, allowing the exchange of any currency into any other in a transparent way. Also check out the sample eWallet server which demonstrates the eWallet.


iOS SDK: Allows iOS developers to integrate iOS apps with the eWallet Server. Also check out the sample iOS application which demonstrates the SDK.
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Tue Mar 20, 2018 11:01 am    Post subject: Reply with quote

Dohvat podataka o trenutnom tečaju za sve valute

From here: Tecajna lista ? API

BiH: Tečajna lista - 20.03.2018
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Fri Apr 06, 2018 6:14 pm    Post subject: Reply with quote

wiki Bitstamp

"Bitstamp is a bitcoin exchange based in Luxembourg. It allows trading
between USD currency and bitcoin cryptocurrency. It allows USD, EUR,
bitcoin, litecoin, ethereum, ripple or bitcoin cash deposits and withdrawals."


api - https://www.bitstamp.net/api/
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Wed Apr 11, 2018 10:12 pm    Post subject: Reply with quote

Free JSON Currency Exchange Rate Feeds

"To access one of our free online JSON data feed with latest foreign exchange
rates which updates daily (once in 12 hours at 12 AM/PM) use any URL from
the list below. Please note, you can use any currency code available on our site
to get appropriate JSON currency rate feed."

USD currency feed example: http://www.floatrates.com/daily/usd.json


edit:

Another place: https://docs.openexchangerates.org

https://openexchangerates.org/api/latest.json?app_id=YOUR_APP_ID



Code:
{
    disclaimer: "https://openexchangerates.org/terms/",
    license: "https://openexchangerates.org/license/",
    timestamp: 1449877801,
    base: "USD",
    rates: {
        AED: 3.672538,
        AFN: 66.809999,
        ALL: 125.716501,
        AMD: 484.902502,
        ANG: 1.788575,
        AOA: 135.295998,
        ARS: 9.750101,
        AUD: 1.390866,
        /* ... */
    }
}
Back to top
View user's profile Send private message
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Sat Apr 28, 2018 4:46 pm    Post subject: Reply with quote

Revoult - Open API

"Integrate Revolut into your existing business processes and software. Our
Open API allows companies to combine their Revolut for Business account with
their own software and business processes. You can automate all payment
processes..."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Tue Jun 05, 2018 3:36 pm    Post subject: Reply with quote

r - Blocknet APIs have been published! Cross-blockchain dApps are here

"Blocknet now provides a simple and powerful API to build multi-chain
applications that consumes services on compatible blockchains, all while
remaining 100% trustless and decentralized.

The API calls are used to conduct decentralized and trustless exchanges
on the Blocknet network."
Back to top
View user's profile Send private message Visit poster's website
delovski



Joined: 14 Jun 2006
Posts: 3522
Location: Zagreb

PostPosted: Fri Jun 29, 2018 11:02 pm    Post subject: Reply with quote

wiki - ISO 4217

"ISO 4217 is a standard first published by International Organization for
Standardization in 1978, which delineates currency designators, country
codes (alpha and numeric)"
Back to top
View user's profile Send private message Visit poster's website
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Wed Oct 31, 2018 10:46 pm    Post subject: Reply with quote

hnb - HRVATSKA NARODNA BANKA - API

GET http://api.hnb.hr/tecajn/v1

GET http://api.hnb.hr/tecajn/v1?valuta=EUR
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Mon Mar 04, 2019 11:08 pm    Post subject: Reply with quote

https://old.reddit.com/r/iOSProgramming/comments/ax7k90/how_do_you_find_good_reliable_public_apis_to_work/

How do you find good reliable public APIs to work with?
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Sat Jul 20, 2019 9:41 pm    Post subject: Reply with quote

Open Banking - Specifications, Documentation, Reference Applications and Knowledge Base

"Unless otherwise stated, all specifications, documentation, articles, and
downloadable reference applications are subject to the MIT Licence. For
general information, please visit https://www.openbanking.org.uk "
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Sat Aug 07, 2021 2:37 pm    Post subject: Reply with quote

so - See only posts with watched tags

"You could easily access these lists via the sidebar under shortcuts:
...
Until then, you can bookmark the search via your browser."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Sat Mar 12, 2022 3:42 pm    Post subject: Reply with quote

WooCommerce - WooCommerce REST API

"The WooCommerce REST API works on a key system to control access. These
keys are linked to WordPress users on your website."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Mon Mar 21, 2022 9:54 pm    Post subject: Reply with quote

Magento - Token-based authentication

"To make a web API call from a client such as a mobile application, you must
supply an access token on the call. The token acts like an electronic key that
lets you access the API."


Code:
curl -X POST "https://magento.host/index.php/rest/V1/integration/customer/token" \
     -H "Content-Type:application/json" \
     -d '{"username":"customer@example.com", "password":"customer_password"}'
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Tue Mar 22, 2022 4:28 pm    Post subject: Reply with quote

Shopify - Shopify API reference docs

"At the core of Shopify is the Admin API, available through GraphQL and
REST. It provides data on products, customers, orders, inventory, fulfillment,
and more."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Wed Mar 30, 2022 2:35 pm    Post subject: Reply with quote

media-x - WooCommerce - dodavanje polja za pravne osobe (R1 racun)

"Nova polja s podacima pravnih osoba cemo dodavati nakon polja s podacima
za placanje. Kako bi vam bilo malo jasnije kako je slozena stranica naplate i na
koje se kuke (hooks) moramo zakaciti, procitajte odličan clanak WooCommerce
Checkout Page [Visual Hook Guide] koji je napisao Rodolfo Melogli."
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Fri Apr 01, 2022 11:37 am    Post subject: Reply with quote

so - C# issue calling EORI SOAP Service

"If you Google the URI that is deep in the Reference.cs file that opens if you
open the definition of the EORI validation methods, then you'll see that
someone on this page here is having the same issue:
https://www.codeproject.com/Questions/1075553/Soap-Message-Format-Issue-while-accessing-webservi "


Code:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
 <soap:Body>
<ev:validateEORI xmlns:ev="http://eori.ws.eos.dds.s/">
<ev:eori>DE123456</ev:eori>
<ev:eori>IT123456789</ev:eori>
</ev:validateEORI>
</soap:Body>
</soap:Envelope>
Back to top
View user's profile Send private message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Thu Apr 21, 2022 3:41 pm    Post subject: Reply with quote

vatlayer.com - Free, Instant VAT Number Validation & EU VAT Rates API

Code:
// request EU VAT rates for a specific country:
 
https://apilayer.net/api/rate
 
    ? access_key = YOUR_ACCESS_KEY
    & country_code = GB
 
// Country may also be defined via IP address   
   
// API returns a full set of standard and reduced
// VAT rates for the specified country.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Igor Delovski Board Forum Index -> Dev Links All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Delovski.hr
Powered by php-B.B. © 2001, 2005 php-B.B. Group