You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add metadata and improve descriptions for Bitcoin Address and Coinpath APIs
- Added front matter including title, description, and keywords to bitcoin-address-api.md and Bitcoin-Coinpath-API.md for better SEO and clarity.
- Enhanced the description of the Coinpath API to specify it operates on the Bitcoin blockchain.
Copy file name to clipboardExpand all lines: docs/Examples/bitcoin/Bitcoin-Coinpath-API.md
+22-6Lines changed: 22 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,28 @@
1
+
---
2
+
title: Bitcoin Coinpath API
3
+
description: Track Bitcoin (BTC) fund flows between addresses with GraphQL coinpath queries—depth, direction, and transaction paths on the Bitcoin network.
4
+
keywords:
5
+
- Bitcoin coinpath
6
+
- Bitcoin fund tracing
7
+
- BTC transaction path
8
+
- Bitcoin GraphQL API
9
+
---
10
+
1
11
# Coinpath API
2
12
3
-
Our Bitcoin Coinpath API provides comprehensive information about money flow of addresses on the Cosmos blockchain.
13
+
Our Bitcoin Coinpath API provides comprehensive information about money flow of addresses on the **Bitcoin** blockchain.
14
+
15
+
## Explore
4
16
5
-
## Explore Destination of Fundsfrom a SpecificAddress
This query explores the relationship between two specific addresses (initialAddress and receiver) within the context of transactions that occurred after October 10, 2023. It retrieves a maximum of 10 transactions initiated from the initial address and received by the specified receiver.
98
114
99
-
For each transaction, the query provides details like the transferred amount in USD, block height, timestamp, currency information, sender and receiver addresses, transaction hash, and value. By analyzing these transactions, users can gain insights into the flow of funds between the two addresses and understand their financial interactions.
115
+
For each transaction, the query provides details like the transferred amount in USD, block height, timestamp, currency information, sender and receiver addresses, transaction hash, and value. By analyzing these transactions, users can gain insights into the flow of funds between the two addresses and understand their financial interactions.
Copy file name to clipboardExpand all lines: docs/Examples/bitcoin/bitcoin-address-api.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
---
2
+
title: Bitcoin Address API — balances and UTXO activity
3
+
description: Query Bitcoin addresses for balance, inputs, outputs, and USD values using Bitquery GraphQL—address stats and UTXO-based balance derivation.
4
+
keywords:
5
+
- Bitcoin address API
6
+
- BTC balance API
7
+
- Bitcoin GraphQL
8
+
- UTXO Bitcoin API
9
+
---
10
+
1
11
# BTC Balance API
2
12
3
13
Our Input/Output APIs provides all the details regarding any address on Bitcoin Blockchain. To get the balance simply get all inputs and outputs and subtract (outputs - inputs). If will give you bitcoin balance. You can also get bitcoin balance in USD as we also getting usd values inputs and outputs. Remember we actually multiple usd value of bitcoin at the time of transaction as we also have historical usd price of bitcoin.
@@ -186,4 +196,4 @@ To get inflows and outflow of a bitcoin address, use following API.
186
196
187
197
```
188
198
189
-
Try this API to get inputs and outputs of a bitcoin address here.[https://ide.bitquery.io/Input-and-outputs-of-a-bitcoin-address]
199
+
Try this API to get inputs and outputs of a bitcoin address here.[https://ide.bitquery.io/Input-and-outputs-of-a-bitcoin-address]
0 commit comments