Jump to
Ctrl
+
/

List Confirmed Transactions By Address UTXOs

GET
/addresses-latest/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.


Please note that retrieving data will provide the most recent 14 days (1,209,600 seconds) of transactions from the current moment. To access the full historical data, please refer to the Address History APIs.

Path Parameters

blockchain string Required

Represents the specific blockchain protocol name, e.g. 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

String representation of the address

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 weight

284f4abb8b76620b3e94bb5f37f06810a58a08fd03cf255a2da094107b99c9ff
locktime integer Required

Numeric representation of the transaction locktime

1781965
size integer Required

Numeric representation of the transaction size

123
version integer Required

Numeric representation of the transaction version

2
fee object Required

Object representation of the transaction fee

amount string Required

String representation of the fee value

0.0001
unit string Required

String representation of the fee unit

ZEC
hash string Required

String representation of the weight

284f4abb8b76620b3e94bb5f37f06810a58a08fd03cf255a2da094107b99c9ff
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

f40208bedab78d0a2a8283a900bf86d286674dbb3684f067b5498edabf34be61f40208bedab78d
outputIndex integer Required

Numeric representation of the vout

1
script object Required
type string Required

String representation of the votype

pubkeyhash
transactionId string Optional

String representation of the txid

t1at7nVNsv6taLRrNRvnQdtfLNRDfsGc3Ak
value object Optional
amount string Optional

String representation of the amount

0.123
unit string Optional
ZEC
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

false
script object Required
type string Required

String representation of the type

pubkeyhash
value object Optional
amount string Optional

String representation of the amount

0.123
unit string Optional
ZEC
positionInBlock integer Required

Numeric representation of the transaction index

1
recipients array Items (object) Required

Object Array representation of transaction receivers

address string Required

String representation of the receiver address

t3cFfPt1Bcvgez9ZbMBFWeZsskxTkPzGCow
value object Required
amount string Required

String representation of the amount

0.123
unit string Required
ZEC
senders array Items (object) Required

Object Array representation of transaction senders

address string Required

String array representation of the sender address

t1at7nVNsv6taLRrNRvnQdtfLNRDfsGc3Ak
value object Required
amount string Required

String representation of the amount

0.123
unit string Required
ZEC
timestamp integer Required

Numeric representation of the timestamp in seconds since epoch

1669627454
minedInBlock object Required
hash string Required

String representation of the block hash

00000000000000000002146d4033d17224b3e9f2998bc0a0d01be57fe5686416
height integer Required

Numeric representation of the block height

882529
blockchainSpecific object Optional
expiryHeight integer Required

Numeric representation of the transaction block height expiration

123
overwintered boolean Required
true
valueBalance object Required
amount string Required

String representation of the transaction value balance

0.1234
unit string Required
ZEC
versionGroupId string Required

String representation of the transaction version group id

abc1234567

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": "284f4abb8b76620b3e94bb5f37f06810a58a08fd03cf255a2da094107b99c9ff",
                "locktime": 1781965,
                "size": 123,
                "version": 2,
                "fee": {
                    "amount": "0.0001",
                    "unit": "ZEC"
                },
                "hash": "284f4abb8b76620b3e94bb5f37f06810a58a08fd03cf255a2da094107b99c9ff",
                "inputs": [
                    {
                        "addresses": [
                            "t3cFfPt1Bcvgez9ZbMBFWeZsskxTkPzGCow"
                        ],
                        "coinbase": "f40208bedab78d0a2a8283a900bf86d286674dbb3684f067b5498edabf34be61f40208bedab78d",
                        "outputIndex": 1,
                        "script": {
                            "type": "pubkeyhash"
                        },
                        "transactionId": "t1at7nVNsv6taLRrNRvnQdtfLNRDfsGc3Ak",
                        "value": {
                            "amount": "0.123",
                            "unit": "ZEC"
                        },
                        "witnesses": [
                            "6674dbb3684f067b5498edabf34be61f40208bedab78d0a2a8283a900bf86d28"
                        ]
                    }
                ],
                "outputs": [
                    {
                        "addresses": [
                            "t1at7nVNsv6taLRrNRvnQdtfLNRDfsGc3Ak"
                        ],
                        "isSpent": false,
                        "script": {
                            "type": "pubkeyhash"
                        },
                        "value": {
                            "amount": "0.123",
                            "unit": "ZEC"
                        }
                    }
                ],
                "positionInBlock": 1,
                "recipients": [
                    {
                        "address": "t3cFfPt1Bcvgez9ZbMBFWeZsskxTkPzGCow",
                        "value": {
                            "amount": "0.123",
                            "unit": "ZEC"
                        }
                    }
                ],
                "senders": [
                    {
                        "address": "t1at7nVNsv6taLRrNRvnQdtfLNRDfsGc3Ak",
                        "value": {
                            "amount": "0.123",
                            "unit": "ZEC"
                        }
                    }
                ],
                "timestamp": 1669627454,
                "minedInBlock": {
                    "hash": "00000000000000000002146d4033d17224b3e9f2998bc0a0d01be57fe5686416",
                    "height": 882529
                },
                "blockchainSpecific": {
                    "expiryHeight": 123,
                    "overwintered": true,
                    "valueBalance": {
                        "amount": "0.1234",
                        "unit": "ZEC"
                    },
                    "versionGroupId": "abc1234567"
                }
            }
        ]
    }
}