-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
42 changed files
with
48 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,7 @@ info: | |
contact: | ||
email: [email protected] | ||
version: v1 | ||
description: The sCrypt Open API provides endpoints for accessing and managing BTC. | ||
|
||
|
||
The API ensures secure access through JWT bearer authentication. | ||
description: The blockchain API allows you to query general information about blockchain, including blocks, transactions, and addresses. | ||
servers: | ||
- url: https://open-api.scrypt.io/v1 | ||
- url: http://localhost:3008/v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
id: introduction | ||
title: "Introduction" | ||
description: "The sCrypt Open API provides endpoints for accessing and managing BTC." | ||
description: "The blockchain API allows you to query general information about blockchain, including blocks, transactions, and addresses." | ||
sidebar_label: Introduction | ||
sidebar_position: 0 | ||
hide_title: true | ||
|
@@ -21,4 +21,5 @@ import Export from "@theme/ApiExplorer/Export"; | |
|
||
The blockchain API allows you to query general information about blockchain, including blocks, transactions, and addresses. | ||
|
||
<div style={{"marginBottom":"2rem"}}><h2 id={"authentication"} style={{"marginBottom":"1rem"}}>Authentication</h2><SchemaTabs className={"openapi-tabs__security-schemes"}><TabItem label={"HTTP: Bearer Auth"} value={"bearerAuth"}><div><table><tbody><tr><th>Security Scheme Type:</th><td>http</td></tr><tr><th>HTTP Authorization Scheme:</th><td>bearer</td></tr><tr><th>Bearer format:</th><td>JWT</td></tr></tbody></table></div></TabItem></SchemaTabs></div><div style={{"display":"flex","flexDirection":"column","marginBottom":"var(--ifm-paragraph-margin-bottom)"}}><h3 style={{"marginBottom":"0.25rem"}}>Contact</h3><span><a href={"mailto:[email protected]"}>[email protected]</a></span></div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,13 @@ info: | |
contact: | ||
email: [email protected] | ||
version: v1 | ||
description: The sCrypt Open API provides endpoints for accessing and managing various aspects of BRC-20 tokens, Ordinals inscriptions, and Runes on BTC. | ||
|
||
description: Our token API provides endpoints for accessing and managing various token protocols, including Ordinals inscriptions, BRC-20, Runes, SNS, and BITMAP. | ||
|
||
|
||
It allows developers to retrieve detailed information about specific tokens, holders, and balances. | ||
|
||
|
||
It allows developers to retrieve detailed information about specific tokens, holders, and balances, as well as to interact with inscription data and Rune specifics. | ||
It also allows them to interact with tokens via `Order` APIs, by submitting orders to sCrypt without having to understand the underlying token protocol details. | ||
|
||
|
||
The API ensures secure access through JWT bearer authentication. | ||
|
Oops, something went wrong.