Authorizations
Query Parameters
Response
Successful Response
The response is of type object
.
curl --request GET \
--url https://api.allium.so/api/v1/developer/bitcoin/raw/outputs \
--header 'X-API-KEY: <api-key>'
{
"items": [
{
"script_asm": "<string>",
"script_hex": "<string>",
"type": "<string>",
"address": "<string>",
"description": "<string>",
"index": 0,
"transaction_hash": "<string>",
"block_hash": "<string>",
"block_number": 0,
"block_timestamp": "2023-11-07T05:31:56Z",
"value": "<string>",
"utxo_id": "<string>",
"addresses": "<string>",
"address0": "<string>",
"value_max_exclusive": "<string>",
"transaction_index": 0,
"value_min_inclusive": "<string>",
"is_reorg": true,
"is_patched_block": true,
"fetched_at": "2023-11-07T05:31:56Z"
}
],
"size": 2,
"page": 2
}
curl --request GET \
--url https://api.allium.so/api/v1/developer/bitcoin/raw/outputs \
--header 'X-API-KEY: <api-key>'
{
"items": [
{
"script_asm": "<string>",
"script_hex": "<string>",
"type": "<string>",
"address": "<string>",
"description": "<string>",
"index": 0,
"transaction_hash": "<string>",
"block_hash": "<string>",
"block_number": 0,
"block_timestamp": "2023-11-07T05:31:56Z",
"value": "<string>",
"utxo_id": "<string>",
"addresses": "<string>",
"address0": "<string>",
"value_max_exclusive": "<string>",
"transaction_index": 0,
"value_min_inclusive": "<string>",
"is_reorg": true,
"is_patched_block": true,
"fetched_at": "2023-11-07T05:31:56Z"
}
],
"size": 2,
"page": 2
}
Successful Response
The response is of type object
.
Was this page helpful?