Skip to main content

Marco Cloud Wallet API Library (0.0.13)

Download OpenAPI specification:Download

OpenApi for Marco Cloud Wallet API Library

Transaction

sendTransaction

Send Transaction.

Request Body schema: application/json
actionId
required
string
required
object
object
wallet
string

Responses

Request samples

Content type
application/json
{
  • "actionId": "string",
  • "glo": {
    },
  • "pluginParams": {
    },
  • "wallet": "string"
}

Response samples

Content type
application/json
{
  • "problem": {
    },
  • "status": "PROCESSING",
  • "txId": "string"
}

getTransactionsStatus

Get the status of transactions filtered by the request params

query Parameters
txId
required
string

The transaction's txId

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Wallet

createWallet

Create a wallet

Request Body schema: application/json
ledgerId
required
string
object
walletId
required
string

Responses

Request samples

Content type
application/json
{
  • "ledgerId": "string",
  • "pluginParameters": {
    },
  • "walletId": "string"
}

Response samples

Content type
application/json
{
  • "walletAddress": "string"
}