Forked from rest.bitcoin.com commit 50f5c6ed1bd8d10b72bb8851972446240604eee6 5-3-2019

This commit is contained in:
Chris Troutner
2019-05-21 07:42:39 -07:00
commit 5c81669478
134 changed files with 93274 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+12
View File
@@ -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"
}
]
}
+68
View File
@@ -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"
}
}
]
}