API

61 Articles 0 Followers


Explorer API vs custom methods

5 Jun 2024 4 minute read 0 comments NOWNodes

Introduction Developing wallets and decentralized applications (dApps) requires reliable access to blockchain data. Traditionally, developers use direct data parsing from the blockchain, but this can be a complex and time-consuming process. With the...

RPCs vs. APIs: A Simple Guide

31 Jan 2024 5 minute read 0 comments Cryptoray

January 30, 2024       If you're looking to build applications on the blockchain, you'll need to understand and use RPCs (Remote Procedure Calls) and APIs (Application Programming Interfaces). These two technologies are essential for i...

Exciting Updates on Footprint Data API - Free to Use!

1 Aug 2023 1 minute read 0 comments Footprint Analytics

  Dear users, We have incredible news to share with you! Our product, Footprint Data API, has undergone a major upgrade, and we are thrilled to announce that it is now completely free for all users. Yes, you read it correctly — It is now publicly...

How Payment Gateways Benefit From ChangeNOW's API

25 Jul 2023 3 minute read 0 comments ChangeNOW

Payment Gateways play a pivotal role in facilitating smooth and secure transactions in the digital landscape. With the rise of cryptocurrencies and the evolving needs of users, Payment Gateways must adapt to integrate new solutions. ChangeNOW's API o...

Empowering Businesses with Secure Crypto Solutions: ChangeNOW's API for Seamless Integration

27 Jun 2023 5 minute read 1 comment ChangeNOW

In the rapidly evolving digital landscape, businesses are constantly seeking innovative solutions to stay ahead of the curve. It is particularly true for companies operating within the cryptocurrency sphere, where the demand for secure, efficient, an...

SimpleSwap Launches API For Fiat Exchanges

25 May 2023 2 minute read 0 comments SimpleSwap

SimpleSwap has great news to share – from now on our API is suitable for fiat exchanges, too! Application Programming Interface (API) is a very popular tool within our Affiliate Program. And since SimpleSwap services are constantly developing accordi...

How to acquire Bitcoin using Python code

28 Apr 2023 1 minute read 3 comments Chainable.it

[ENGLISH] - język polski poniżej! In the last tutorial, we installed Python and Visual Studio Code, so it's time to put them to use. We will write a simple script that will fetch the current price of Bitcoin using the Coingecko API. How to code We'r...

Blockchain APIs: Streamlining Integration and Interaction with Blockchain Technology

20 Apr 2023 2 minute read 0 comments Vladan Lausevic

Blockchain APIs (Application Programming Interfaces) are essential tools that allow developers to integrate and interact with blockchain technology more efficiently. These APIs serve as a bridge between developers and blockchain networks, enabling se...

What is an API?

16 Mar 2023 1 minute read 0 comments diamondstonk

Now that I started self-studying Flutter and other programming languages like Python, I naturally encountered the word 'API' many times. So today I am posting about what API is.   What is an API? An API (Application Programming Interface) is a way fo...

Simplifying Blockchain Communication with @hyperbitjs/rpc

27 Feb 2023 2 minute read 0 comments magitek

If you're looking for a way to interact with a remote blockchain node, @hyperbitjs/rpc is a straightforward package that can help. This package provides a convenient way to send requests to a blockchain node and handle the responses in your applicati...