Jump to
Ctrl
+
/

List Confirmed Transactions By Address UTXO Historical

GET
/addresses-historical/utxo/{blockchain}/{network}/{address}/transactions

This endpoint will list transactions by an attribute address. The transactions listed will detail additional information such as hash, height, time of creation in Unix timestamp, etc.

Path Parameters

blockchain string Required

Represents the specific blockchain protocol name, e.g. Ethereum, Bitcoin, etc.

network string Required

Represents the name of the blockchain network used; blockchain networks are usually identical as technology and software, but they differ in data, e.g. - "mainnet" is the live network with actual data while networks like "testnet", "sepolia" are test networks.

address string Required

Represents the public address, which is a compressed and shortened form of a public key.

Query Parameters

context string Optional

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.

sortingOrder string Optional

Response Schema

apiVersion string Required

Specifies the version of the API that incorporates this endpoint.

2024-12-12
requestId string Required

Defines the ID of the request. The requestId is generated by Crypto APIs and it's unique for every request.

601c1710034ed6d407996b30
context string Optional

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.

yourExampleString
data object Required
limit integer Required

Defines how many items should be returned in the response per page basis.

50
startingAfter string Optional

Defines the id of the previous listed record id from which the current list should start from.

5ca21f92cf5431000105d1a7
hasMore boolean Required

Defines whether or not there are more elements available after this set.

true
nextStartingAfter string Optional

Defines the id of the next page which the next list should start from.

5ca21f92cf5431000105d1a7
sortingOrder string Optional

Defines what the sorting order is either ascending or descending.

ascending
items array Items (object) Required
id string Required

String representation of the transaction identifier (txid)

b8483fe0d1f276a3c53b9ce65f60a2963202f7096c3c3e9a2d4ea0cb31ab60de
locktime integer Required

Numeric representation of the transaction locktime

1781865
size integer Required

Numeric representation of the transaction size

123
version integer Required

Numeric representation of the transaction version

2
hash string Required

String representation of the transaction hash

b8483fe0d1f276a3c53b9ce65f60a2963202f7096c3c3e9a2d4ea0cb31ab60de
inputs array Items (object) Required

Object Array representation of transaction inputs

addresses array Items (string) Optional
coinbase string Optional

String representation of the coinbase hex

XtotjTJ1nRGkuAH1axUfybBKoJGtFCqMaV
outputIndex integer Required

Numeric representation of the vout

1
script object Required
type string Required

String representation of the votype

scripthash
transactionId string Required

String representation of the txid

b8483fe0d1ff60a2963202f7096c3c3e9a2d4ea0cb31ab60de276a3c53b9ce65
value object Optional
amount string Optional

String representation of the amount

300.09363391
unit string Optional

String representation of the amount unit inputs

DASH
witnesses array Items (string) Optional
outputs array Items (object) Required

Object Array representation of transaction outputs

addresses array Items (string) Optional
isSpent boolean Required

Boolean representation of is the transaction output spent

true
script object Required
type string Required

String representation of the type

scripthash
value object Optional
amount string Optional

String representation of the amount

300.093632
unit string Optional

String representation of the amount unit outputs

DASH
positionInBlock integer Required

Numeric representation of the index

10
recipients array Items (object) Required

Object Array representation of transaction receivers

address string Required

String representation of the receiver address

XtotjxUfybBKoJGtFCqMaVTJ1nRGkuAH1a
value object Required
amount string Required

String representation of the amount

300.093632
unit string Required
DASH
senders array Items (object) Required

Object Array representation of transaction senders

address string Required

String array representation of the sender address

XpXpivu9BppPn7XSd9JVPSXb2NsdCr1JZ7
value object Required
amount string Required

String representation of the amount

300.09363391
unit string Required

String representation of the amount value

DASH
timestamp integer Required

Numeric representation of the timestamp in seconds since epoch

1739356303
fee object Required

Object representation of the transaction fee

