Crypto APIs
4.2
4.2/5

[┐∵]-

List Confirmed Crypto Transactions By Address API

List confirmed crypto transactions by address API for listing transactions by an attribute address
Get access to the data of Crypto APIs and adopt this list confirmed crypto transactions by address API with the purpose of listing transactions by an attribute address. A few ideas of the potential filters are blockchain, network, address, context, limit and offset, use these to determine the data output. The API has global data coverage available. Programmers who use this confirmed crypto transactions by address data, use it for many projects, some of which are; confirming transactions for crypto platforms, mobile applications, website plugins, building crypto investment tools and more. The possibilities are countless ofcourse and it is certain that more use cases exist, so play with the API for your business case and it should be intriguing to hear what will be created with it. Customers use the data in the cryptocurrency, blockchain, investment and finance sector. Some ideas of the type of business using the API are cryptocurrency platforms, crypto exchanges and investment platforms, typically the customers could be small business, medium business and enterprises.

List Confirmed Crypto Transactions By Address API endpoints

GET
/blockchain-data/{blockchain}/{network}/addresses/{address}/transactions
GET /blockchain-data/{blockchain}/{network}/addresses/{address}/transactions
To obtain a data response as in the response output of the example, clients need to communicate with the confirmed crypto transactions API endpoint by sending a GET data request to the endpoint; /blockchain-data/{blockchain}/{network}/addresses/{address}/transactions using the required object parameters. All main programming languages work with the data output. Clients simply need to connect the personal API key as an endpoint parameter and clients will begin receiving the data. In order to make the data request, input the API endpoint into the URL field. In order to receive the response desired, make use of the objects and parameters as explained by the parameter table.

Filters for list confirmed crypto transactions by address data

Find below the filters available for the list confirmed crypto transactions by address API.
Filters
blockchain offset
network
address
context
limit

Data object descriptions for list confirmed crypto transactions by address API

Make a call by using the possible parameters and use the table to clarify the objects with their associated description.
Objects Description
apiVersion Specifies the version of the API that incorporates this endpoint.
requestId Defines the ID of the request. The requestId is generated by Crypto APIs and it’s unique for every request.
context In batch situations the USer can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. context is specified by the USer.
data
limit Defines how many items should be returned in the response per page basis.
offset The starting index of the response items, i.e. where the response should start listing the returned items.
total Defines the total number of items returned in the response.
items
transactionId Represents the unique identifier of a transaction, i.e. it could be transactionId in UTXO-based protocols like Bitcoin, and transaction hash in Ethereum blockchain.
index Represents the index position of the transaction in the block.
minedInBlockHash Represents the hash of the block where this transaction was mined/confirmed for first time. The hash is defined as a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm.
minedInBlockHeight Represents the hight of the block where this transaction was mined/confirmed for first time. The height is defined as the number of blocks in the blockchain preceding this specific block.
recipients Represents a list of recipient addresses with the respective amounts. In account-based protocols like Ethereum there is only one address in this list.
address The address which receives this transaction. In UTXO-based protocols like Bitcoin there could be several senders while in account-based protocols like Ethereum there is always only one recipient.
amount Represents the amount received to this address.
senders Represents a list of sender addresses with the respective amounts. In account-based protocols like Ethereum there is only one address in this list.
address Represents the address which sends this transaction. In UTXO-based protocols like Bitcoin there could be several senders while in account-based protocols like Ethereum there is always only one sender.
amount Represents the total amount sent by this address including the fee.
timestamp Defines the exact date/time in Unix Timestamp when this transaction was mined, confirmed or first seen in Mempool, if it is unconfirmed.
transactionHash Represents the same as transactionId for account-based protocols like Ethereum, while it could be different in UTXO-based protocols like Bitcoin. E.g., in UTXO-based protocols hash is different from transactionId for SegWit transactions.
etc etc

List confirmed crypto transactions by address output response

