mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Forked from rest.bitcoin.com commit 50f5c6ed1bd8d10b72bb8851972446240604eee6 5-3-2019
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"openapi": "3.0.0",
|
||||
"info": {
|
||||
"description": "rest.bitcoin.com is the REST layer for Bitcoin.com's Cloud. More info: [developer.bitcoin.com/rest](https://developer.bitcoin.com/rest). Chatroom [geni.us/CashDev](http://geni.us/CashDev)",
|
||||
"version": "3.3.8",
|
||||
"title": "REST",
|
||||
"license": {
|
||||
"name": "MIT",
|
||||
"url": "https://opensource.org/licenses/MIT"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"servers": [
|
||||
{
|
||||
"url": "/v2"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"tags": [
|
||||
{
|
||||
"name": "address",
|
||||
"description": "Address details and utxo",
|
||||
"externalDocs": {
|
||||
"description": "Find out more",
|
||||
"url": "https://developer.bitcoin.com/rest/docs/address"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "block",
|
||||
"description": "Block Details",
|
||||
"externalDocs": {
|
||||
"description": "Find out more",
|
||||
"url": "https://developer.bitcoin.com/rest/docs/block"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "blockchain",
|
||||
"description": "Interacting w/ the BCH Blockchain",
|
||||
"externalDocs": {
|
||||
"description": "Find out more",
|
||||
"url": "https://developer.bitcoin.com/rest/docs/blockchain"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "control",
|
||||
"description": "Control your blockchain",
|
||||
"externalDocs": {
|
||||
"description": "Find out more",
|
||||
"url": "https://developer.bitcoin.com/rest/docs/control"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "mining",
|
||||
"description": "Mining w/ the BCH Blockchain",
|
||||
"externalDocs": {
|
||||
"description": "Find out more",
|
||||
"url": "https://developer.bitcoin.com/rest/docs/mining"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "rawtransactions",
|
||||
"description": "Create transactions to be transmitted to the network.",
|
||||
"externalDocs": {
|
||||
"description": "Find out more",
|
||||
"url": "https://developer.bitcoin.com/rest/docs/rawtransactions"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "transaction",
|
||||
"description": "Transaction details.",
|
||||
"externalDocs": {
|
||||
"description": "Find out more",
|
||||
"url": "https://developer.bitcoin.com/rest/docs/rawtransactions"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "util",
|
||||
"description": "Bitcoin Cash utilities.",
|
||||
"externalDocs": {
|
||||
"description": "Find out more",
|
||||
"url": "https://developer.bitcoin.com/rest/docs/util"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user