Ledger Nodes (0.0.19)
Download OpenAPI specification:Download
Get a list of all explorers Deprecated
Authorizations:
query Parameters
project | string The project that you wish to filter by |
resourceId | string Default: "" The resourceId of the project that you want to return |
page | integer <int> >= 0 Default: 0 The page number that you want to return |
size | integer <int> [ 5 .. 100 ] Default: 20 The number of items to return per page |
sort | Array of strings Example: sort=name,name,asc,name,desc The sort order that you want to return. You can specify one or more comma-separated sort keys, each followed by
an optional sort direction of either If you want to sort in descending order, append Examples of valid sort query parameters include:
|
Responses
Response samples
- 200
{- "contentType": "ExplorerPage"
}
Gets an explorer by its ID Deprecated
Authorizations:
path Parameters
explorerId required | string The explorer that you wish to filter by |
Responses
Response samples
- 200
{- "explorerID": "string",
- "id": 0,
- "implementations": [
- {
- "id": 0,
- "properties": [
- {
- "id": 0,
- "type": {
- "id": 0,
- "name": "plugin"
}, - "value": "string"
}
], - "type": {
- "id": 0,
- "name": "cloud-explorer"
}
}
], - "ledgerID": "string",
- "name": "string",
- "nodeID": "string",
- "resourceId": "string"
}
Gets the default explorer for a ledger Deprecated
Authorizations:
path Parameters
ledgerId required | string The ledger that you wish to filter by |
Responses
Response samples
- 200
{- "explorerID": "string",
- "id": 0,
- "implementations": [
- {
- "id": 0,
- "properties": [
- {
- "id": 0,
- "type": {
- "id": 0,
- "name": "plugin"
}, - "value": "string"
}
], - "type": {
- "id": 0,
- "name": "cloud-explorer"
}
}
], - "ledgerID": "string",
- "name": "string",
- "nodeID": "string",
- "resourceId": "string"
}
Get a list of all the Active Ledgers Deprecated
Authorizations:
query Parameters
project | string The project that you wish to filter by |
resourceId | string Default: "" The resourceId of the project that you want to return |
page | integer <int> >= 0 Default: 0 The page number that you want to return |
size | integer <int> [ 5 .. 100 ] Default: 20 The number of items to return per page |
sort | Array of strings Example: sort=name,name,asc,name,desc The sort order that you want to return. You can specify one or more comma-separated sort keys, each followed by
an optional sort direction of either If you want to sort in descending order, append Examples of valid sort query parameters include:
|
Responses
Response samples
- 200
{- "contentType": "LedgerPage"
}
Creates a new Ledger Deprecated
Authorizations:
Request Body schema: application/json
active | boolean |
id | integer <int64> |
ledgerID | string |
object (LedgerTechnology) | |
name | string |
Array of objects (LedgerProperty) | |
resourceId | string |
object (LedgerType) |
Responses
Request samples
- Payload
{- "active": true,
- "id": 0,
- "ledgerID": "string",
- "ledgerTechnology": {
- "id": 0,
- "ledgerTechnologyID": "ethereum",
- "name": "string"
}, - "name": "string",
- "properties": [
- {
- "id": 0,
- "type": {
- "id": 0,
- "name": "chain_id",
- "scope": {
- "id": 0,
- "name": "ethereum"
}
}, - "value": { }
}
], - "resourceId": "string",
- "type": {
- "name": "string"
}
}
Response samples
- 201
{- "active": true,
- "id": 0,
- "ledgerID": "string",
- "ledgerTechnology": {
- "id": 0,
- "ledgerTechnologyID": "ethereum",
- "name": "string"
}, - "name": "string",
- "properties": [
- {
- "id": 0,
- "type": {
- "id": 0,
- "name": "chain_id",
- "scope": {
- "id": 0,
- "name": "ethereum"
}
}, - "value": { }
}
], - "resourceId": "string",
- "type": {
- "name": "string"
}
}
Get a list of all the featured Ledgers Deprecated
Authorizations:
query Parameters
page | integer <int> >= 0 Default: 0 The page number that you want to return |
size | integer <int> [ 5 .. 100 ] Default: 20 The number of items to return per page |
sort | Array of strings Example: sort=name,name,asc,name,desc The sort order that you want to return. You can specify one or more comma-separated sort keys, each followed by
an optional sort direction of either If you want to sort in descending order, append Examples of valid sort query parameters include:
|
Responses
Response samples
- 200
{- "contentType": "LedgerPage"
}
Get a Ledger by its ID Deprecated
Authorizations:
path Parameters
ledgerId required | string The ledger that you wish to filter by |
Responses
Response samples
- 200
{- "active": true,
- "id": 0,
- "ledgerID": "string",
- "ledgerTechnology": {
- "id": 0,
- "ledgerTechnologyID": "ethereum",
- "name": "string"
}, - "name": "string",
- "properties": [
- {
- "id": 0,
- "type": {
- "id": 0,
- "name": "chain_id",
- "scope": {
- "id": 0,
- "name": "ethereum"
}
}, - "value": { }
}
], - "resourceId": "string",
- "type": {
- "name": "string"
}
}
Get a list of all nodes Deprecated
Authorizations:
query Parameters
project | string The project that you wish to filter by |
resourceId | string Default: "" The resourceId of the project that you want to return |
page | integer <int> >= 0 Default: 0 The page number that you want to return |
size | integer <int> [ 5 .. 100 ] Default: 20 The number of items to return per page |
sort | Array of strings Example: sort=name,name,asc,name,desc The sort order that you want to return. You can specify one or more comma-separated sort keys, each followed by
an optional sort direction of either If you want to sort in descending order, append Examples of valid sort query parameters include:
|
Responses
Response samples
- 200
{- "contentType": "NodePage"
}
Creates a new Node Deprecated
Authorizations:
Request Body schema: application/json
client | string |
id | integer <int64> |
name | string |
nodeID | string |
object |
Responses
Request samples
- Payload
{- "client": "string",
- "id": 0,
- "name": "string",
- "nodeID": "string",
- "options": {
- "uri": "string"
}
}
Response samples
- 201
{- "client": "string",
- "id": 0,
- "name": "string",
- "nodeID": "string",
- "properties": [
- {
- "id": 0,
- "type": {
- "id": 0,
- "name": "admin"
}, - "value": "string"
}
], - "resourceId": "string",
- "uri": "string"
}
Get a Node by its ID Deprecated
Authorizations:
path Parameters
nodeId required | string The node that you wish to filter by |
Responses
Response samples
- 200
{- "client": "string",
- "id": 0,
- "name": "string",
- "nodeID": "string",
- "properties": [
- {
- "id": 0,
- "type": {
- "id": 0,
- "name": "admin"
}, - "value": "string"
}
], - "resourceId": "string",
- "uri": "string"
}
Get a list of all nodes of Ledger Id by Project Deprecated
Authorizations:
path Parameters
ledgerId required | string The ledger that you wish to filter by |
query Parameters
project | string The project that you wish to filter by |
resourceId | string Default: "" The resourceId of the project that you want to return |
page | integer <int> >= 0 Default: 0 The page number that you want to return |
size | integer <int> [ 5 .. 100 ] Default: 20 The number of items to return per page |
sort | Array of strings Example: sort=name,name,asc,name,desc The sort order that you want to return. You can specify one or more comma-separated sort keys, each followed by
an optional sort direction of either If you want to sort in descending order, append Examples of valid sort query parameters include:
|
Responses
Response samples
- 200
{- "contentType": "NodePage"
}
Gets the default node of a Ledger Deprecated
Authorizations:
path Parameters
ledgerId required | string The ledger that you wish to filter by |
Responses
Response samples
- 200
{- "client": "string",
- "id": 0,
- "name": "string",
- "nodeID": "string",
- "properties": [
- {
- "id": 0,
- "type": {
- "id": 0,
- "name": "admin"
}, - "value": "string"
}
], - "resourceId": "string",
- "uri": "string"
}