Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,308 changes: 1,308 additions & 0 deletions blockbook.yaml

Large diffs are not rendered by default.

89 changes: 63 additions & 26 deletions blockfrost-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,42 +28,52 @@ info:
<table>
<tbody>
<tr>
<td>
<b>Network</b>
</td>
<td>
<b>Endpoint</b>
</td>
<td><b>Network</b></td>
<td><b>Endpoint</b></td>
</tr>
<tr>
<td>Cardano mainnet</td>
<td>
<code>https://cardano-mainnet.blockfrost.io/api/v0</code>
</td>
<td>Cardano mainnet</td>
<td><code>https://cardano-mainnet.blockfrost.io/api/v0</code></td>
</tr>
<tr>
<td>Cardano preprod</td>
<td>
<code>https://cardano-preprod.blockfrost.io/api/v0</code>
</td>
<td>Cardano preprod</td>
<td><code>https://cardano-preprod.blockfrost.io/api/v0</code></td>
</tr>
<tr>
<td>Cardano preview</td>
<td>
<code>https://cardano-preview.blockfrost.io/api/v0</code>
</td>
<td>Cardano preview</td>
<td><code>https://cardano-preview.blockfrost.io/api/v0</code></td>
</tr>
<tr>
<td>Midnight mainnet</td>
<td>
<code>https://midnight-mainnet.blockfrost.io/api/v0</code>
</td>
<td>Midnight mainnet</td>
<td><code>https://midnight-mainnet.blockfrost.io/api/v0</code></td>
</tr>
<tr>
<td>InterPlanetary File System</td>
<td>
<code>https://ipfs.blockfrost.io/api/v0</code>
</td>
<td>Midnight preprod</td>
<td><code>https://midnight-preprod.blockfrost.io/api/v0</code></td>
</tr>
<tr>
<td>Midnight preview</td>
<td><code>https://midnight-preview.blockfrost.io/api/v0</code></td>
</tr>
<tr>
<td>Bitcoin mainnet</td>
<td><code>https://bitcoin-mainnet.blockfrost.io/api/v2</code></td>
</tr>
<tr>
<td>Bitcoin testnet</td>
<td><code>https://bitcoin-testnet.blockfrost.io/api/v2</code></td>
</tr>
<tr>
<td>Litecoin mainnet</td>
<td><code>https://litecoin-mainnet.blockfrost.io/api/v2</code></td>
</tr>
<tr>
<td>Dogecoin mainnet</td>
<td><code>https://dogecoin-mainnet.blockfrost.io/api/v2</code></td>
</tr>
<tr>
<td>InterPlanetary File System</td>
<td><code>https://ipfs.blockfrost.io/api/v0</code></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -246,6 +256,33 @@ info:
For the full documentation — queries, mutations, subscriptions, authentication options, and examples — see the Midnight GraphQL API Reference:

[![Explore the Midnight API →](https://img.shields.io/badge/Explore_the_Midnight_API_→-0033AD?style=for-the-badge)](./midnight/)


## Bitcoin API

Access the Bitcoin blockchain through the Blockbook API.

Endpoint: `https://bitcoin-mainnet.blockfrost.io/api/v2`

[![Explore the Bitcoin API →](https://img.shields.io/badge/Explore_the_Bitcoin_API_→-C77800?style=for-the-badge&logo=bitcoin&logoColor=white)](./blockbook/)


## Litecoin API

Access the Litecoin blockchain through the Blockbook API.

Endpoint: `https://litecoin-mainnet.blockfrost.io/api/v2`

[![Explore the Litecoin API →](https://img.shields.io/badge/Explore_the_Litecoin_API_→-345D9D?style=for-the-badge&logo=litecoin&logoColor=white)](./blockbook/)


## Dogecoin API

Access the Dogecoin blockchain through the Blockbook API.

Endpoint: `https://dogecoin-mainnet.blockfrost.io/api/v2`

[![Explore the Dogecoin API →](https://img.shields.io/badge/Explore_the_Dogecoin_API_→-9B7E1A?style=for-the-badge&logo=dogecoin&logoColor=white)](./blockbook/)
servers:
- url: https://cardano-mainnet.blockfrost.io/api/v0
description: Cardano Mainnet network
Expand Down
Loading
Loading