In the code box customers can find the output preview. Sign-up to the full output due to this being limited to be able to make it readable.
				
					{
    "apiVersion": "2021-03-20",
    "requestId": "601c1710034ed6d407996b30",
    "context": "yourExampleString",
    "data": {
        "limit": 50,
        "offset": 0,
        "total": 100,
        "items": [
            {
                "transactionId": "4b66461bf88b61e1e4326356534c135129defb504c7acb2fd6c92697d79eb250",
                "index": 1,
                "minedInBlockHash": "00000000407f119ecb74b44229228910400aaeb9f4e3b9869955b85a53e9b7db",
                "minedInBlockHeight": 1903849,
                "recipients": [
                    {
                        "address": "2MzakdGTEp8SMWEHKwKM4HYv6uNCBXtHpkV",
                        "amount": "0.000144"
                    }
                ],
                "senders": [
                    {
                        "address": "2N5PcdirZUzKF9bWuGdugNuzcQrCbBudxv1",
                        "amount": "0.00873472"
                    }
                ],
                "timestamp": 1582202940,
                "transactionHash": "1ec73b0f61359927d02376b35993b756b1097cb9a857bec23da4c98c4977d2b2",
                "fee": {
                    "amount": "0.00016932",
                    "unit": "BTC"
                },
                "blockchainSpecific": {
                    "locktime": 1781965,
                    "size": 125,
                    "vSize": 166,
                    "version": 2,
                    "vin": [
                        {
                            "addresses": [
                                "2N5PcdirZUzKF9bWuGdugNuzcQrCbBudxv1"
                            ],
                            "coinbase": "0399991d20706f6f6c2e656e6a6f79626f646965732e636f6d20393963336532346234374747a53e994c4a000001",
                            "scriptSig": {
                                "asm": "0014daaf6d5cb86befe42df851a4d1df052e663754c1",
                                "hex": "160014daaf6d5cb86befe42df851a4d1df052e663754c1",
                                "type": "scripthash"
                            },
                            "sequence": "4294967295",
                            "txid": "caee978cae255bbe303ac86152679e46113a8b12925aa3afaa312d89d11ccbf8",
                            "txinwitness": [
                                "3045022100c11ea5740bcd69f0f68a4914279838014d28923134d18e05c5a5486dfd06cc8c02200dadccec3f07bed0d1040f9e5a155efa5fdd40fc91f92342578d26848da4c6b901"
                            ],
                            "value": "0.00873472",
                            "vout": 1
                        }
                    ],
                    "vout": [
                        {
                            "isSpent": true,
                            "scriptPubKey": {
                                "addresses": [
                                    "2N5PcdirZUzKF9bWuGdugNuzcQrCbBudxv1"
                                ],
                                "asm": "OP_HASH160 ca94af32587de4e5006685ffffc65a818ccd3fbc OP_EQUAL",
                                "hex": "a914507a5bd8cac1d9efdf4c0a4bfacb3e0abb4f8d1587",
                                "reqSigs": 1,
                                "type": "scripthash"
                            },
                            "value": "0.000144"
                        }
                    ]
                }
            }
        ]
    }
}
				
			

Software development kit

There are SDKs accessible to help the development of your project, just request them and they are sent. After this use the filter attributes to select the right output for you and with the confirmed crypto transactions API output in JSON your project will be easy to design.

List Confirmed Crypto Transactions By Address API pricing

Write an email to the API provider to request for access to samples and trials of the API so that you can play with the API before determining to buy the complete package access. The trial is limited but is able to provide you with a decent idea of the full API system.

Cost and price of API

Crypto APIs data is available with the price tag starting monthly from $99 with secure payment.
Option Price
Monthly subscription From $99/month
Yearly subscription From $990/year
Variable pricing no

Free Trial

Free trial is available

Alternative options

Neutrino

Currency And Cryptocurrency Conversion API
4.8
4.8/5
Forex data via currency and cryptocurrency conversion API offers required details to make sure you can build excellent data products. Get connected to the Currency And Cryptocurrency Conversion API provider to directly get precise data for converting between currency, cryptocurrency and various other units purposes conveniently.

Blockdaemon

Crypto Address Balance API
4.2
4.2/5
Crypto Address Balance API by Blockdaemon offers quality and accurate details necessary for address fetching on crypto platforms, mobile applications, website plugins, building crypto investment tools and more fields. Crypto Address Balance API ensures you get the best external data solutions to develop data-oriented products for getting the account balances for all supported cryptocurrencies functions.

Blockdaemon

Crypto Block Transactions API
4.2
4.2/5
This crypto block transactions API offers a massive amount of Cryptocurrency data together with all the data details you need. Crypto Block Transactions API proposes precise providing block transactions info for crypto platforms, mobile applications, website plugins, building crypto investment tools and more data for creating mobile apps, online services, tools, software, market analysis and much more.

Blockdaemon

Crypto Transactions Fee API
4.0
4.0/5
Crypto Transactions Fee API serves Cryptocurrency datasets to build getting a fee estimation in decimals from the ubiquity fee estimation service goals to advance businesses worldwide. The crypto transactions fee API is the ideal tool to directly get Cryptocurrency data to your API client.

Blockdaemon

Crypto Address Transactions API
4.3
4.3/5
The crypto address transactions API is the optimal tool to straightaway fetch Cryptocurrency data to your project. Crypto Address Transactions API returns precise providing address transaction history and details for crypto platforms, building mobile applications, website plugins, building crypto investment tools and more data for developing apps, web services, tools, software, market analysis and much more.

Blockdaemon

Search Nft Collections API
5.0
5.0/5
Search Nft Collections API by Blockdaemon is here to offer quality and necessary elements required for providing nft collection details for crypto platforms, building mobile applications, website plugins, building crypto investment tools and more use cases. Contact the Search Nft Collections API provider to start receiving accurate data for getting nft collections with names matching a given search string purposes right away.

Sign up for Crypto APIs list confirmed crypto transactions by address API

Get Data Access

~[ ∵ ]~

Sign-up Succesful

Wait for the Data