Wallets Registry (0.0.17)
Download OpenAPI specification:Download
List All Wallets matching the criteria Deprecated
Authorizations:
query Parameters
resourceId | string Default: "" The resourceId of the project that you want to return |
size | integer <int> [ 5 .. 100 ] Default: 20 The number of items to return per page |
page | integer <int> >= 0 Default: 0 The page number that you want to return |
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:
|
project | string Default: "" The Project Id that you want to perform actions with. |
ledger | string Default: "" The Ledger that you want to perform actions with. |
Responses
Response samples
- 200
{- "contentType": "WalletPage"
}
Registers a new wallet Deprecated
Authorizations:
Request Body schema: application/json
id | integer <int64> |
Array of objects (Implementation) | |
ledgerID | string |
object (LedgerTechnology) | |
name | string |
Array of objects (Property) | |
resourceId | string |
walletID | string |
Responses
Request samples
- Payload
{- "id": 0,
- "implementations": [
- {
- "id": 0,
- "properties": [
- {
- "id": 0,
- "type": {
- "id": 0,
- "name": "cloud_wallet_server"
}, - "value": "string"
}
], - "type": {
- "id": 0,
- "name": "cloud-wallet"
}
}
], - "ledgerID": "string",
- "ledgerTechnology": {
- "id": 0,
- "ledgerTechnologyID": "ethereum"
}, - "name": "string",
- "properties": [
- {
- "id": 0,
- "type": {
- "id": 0,
- "name": "address",
- "scope": {
- "id": 0,
- "name": "ethereum"
}
}, - "value": "string"
}
], - "resourceId": "string",
- "walletID": "string"
}
Response samples
- 201
{- "id": 0,
- "implementations": [
- {
- "id": 0,
- "properties": [
- {
- "id": 0,
- "type": {
- "id": 0,
- "name": "cloud_wallet_server"
}, - "value": "string"
}
], - "type": {
- "id": 0,
- "name": "cloud-wallet"
}
}
], - "ledgerID": "string",
- "ledgerTechnology": {
- "id": 0,
- "ledgerTechnologyID": "ethereum"
}, - "name": "string",
- "properties": [
- {
- "id": 0,
- "type": {
- "id": 0,
- "name": "address",
- "scope": {
- "id": 0,
- "name": "ethereum"
}
}, - "value": "string"
}
], - "resourceId": "string",
- "walletID": "string"
}
Get a Wallet by its ID Deprecated
Authorizations:
path Parameters
walletId required | string The Wallet ID that you want to perform actions with |
Responses
Response samples
- 200
{- "id": 0,
- "implementations": [
- {
- "id": 0,
- "properties": [
- {
- "id": 0,
- "type": {
- "id": 0,
- "name": "cloud_wallet_server"
}, - "value": "string"
}
], - "type": {
- "id": 0,
- "name": "cloud-wallet"
}
}
], - "ledgerID": "string",
- "ledgerTechnology": {
- "id": 0,
- "ledgerTechnologyID": "ethereum"
}, - "name": "string",
- "properties": [
- {
- "id": 0,
- "type": {
- "id": 0,
- "name": "address",
- "scope": {
- "id": 0,
- "name": "ethereum"
}
}, - "value": "string"
}
], - "resourceId": "string",
- "walletID": "string"
}
List all Wallets by its Implementation and Project Deprecated
Authorizations:
path Parameters
walletType required | string (WalletTypeEnum) Value: "cloud-wallet" The Wallet Type that you want to perform actions with |
propertyName required | string (ImplementationPropertyEnum) Value: "cloud_wallet_server" The Property Name that you want to perform actions with |
propertyValue required | string The Value of Property that you want to perform actions with |
query Parameters
project | string Default: "" The Project Id that you want to perform actions with. |
resourceId | string Default: "" The resourceId of the project that you want to return |
size | integer <int> [ 5 .. 100 ] Default: 20 The number of items to return per page |
page | integer <int> >= 0 Default: 0 The page number that you want to return |
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": "WalletPage"
}