curl --location --request GET '/fractal/brc20/getTransactionInfo?txid&address'
{
"code": 0,
"msg": "string",
"data": {
"txid": "1d1ec55d6bc7ae88f5c064f49e64d028ced91ba5ddda7d9b77346ac6c9d595f8",
"confirmed": true,
"txFee": 19530,
"txSize": 581,
"txFeeRate": 33.6144578313253,
"blockNumber": 869444,
"blockTime": 1731081606,
"blockHash": "000000000000000000011507eaf980b98e254c14d9b7f7853606d42f3d99f993",
"totalSpent": 5457154,
"btcPrice": 76474
}
}