Jump to
Ctrl
+
/

List Transactions by Block Height UTXOs

GET
/blocks/utxo/{blockchain}/{network}/height/{blockHeight}/transactions

This endpoint will list transactions by an attribute blockHeight. The transactions listed will detail additional information such as hash, addresses, 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.

blockHeight integer Required

Represents the number of blocks in the blockchain preceding this specific block. Block numbers have no gaps. A blockchain usually starts with block 0 called the "Genesis block".

Default : 673852

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.

limit integer Optional

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

Default : 50
offset integer Optional

The starting index of the response items, i.e. where the response should start listing the returned items.

Default : 0

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
offset integer Required

The starting index of the response items, i.e. where the response should start listing the returned items.

0
total integer Required

Defines the total number of items returned in the response.

100
items array Items (object) Required
id string Required

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.

4b66461bf88b61e1e4326356534c135129defb504c7acb2fd6c92697d79eb250
locktime integer Required

Numeric representation of the transaction locktime

123
size integer Required

Numeric representation of the transaction size

123
version integer Required

Numeric representation of the transaction version

1
fee object Required

Object representation of the transaction fee

amount string Required

String representation of the fee value

0.123
unit string Required

String representation of the fee unit

ZEC
hash string Required

Represents the unique identifier of a transaction

1ec73b0f61359927d02376b35993b756b1097cb9a857bec23da4c98c4977d2b2
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

02d3080c4e060000000000002f4e614e
outputIndex integer Required

Numeric representation of the vout

1
script object Required
type string Required

String representation of the votype

pubkeyhash
transactionId string Required

String representation of the txid

a2022151256fa5d6d3d282f3c0074456fa247da08bc07df71f8c1d9e76e7d928
value object Optional
amount string Optional

String representation of the amount

0.002324
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

true
script object Required
type string Required

String representation of the type

pubkeyhash
value object Optional
amount string Optional

String representation of the amount

0.000144
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

yEpHokyit2UNzUUx8mWBCRYPRezvA363EYX
value object Required
amount string Required

String representation of the amount

0.000144
unit string Required
ZEC
addresses string Required

String representation of the receiver address

2MzakdGTEp8SMWEHKwKM4HYv6uNCBXtHpkV
senders array Items (object) Required

Object Array representation of transaction senders

address string Required

String array representation of the sender address

t2UNzUUx8mWBCRYPRezvA363EYXyEpHokyi
value object Required
amount string Required

String representation of the amount

0.00873472
unit string Required
ZEC
addresses string Required

String array representation of the sender address

2N5PcdirZUzKF9bWuGdugNuzcQrCbBudxv1
blockchainSpecific object Optional
expiryHeight integer Required

Numeric representation of the transaction block height expiration

123
overwintered boolean Required

"Overwinter" is the network upgrade for the Zcash blockchain.

true
valueBalance object Required
amount string Required

String representation of the transaction value balance

0.123
versionGroupId string Required

String representation of the transaction version group id

0b292f2085

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,
        "offset": 0,
        "total": 100,
        "items": [
            {
                "id": "4b66461bf88b61e1e4326356534c135129defb504c7acb2fd6c92697d79eb250",
                "locktime": 123,
                "size": 123,
                "version": 1,
                "fee": {
                    "amount": "0.123",
                    "unit": "ZEC"
                },
                "hash": "1ec73b0f61359927d02376b35993b756b1097cb9a857bec23da4c98c4977d2b2",
                "inputs": [
                    {
                        "addresses": [
                            "t2UNzUUx8mWBCRYPRezvA363EYXyEpHokyi"
                        ],
                        "coinbase": "02d3080c4e060000000000002f4e614e",
                        "outputIndex": 1,
                        "script": {
                            "type": "pubkeyhash"
                        },
                        "transactionId": "a2022151256fa5d6d3d282f3c0074456fa247da08bc07df71f8c1d9e76e7d928",
                        "value": {
                            "amount": "0.002324",
                            "unit": "ZEC"
                        },
                        "witnesses": [
                            "3045022100c11ea5740bcd69f0f68a4914279838014d28923134d18e05c5a5486dfd06cc8c02200dadccec3f07bed0d1040f9e5a155efa5fdd40fc91f92342578d26848da4c6b901"
                        ]
                    }
                ],
                "outputs": [
                    {
                        "addresses": [
                            "t2UNzUUx8mWBCRYPRezvA363EYXyEpHokyi"
                        ],
                        "isSpent": true,
                        "script": {
                            "type": "pubkeyhash"
                        },
                        "value": {
                            "amount": "0.000144",
                            "unit": "ZEC"
                        }
                    }
                ],
                "positionInBlock": 1,
                "recipients": [
                    {
                        "address": "yEpHokyit2UNzUUx8mWBCRYPRezvA363EYX",
                        "value": {
                            "amount": "0.000144",
                            "unit": "ZEC"
                        },
                        "addresses": "2MzakdGTEp8SMWEHKwKM4HYv6uNCBXtHpkV"
                    }
                ],
                "senders": [
                    {
                        "address": "t2UNzUUx8mWBCRYPRezvA363EYXyEpHokyi",
                        "value": {
                            "amount": "0.00873472",
                            "unit": "ZEC"
                        },
                        "addresses": "2N5PcdirZUzKF9bWuGdugNuzcQrCbBudxv1"
                    }
                ],
                "blockchainSpecific": {
                    "expiryHeight": 123,
                    "overwintered": true,
                    "valueBalance": {
                        "amount": "0.123"
                    },
                    "versionGroupId": "0b292f2085"
                }
            }
        ]
    }
}