amount string Required

String representation of the fee value

0.00000191
unit string Required

String representation of the fee unit

DASH
minedInBlock object Required
hash string Required

String representation of the block hash

0000000000000001ce2cbb18127b56a4e6495fdec1fc81326317193ed6281cb6
height integer Required

Numeric representation of the block height

2221316
blockchaiSpecific object Required
versionGroupId string Required

String representation of the transaction version group id

3
blockchainSpecific object Optional
expiryHeight integer Required

Numeric representation of the transaction block height expiration

3
overwintered boolean Required

Boolean representation of the overwintered upgrade.

true
valueBalance object Required
amount string Required

String representation of the transaction value balance

10.34
unit string Required

String representation of the amount balance

ZEC

Credits Cost : 100 Credits for 1 Results

Was this page helpful?
Yes
No
Powered by
Language
URL

{
    "apiVersion": "2024-12-12",
    "requestId": "601c1710034ed6d407996b30",
    "context": "yourExampleString",
    "data": {
        "limit": 50,
        "startingAfter": "5ca21f92cf5431000105d1a7",
        "hasMore": true,
        "nextStartingAfter": "5ca21f92cf5431000105d1a7",
        "sortingOrder": "ascending",
        "items": [
            {
                "id": "b8483fe0d1f276a3c53b9ce65f60a2963202f7096c3c3e9a2d4ea0cb31ab60de",
                "locktime": 1781865,
                "size": 123,
                "version": 2,
                "hash": "b8483fe0d1f276a3c53b9ce65f60a2963202f7096c3c3e9a2d4ea0cb31ab60de",
                "inputs": [
                    {
                        "addresses": [
                            "XpXpivu9BppPn7XSd9JVPSXb2NsdCr1JZ7"
                        ],
                        "coinbase": "XtotjTJ1nRGkuAH1axUfybBKoJGtFCqMaV",
                        "outputIndex": 1,
                        "script": {
                            "type": "scripthash"
                        },
                        "transactionId": "b8483fe0d1ff60a2963202f7096c3c3e9a2d4ea0cb31ab60de276a3c53b9ce65",
                        "value": {
                            "amount": "300.09363391",
                            "unit": "DASH"
                        },
                        "witnesses": [
                            "b8483fe0202f7096c3c3e9a2d4ea0cb31ab60ded1f276a3c53b9ce65f60a2963"
                        ]
                    }
                ],
                "outputs": [
                    {
                        "addresses": [
                            "XtotjxUfybBKoJGtFCqMaVTJ1nRGkuAH1a"
                        ],
                        "isSpent": true,
                        "script": {
                            "type": "scripthash"
                        },
                        "value": {
                            "amount": "300.093632",
                            "unit": "DASH"
                        }
                    }
                ],
                "positionInBlock": 10,
                "recipients": [
                    {
                        "address": "XtotjxUfybBKoJGtFCqMaVTJ1nRGkuAH1a",
                        "value": {
                            "amount": "300.093632",
                            "unit": "DASH"
                        }
                    }
                ],
                "senders": [
                    {
                        "address": "XpXpivu9BppPn7XSd9JVPSXb2NsdCr1JZ7",
                        "value": {
                            "amount": "300.09363391",
                            "unit": "DASH"
                        }
                    }
                ],
                "timestamp": 1739356303,
                "fee": {
                    "amount": "0.00000191",
                    "unit": "DASH"
                },
                "minedInBlock": {
                    "hash": "0000000000000001ce2cbb18127b56a4e6495fdec1fc81326317193ed6281cb6",
                    "height": 2221316
                },
                "blockchaiSpecific": {
                    "versionGroupId": "3"
                },
                "blockchainSpecific": {
                    "expiryHeight": 3,
                    "overwintered": true,
                    "valueBalance": {
                        "amount": "10.34",
                        "unit": "ZEC"
                    }
                }
            }
        ]
    }
}