v1/cq/covalent/app/bitcoin/transactions/ REST API Endpoint - GoldRush Wallet API
Query Parameters
address
string
REQUIRED
Loading...
page-size
integer
Loading...
page-number
integer
Loading...
Returns
data
object
Loading...
updated_at
string
Loading...
items
array
Loading...
chain_id
string
Loading...
chain_name
string
Loading...
contract_decimals
integer
Loading...
block_hash
string
Loading...
block_signed_at
string
Loading...
block_height
string
Loading...
tx_hash
string
Loading...
tx_idx
string
Loading...
type
string
Loading...
address
string
Loading...
value
string
Loading...
quote_rate
number
Loading...
quote
number
Loading...
fees_paid
string
Loading...
gas_quote
number
Loading...
gas_quote_rate
number
Loading...
coinbase
boolean
Loading...
locktime
string
Loading...
weight
string
Loading...
pagination
object
Loading...
has_more
boolean
Loading...
page_number
integer
Loading...
page_size
integer
Loading...
total_count
string
Loading...
metadata
array
Loading...
name
string
Loading...
type
string
Loading...
Request
curl --location 'https://api.covalenthq.com/v1/cq/covalent/app/bitcoin/transactions/' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer YOUR_API_KEY'
const myHeaders = new Headers();
myHeaders.append("Content-Type", "application/json");
myHeaders.append("Authorization", "Bearer YOUR_API_KEY");
const requestOptions = {
method: "GET",
headers: myHeaders,
redirect: "follow"
};
fetch("https://api.covalenthq.com/v1/cq/covalent/app/bitcoin/transactions/", requestOptions)
.then((response) => response.text())
.then((result) => console.log(result))
.catch((error) => console.error(error));import requests
import json
url = "https://api.covalenthq.com/v1/cq/covalent/app/bitcoin/transactions/"
payload = {}
headers = {
'Content-Type': 'application/json',
'Authorization': 'Bearer YOUR_API_KEY'
}
response = requests.request("GET", url, headers=headers, data=payload)
print(response.text)
require "uri"
require "json"
require "net/http"
url = URI("https://api.covalenthq.com/v1/cq/covalent/app/bitcoin/transactions/")
https = Net::HTTP.new(url.host, url.port)
https.use_ssl = true
request = Net::HTTP::Get.new(url)
request["Content-Type"] = "application/json"
request["Authorization"] = "Bearer YOUR_API_KEY"
response = https.request(request)
puts response.read_body
Response
{
"data": {
"updated_at": "2025-04-29T21:43:13.189140613Z",
"items": [
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03DC08A1EACA2FCDC90CE5BC9EAB37EC6C364FEE18E4CFE49F923C37F11D25F9",
"tx_idx": "12",
"type": "output",
"address": "",
"value": "158853",
"quote_rate": 61472.508316729334,
"quote": 97.65092363637406,
"fees_paid": "9505",
"gas_quote": 5.842961915505123,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "9813"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03DC08A1EACA2FCDC90CE5BC9EAB37EC6C364FEE18E4CFE49F923C37F11D25F9",
"tx_idx": "11",
"type": "output",
"address": "",
"value": "39937",
"quote_rate": 61472.508316729334,
"quote": 24.550275646452192,
"fees_paid": "9505",
"gas_quote": 5.842961915505123,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "9813"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03DC08A1EACA2FCDC90CE5BC9EAB37EC6C364FEE18E4CFE49F923C37F11D25F9",
"tx_idx": "10",
"type": "output",
"address": "",
"value": "15802346",
"quote_rate": 61472.508316729334,
"quote": 9714.098459088345,
"fees_paid": "9505",
"gas_quote": 5.842961915505123,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "9813"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03DC08A1EACA2FCDC90CE5BC9EAB37EC6C364FEE18E4CFE49F923C37F11D25F9",
"tx_idx": "9",
"type": "output",
"address": "",
"value": "177898",
"quote_rate": 61472.508316729334,
"quote": 109.35836284529515,
"fees_paid": "9505",
"gas_quote": 5.842961915505123,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "9813"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03DC08A1EACA2FCDC90CE5BC9EAB37EC6C364FEE18E4CFE49F923C37F11D25F9",
"tx_idx": "8",
"type": "output",
"address": "",
"value": "51857",
"quote_rate": 61472.508316729334,
"quote": 31.87779863780633,
"fees_paid": "9505",
"gas_quote": 5.842961915505123,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "9813"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03DC08A1EACA2FCDC90CE5BC9EAB37EC6C364FEE18E4CFE49F923C37F11D25F9",
"tx_idx": "7",
"type": "output",
"address": "",
"value": "79302",
"quote_rate": 61472.508316729334,
"quote": 48.748928545332696,
"fees_paid": "9505",
"gas_quote": 5.842961915505123,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "9813"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03DC08A1EACA2FCDC90CE5BC9EAB37EC6C364FEE18E4CFE49F923C37F11D25F9",
"tx_idx": "6",
"type": "output",
"address": "",
"value": "3187527",
"quote_rate": 61472.508316729334,
"quote": 1959.4528001729932,
"fees_paid": "9505",
"gas_quote": 5.842961915505123,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "9813"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03DC08A1EACA2FCDC90CE5BC9EAB37EC6C364FEE18E4CFE49F923C37F11D25F9",
"tx_idx": "5",
"type": "output",
"address": "",
"value": "16841",
"quote_rate": 61472.508316729334,
"quote": 10.352585125620386,
"fees_paid": "9505",
"gas_quote": 5.842961915505123,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "9813"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03DC08A1EACA2FCDC90CE5BC9EAB37EC6C364FEE18E4CFE49F923C37F11D25F9",
"tx_idx": "4",
"type": "output",
"address": "",
"value": "522186",
"quote_rate": 61472.508316729334,
"quote": 321.0008322787962,
"fees_paid": "9505",
"gas_quote": 5.842961915505123,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "9813"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03DC08A1EACA2FCDC90CE5BC9EAB37EC6C364FEE18E4CFE49F923C37F11D25F9",
"tx_idx": "3",
"type": "output",
"address": "",
"value": "606843",
"quote_rate": 61472.508316729334,
"quote": 373.0416136444898,
"fees_paid": "9505",
"gas_quote": 5.842961915505123,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "9813"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03DC08A1EACA2FCDC90CE5BC9EAB37EC6C364FEE18E4CFE49F923C37F11D25F9",
"tx_idx": "2",
"type": "output",
"address": "",
"value": "103806",
"quote_rate": 61472.508316729334,
"quote": 63.81215198326406,
"fees_paid": "9505",
"gas_quote": 5.842961915505123,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "9813"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03DC08A1EACA2FCDC90CE5BC9EAB37EC6C364FEE18E4CFE49F923C37F11D25F9",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "266834",
"quote_rate": 61472.508316729334,
"quote": 164.02955284186154,
"fees_paid": "9505",
"gas_quote": 5.842961915505123,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "9813"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03DC08A1EACA2FCDC90CE5BC9EAB37EC6C364FEE18E4CFE49F923C37F11D25F9",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "21324",
"quote_rate": 61472.508316729334,
"quote": 13.108397673459363,
"fees_paid": "9505",
"gas_quote": 5.842961915505123,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "9813"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03D152BFE21EDAE5F4E2636A7901F76B6B8F48FE22404FB3E3625B577D783C3E",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "312880",
"quote_rate": 61472.508316729334,
"quote": 192.33518402138276,
"fees_paid": "920",
"gas_quote": 0.5655470765139099,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "732"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03D152BFE21EDAE5F4E2636A7901F76B6B8F48FE22404FB3E3625B577D783C3E",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "96200",
"quote_rate": 61472.508316729334,
"quote": 59.13655300069362,
"fees_paid": "920",
"gas_quote": 0.5655470765139099,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "732"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03B093FB9D2E6C8295B4DD32679D35BE95A28F66F782751C689317AAC889D56E",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "185495",
"quote_rate": 61472.508316729334,
"quote": 114.02842930211708,
"fees_paid": "1013",
"gas_quote": 0.6227165092484681,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "441"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0379FD3419B0A6A7079E4B0FC6119AE99613E076C1925F2D087498499EA0D26B",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "1943731",
"quote_rate": 61472.508316729334,
"quote": 1194.8602006298463,
"fees_paid": "668",
"gas_quote": 0.4106363555557519,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "566"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0379FD3419B0A6A7079E4B0FC6119AE99613E076C1925F2D087498499EA0D26B",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "200000",
"quote_rate": 61472.508316729334,
"quote": 122.94501663345868,
"fees_paid": "668",
"gas_quote": 0.4106363555557519,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "566"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0045E7F8AC42B6496932F1275BB5405A5D03E2AC741E75F88ECFAFDF6C68C335",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "154470",
"quote_rate": 61472.508316729334,
"quote": 94.9565835968518,
"fees_paid": "2331",
"gas_quote": 1.4329241688629606,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707728",
"weight": "533"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0048196EA856B8FD4A85294856B629A0013D9DFDF3494A300E8BC88F2D16F0DC",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "2257983",
"quote_rate": 61472.508316729334,
"quote": 1388.0387874653345,
"fees_paid": "955",
"gas_quote": 0.5870624544247651,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "758"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0048196EA856B8FD4A85294856B629A0013D9DFDF3494A300E8BC88F2D16F0DC",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "68289854",
"quote_rate": 61472.508316729334,
"quote": 41979.48617963232,
"fees_paid": "955",
"gas_quote": 0.5870624544247651,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "758"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0048FA1E82294E75A62F460F2A1CF60152505224DC72BC6F56A32029125A7F38",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "128903848",
"quote_rate": 61472.508316729334,
"quote": 79240.42868238414,
"fees_paid": "3245",
"gas_quote": 1.9947828948778668,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707714",
"weight": "752"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0368ECD1545BF5B0AE6EFEEB6549E84FC9F875D9A3ED198E122F25789C0C9C97",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "358771",
"quote_rate": 61472.508316729334,
"quote": 220.545532813013,
"fees_paid": "1000",
"gas_quote": 0.6147250831672934,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "768"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0059DF890C938126C1EE35439D9C0E6A03709E14B95F6A58F01A06EC804AFCC3",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "354471",
"quote_rate": 61472.508316729334,
"quote": 217.90221495539365,
"fees_paid": "840",
"gas_quote": 0.5163690698605264,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "669"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0059DF890C938126C1EE35439D9C0E6A03709E14B95F6A58F01A06EC804AFCC3",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "103868279",
"quote_rate": 61472.508316729334,
"quote": 63850.43644671863,
"fees_paid": "840",
"gas_quote": 0.5163690698605264,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "669"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03567D02E874B64627984F0F96CE5EE9BF99CFA7359380E43903FD4F814CB989",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "12970",
"quote_rate": 61472.508316729334,
"quote": 7.972984328679794,
"fees_paid": "2226",
"gas_quote": 1.368378035130395,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "1116"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03567D02E874B64627984F0F96CE5EE9BF99CFA7359380E43903FD4F814CB989",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "162508",
"quote_rate": 61472.508316729334,
"quote": 99.89774381535051,
"fees_paid": "2226",
"gas_quote": 1.368378035130395,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "1116"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "033F21A7E4C41DFD3E72AB9029474FF0B29EAAA92022AC5C112CAFA464A8D195",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "480606",
"quote_rate": 61472.508316729334,
"quote": 295.44056332070016,
"fees_paid": "908",
"gas_quote": 0.5581703755159023,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "573"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "033F21A7E4C41DFD3E72AB9029474FF0B29EAAA92022AC5C112CAFA464A8D195",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "15010423",
"quote_rate": 61472.508316729334,
"quote": 9227.283527051253,
"fees_paid": "908",
"gas_quote": 0.5581703755159023,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "573"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03014766BD93C9D5C4A726DF234A24167A20743D092EFBBDC214A5B2B706E97F",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "243938",
"quote_rate": 61472.508316729334,
"quote": 149.95480733766323,
"fees_paid": "840",
"gas_quote": 0.5163690698605264,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "660"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03000F3F336694638C5F808B2EC6999F8952B7235C44B1A49F32423353824FAB",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "89755",
"quote_rate": 61472.508316729334,
"quote": 55.17464983968041,
"fees_paid": "3072",
"gas_quote": 1.8884354554899252,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "450"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "02E2E1125B5CD9AA393AEEEAC85FB59D749250E92823E64B5C6F50DBCB3A3AB1",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "650498",
"quote_rate": 61472.508316729334,
"quote": 399.877437150158,
"fees_paid": "2187",
"gas_quote": 1.3444037568868705,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "1380"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "02E2E1125B5CD9AA393AEEEAC85FB59D749250E92823E64B5C6F50DBCB3A3AB1",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "142455",
"quote_rate": 61472.508316729334,
"quote": 87.57066172259678,
"fees_paid": "2187",
"gas_quote": 1.3444037568868705,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "1380"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "02BFC70E4AC0767C7FA78353C4ECC05C7A4629D508FFC99CEAA5C23AEB2BC1DC",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "114413",
"quote_rate": 61472.508316729334,
"quote": 70.33254094041953,
"fees_paid": "1130",
"gas_quote": 0.6946393439790415,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "896"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "02BFC70E4AC0767C7FA78353C4ECC05C7A4629D508FFC99CEAA5C23AEB2BC1DC",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "8133",
"quote_rate": 61472.508316729334,
"quote": 4.999559101399597,
"fees_paid": "1130",
"gas_quote": 0.6946393439790415,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "896"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "02BF90CA19CAF06E2CD027A14B7E95AC012EA0DB3ECD8AEBDF384883572EF96D",
"tx_idx": "6",
"type": "output",
"address": "",
"value": "15752915",
"quote_rate": 61472.508316729334,
"quote": 9683.711983502302,
"fees_paid": "1624",
"gas_quote": 0.9983135350636845,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "1297"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "02BF90CA19CAF06E2CD027A14B7E95AC012EA0DB3ECD8AEBDF384883572EF96D",
"tx_idx": "5",
"type": "output",
"address": "",
"value": "719713",
"quote_rate": 61472.508316729334,
"quote": 442.4256337815822,
"fees_paid": "1624",
"gas_quote": 0.9983135350636845,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "1297"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "02BF90CA19CAF06E2CD027A14B7E95AC012EA0DB3ECD8AEBDF384883572EF96D",
"tx_idx": "4",
"type": "output",
"address": "",
"value": "201295",
"quote_rate": 61472.508316729334,
"quote": 123.74108561616032,
"fees_paid": "1624",
"gas_quote": 0.9983135350636845,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "1297"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "02BF90CA19CAF06E2CD027A14B7E95AC012EA0DB3ECD8AEBDF384883572EF96D",
"tx_idx": "3",
"type": "output",
"address": "",
"value": "900364",
"quote_rate": 61472.508316729334,
"quote": 553.4763347808369,
"fees_paid": "1624",
"gas_quote": 0.9983135350636845,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "1297"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "02BF90CA19CAF06E2CD027A14B7E95AC012EA0DB3ECD8AEBDF384883572EF96D",
"tx_idx": "2",
"type": "output",
"address": "",
"value": "130740",
"quote_rate": 61472.508316729334,
"quote": 80.36915737329193,
"fees_paid": "1624",
"gas_quote": 0.9983135350636845,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "1297"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "02BF90CA19CAF06E2CD027A14B7E95AC012EA0DB3ECD8AEBDF384883572EF96D",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "928537",
"quote_rate": 61472.508316729334,
"quote": 570.794984548909,
"fees_paid": "1624",
"gas_quote": 0.9983135350636845,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "1297"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "02BF90CA19CAF06E2CD027A14B7E95AC012EA0DB3ECD8AEBDF384883572EF96D",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "264812",
"quote_rate": 61472.508316729334,
"quote": 162.7865787236973,
"fees_paid": "1624",
"gas_quote": 0.9983135350636845,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "1297"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "02BCA13F720F4510EA611768E49E9C22B4329C65871207071363D87505A5E7E6",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "9747",
"quote_rate": 61472.508316729334,
"quote": 5.991725385631608,
"fees_paid": "563",
"gas_quote": 0.3460902218231861,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "441"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "029FE082B592D387EEB40CD833E2B9FAA9A30E596DDAA2B3EFC10B94F57DAA65",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "90545807",
"quote_rate": 61472.508316729334,
"quote": 55660.778738524685,
"fees_paid": "1158",
"gas_quote": 0.7118516463077258,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707728",
"weight": "767"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "029FE082B592D387EEB40CD833E2B9FAA9A30E596DDAA2B3EFC10B94F57DAA65",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "38000",
"quote_rate": 61472.508316729334,
"quote": 23.359553160357148,
"fees_paid": "1158",
"gas_quote": 0.7118516463077258,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707728",
"weight": "767"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "029F9113C13678B340813C1FF7E132AE925F88B5578316848AB9242CBFB7E43F",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "1021210",
"quote_rate": 61472.508316729334,
"quote": 627.7634021812717,
"fees_paid": "1180",
"gas_quote": 0.7253755981374062,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "898"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "029F9113C13678B340813C1FF7E132AE925F88B5578316848AB9242CBFB7E43F",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "618428",
"quote_rate": 61472.508316729334,
"quote": 380.1632037329829,
"fees_paid": "1180",
"gas_quote": 0.7253755981374062,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "898"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0297C0D8CFA8A75A390355E664C530B8249FB1D71758B9E1F5D3C058C6B79108",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "2745973",
"quote_rate": 61472.508316729334,
"quote": 1688.018480800142,
"fees_paid": "11154",
"gas_quote": 6.85664357764799,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "1348"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0285627D3B336366D84FB821292653A00040393288C0BF68E7CD372585B476F1",
"tx_idx": "8",
"type": "output",
"address": "",
"value": "35014441",
"quote_rate": 61472.508316729334,
"quote": 21524.255155781288,
"fees_paid": "6390",
"gas_quote": 3.9280932814390046,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "2551"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0285627D3B336366D84FB821292653A00040393288C0BF68E7CD372585B476F1",
"tx_idx": "7",
"type": "output",
"address": "",
"value": "9999273",
"quote_rate": 61472.508316729334,
"quote": 6146.803926537471,
"fees_paid": "6390",
"gas_quote": 3.9280932814390046,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "2551"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0285627D3B336366D84FB821292653A00040393288C0BF68E7CD372585B476F1",
"tx_idx": "6",
"type": "output",
"address": "",
"value": "18563",
"quote_rate": 61472.508316729334,
"quote": 11.411141718834466,
"fees_paid": "6390",
"gas_quote": 3.9280932814390046,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "2551"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0285627D3B336366D84FB821292653A00040393288C0BF68E7CD372585B476F1",
"tx_idx": "5",
"type": "output",
"address": "",
"value": "1705293",
"quote_rate": 61472.508316729334,
"quote": 1048.2863812496032,
"fees_paid": "6390",
"gas_quote": 3.9280932814390046,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "2551"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0285627D3B336366D84FB821292653A00040393288C0BF68E7CD372585B476F1",
"tx_idx": "4",
"type": "output",
"address": "",
"value": "813000",
"quote_rate": 61472.508316729334,
"quote": 499.77149261500944,
"fees_paid": "6390",
"gas_quote": 3.9280932814390046,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "2551"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0285627D3B336366D84FB821292653A00040393288C0BF68E7CD372585B476F1",
"tx_idx": "3",
"type": "output",
"address": "",
"value": "40000",
"quote_rate": 61472.508316729334,
"quote": 24.58900332669173,
"fees_paid": "6390",
"gas_quote": 3.9280932814390046,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "2551"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0285627D3B336366D84FB821292653A00040393288C0BF68E7CD372585B476F1",
"tx_idx": "2",
"type": "output",
"address": "",
"value": "27067219",
"quote_rate": 61472.508316729334,
"quote": 16638.89845088234,
"fees_paid": "6390",
"gas_quote": 3.9280932814390046,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "2551"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0285627D3B336366D84FB821292653A00040393288C0BF68E7CD372585B476F1",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "840000",
"quote_rate": 61472.508316729334,
"quote": 516.3690698605265,
"fees_paid": "6390",
"gas_quote": 3.9280932814390046,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "2551"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "03DC08A1EACA2FCDC90CE5BC9EAB37EC6C364FEE18E4CFE49F923C37F11D25F9",
"tx_idx": "13",
"type": "output",
"address": "",
"value": "404572",
"quote_rate": 61472.508316729334,
"quote": 248.7005563471582,
"fees_paid": "9505",
"gas_quote": 5.842961915505123,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "9813"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "02796D6A7B647326C23F73854B4B767367617EDC352EA3975095CC0B94899E64",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "186875",
"quote_rate": 61472.508316729334,
"quote": 114.87674991688795,
"fees_paid": "700",
"gas_quote": 0.43030755821710537,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "574"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "02796D6A7B647326C23F73854B4B767367617EDC352EA3975095CC0B94899E64",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "75155",
"quote_rate": 61472.508316729334,
"quote": 46.19966362543793,
"fees_paid": "700",
"gas_quote": 0.43030755821710537,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "574"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "026A6B4FB95B7234DBD89B5633EF8584E216F40E15ADA39781235480B3B00E52",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "376679",
"quote_rate": 61472.508316729334,
"quote": 231.5540296023729,
"fees_paid": "1390",
"gas_quote": 0.8544678656025377,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "1106"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "026A6B4FB95B7234DBD89B5633EF8584E216F40E15ADA39781235480B3B00E52",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "113500",
"quote_rate": 61472.508316729334,
"quote": 69.7712969394878,
"fees_paid": "1390",
"gas_quote": 0.8544678656025377,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "1106"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "026A2E89CC52E1F64BA9C8789A7C2AC83BBD328FE13CFBB48BFAB351BFA707AB",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "5824237",
"quote_rate": 61472.508316729334,
"quote": 3580.304574211027,
"fees_paid": "563",
"gas_quote": 0.3460902218231861,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "441"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025F86E9F1713EBBBEF754433A175F694971F4021E857686E8ABA43E2C7E069B",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "16200000",
"quote_rate": 61472.508316729334,
"quote": 9958.546347310152,
"fees_paid": "7802",
"gas_quote": 4.796085098871223,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "5918"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025F86E9F1713EBBBEF754433A175F694971F4021E857686E8ABA43E2C7E069B",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "214398",
"quote_rate": 61472.508316729334,
"quote": 131.79582838090136,
"fees_paid": "7802",
"gas_quote": 4.796085098871223,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "5918"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "51",
"type": "output",
"address": "",
"value": "314000",
"quote_rate": 61472.508316729334,
"quote": 193.0236761145301,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "50",
"type": "output",
"address": "",
"value": "1107955",
"quote_rate": 61472.508316729334,
"quote": 681.0877295206185,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "49",
"type": "output",
"address": "",
"value": "130950000",
"quote_rate": 61472.508316729334,
"quote": 80498.24964075706,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "48",
"type": "output",
"address": "",
"value": "123700",
"quote_rate": 61472.508316729334,
"quote": 76.04149278779418,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "47",
"type": "output",
"address": "",
"value": "200000",
"quote_rate": 61472.508316729334,
"quote": 122.94501663345868,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "46",
"type": "output",
"address": "",
"value": "1082881",
"quote_rate": 61472.508316729334,
"quote": 665.6741127852817,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "45",
"type": "output",
"address": "",
"value": "497728",
"quote_rate": 61472.508316729334,
"quote": 305.9658861946906,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "44",
"type": "output",
"address": "",
"value": "315217",
"quote_rate": 61472.508316729334,
"quote": 193.7717965407447,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "43",
"type": "output",
"address": "",
"value": "1306000",
"quote_rate": 61472.508316729334,
"quote": 802.8309586164852,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "42",
"type": "output",
"address": "",
"value": "98851",
"quote_rate": 61472.508316729334,
"quote": 60.76618919617011,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "41",
"type": "output",
"address": "",
"value": "128821",
"quote_rate": 61472.508316729334,
"quote": 79.1894999386939,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "40",
"type": "output",
"address": "",
"value": "52500",
"quote_rate": 61472.508316729334,
"quote": 32.2730668662829,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "39",
"type": "output",
"address": "",
"value": "4865890",
"quote_rate": 61472.508316729334,
"quote": 2991.184634932901,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "38",
"type": "output",
"address": "",
"value": "314635",
"quote_rate": 61472.508316729334,
"quote": 193.41402654234136,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "37",
"type": "output",
"address": "",
"value": "1054198",
"quote_rate": 61472.508316729334,
"quote": 648.0419532247943,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0285627D3B336366D84FB821292653A00040393288C0BF68E7CD372585B476F1",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "114536",
"quote_rate": 61472.508316729334,
"quote": 70.40815212564911,
"fees_paid": "6390",
"gas_quote": 3.9280932814390046,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "2551"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "02354CB0D20ED758D8E2220DF97805D3366C6483D42140D87B9F68DCE409756A",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "81276",
"quote_rate": 61472.508316729334,
"quote": 49.96239585950494,
"fees_paid": "825",
"gas_quote": 0.507148193613017,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "662"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "0206A1963A684EBC5CA53F57F3F7394A33D2D7AE81FE3FD66D4E307C4EB814BB",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "475452",
"quote_rate": 61472.508316729334,
"quote": 292.272270242056,
"fees_paid": "3762",
"gas_quote": 2.3125957628753575,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "1352"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "01F9B567BEEC6E2D0EAF765E7CA15F9183582153BB4183812A18E9FAF031428F",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "55002",
"quote_rate": 61472.508316729334,
"quote": 33.81110902436747,
"fees_paid": "1045",
"gas_quote": 0.6423877119098216,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "833"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "01F9B567BEEC6E2D0EAF765E7CA15F9183582153BB4183812A18E9FAF031428F",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "157920",
"quote_rate": 61472.508316729334,
"quote": 97.07738513377898,
"fees_paid": "1045",
"gas_quote": 0.6423877119098216,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "833"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "008A017748514DE406BF72C8B8F769C35D6F385E9B7BC8D7D234E0FEBFF0C092",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "436737",
"quote_rate": 61472.508316729334,
"quote": 268.47318864723417,
"fees_paid": "1665",
"gas_quote": 1.0235172634735434,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707728",
"weight": "1329"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "008A017748514DE406BF72C8B8F769C35D6F385E9B7BC8D7D234E0FEBFF0C092",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "2390181",
"quote_rate": 61472.508316729334,
"quote": 1469.3042140098844,
"fees_paid": "1665",
"gas_quote": 1.0235172634735434,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707728",
"weight": "1329"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "008A017748514DE406BF72C8B8F769C35D6F385E9B7BC8D7D234E0FEBFF0C092",
"tx_idx": "2",
"type": "output",
"address": "",
"value": "189988358",
"quote_rate": 61472.508316729334,
"quote": 116790.6091723675,
"fees_paid": "1665",
"gas_quote": 1.0235172634735434,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707728",
"weight": "1329"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "008A017748514DE406BF72C8B8F769C35D6F385E9B7BC8D7D234E0FEBFF0C092",
"tx_idx": "3",
"type": "output",
"address": "",
"value": "27572",
"quote_rate": 61472.508316729334,
"quote": 16.949199993088612,
"fees_paid": "1665",
"gas_quote": 1.0235172634735434,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707728",
"weight": "1329"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "008A017748514DE406BF72C8B8F769C35D6F385E9B7BC8D7D234E0FEBFF0C092",
"tx_idx": "4",
"type": "output",
"address": "",
"value": "680254",
"quote_rate": 61472.508316729334,
"quote": 418.16919672488393,
"fees_paid": "1665",
"gas_quote": 1.0235172634735434,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707728",
"weight": "1329"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "008A017748514DE406BF72C8B8F769C35D6F385E9B7BC8D7D234E0FEBFF0C092",
"tx_idx": "5",
"type": "output",
"address": "",
"value": "70759",
"quote_rate": 61472.508316729334,
"quote": 43.49733215983451,
"fees_paid": "1665",
"gas_quote": 1.0235172634735434,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707728",
"weight": "1329"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "008A017748514DE406BF72C8B8F769C35D6F385E9B7BC8D7D234E0FEBFF0C092",
"tx_idx": "6",
"type": "output",
"address": "",
"value": "147582",
"quote_rate": 61472.508316729334,
"quote": 90.7223572239955,
"fees_paid": "1665",
"gas_quote": 1.0235172634735434,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707728",
"weight": "1329"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "008A017748514DE406BF72C8B8F769C35D6F385E9B7BC8D7D234E0FEBFF0C092",
"tx_idx": "7",
"type": "output",
"address": "",
"value": "667419",
"quote_rate": 61472.508316729334,
"quote": 410.2792002824317,
"fees_paid": "1665",
"gas_quote": 1.0235172634735434,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707728",
"weight": "1329"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "01EC54F07368A4776021924680377483D03106802424C4A28C34BD990BE6B1D7",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "139666",
"quote_rate": 61472.508316729334,
"quote": 85.8561934656432,
"fees_paid": "765",
"gas_quote": 0.4702646886229794,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "552163832",
"weight": "598"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "01E212D5E6E2124BE5FD2005714BCB8AD206B6A8839C63A286F1A4745C15A001",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "407032",
"quote_rate": 61472.508316729334,
"quote": 250.21278005174972,
"fees_paid": "3015",
"gas_quote": 1.8533961257493896,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707726",
"weight": "2397"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "01D701E484DB4011073EE84622D403AC19B3F37E74D3CE8A91212FB796C2B630",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "445437",
"quote_rate": 61472.508316729334,
"quote": 273.82129687078964,
"fees_paid": "565",
"gas_quote": 0.34731967198952074,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "449"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "01B6A7EA8B1266FEC154668F9B514FDF68BD4A1DE6C7F2A2D1188CF1260975DB",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "1125577",
"quote_rate": 61472.508316729334,
"quote": 691.9204149361925,
"fees_paid": "1230",
"gas_quote": 0.7561118522957708,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "573"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "01B6A7EA8B1266FEC154668F9B514FDF68BD4A1DE6C7F2A2D1188CF1260975DB",
"tx_idx": "0",
"type": "output",
"address": "",
"value": "227556",
"quote_rate": 61472.508316729334,
"quote": 139.8843810252166,
"fees_paid": "1230",
"gas_quote": 0.7561118522957708,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "573"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "01AD02FA7485FD3C02133BC37D0C24533D0ECBF106DBB2B4C34189EED3720209",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "14563415",
"quote_rate": 61472.508316729334,
"quote": 8952.496497074808,
"fees_paid": "1135",
"gas_quote": 0.697712969394878,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "904"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "025EB0182F3368F7AC1D84E3D482B015BCDF268CBB321A65032D9CA5219215EF",
"tx_idx": "36",
"type": "output",
"address": "",
"value": "422890",
"quote_rate": 61472.508316729334,
"quote": 259.9610904206167,
"fees_paid": "204700",
"gas_quote": 125.83422452434495,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "707727",
"weight": "8183"
},
{
"chain_id": "20090103",
"chain_name": "btc-mainnet",
"contract_decimals": 8,
"block_hash": "00000000000000000002BAA807C05E32C9CC31396DD52066D570E5C7AA83964B",
"block_signed_at": "2021-11-01T15:26:46Z",
"block_height": "707729",
"tx_hash": "019B4B17BAF3992E43077EBF045A694331759158DF270CA442D5FC98A6D7E5C5",
"tx_idx": "1",
"type": "output",
"address": "",
"value": "2724049",
"quote_rate": 61472.508316729334,
"quote": 1674.5412480767823,
"fees_paid": "1193",
"gas_quote": 0.733367024218581,
"gas_quote_rate": 61472.508316729334,
"coinbase": false,
"locktime": "0",
"weight": "565"
}
],
"pagination": {
"has_more": true,
"page_number": 0,
"page_size": 100,
"total_count": null
},
"metadata": [
{
"name": "chain_id",
"type": "Int64"
},
{
"name": "chain_name",
"type": "LowCardinality(String)"
},
{
"name": "contract_decimals",
"type": "UInt8"
},
{
"name": "block_hash",
"type": "LowCardinality(String)"
},
{
"name": "block_signed_at",
"type": "String"
},
{
"name": "block_height",
"type": "Int64"
},
{
"name": "tx_hash",
"type": "String"
},
{
"name": "tx_idx",
"type": "Int64"
},
{
"name": "type",
"type": "LowCardinality(String)"
},
{
"name": "address",
"type": "String"
},
{
"name": "value",
"type": "UInt256"
},
{
"name": "quote_rate",
"type": "Nullable(Float64)"
},
{
"name": "quote",
"type": "Nullable(Float64)"
},
{
"name": "fees_paid",
"type": "Int256"
},
{
"name": "gas_quote",
"type": "Nullable(Float64)"
},
{
"name": "gas_quote_rate",
"type": "Nullable(Float64)"
},
{
"name": "coinbase",
"type": "Bool"
},
{
"name": "locktime",
"type": "UInt256"
},
{
"name": "weight",
"type": "Int64"
}
]
},
"error": false,
"error_message": null,
"error_code": null
}Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free