Build deposit transaction

Build deposit transaction

post

Build deposit transaction

Header parameters
X-API-KEYstringRequired

API Key

Body
Responses
200
OK
application/json
post
POST /accounts/deposit/build HTTP/1.1
Host: 
X-API-KEY: text
Content-Type: application/json
Accept: */*
Content-Length: 270

{
  "deposit_amount": [
    {
      "quantity": "text",
      "unit": "text"
    }
  ],
  "input_utxos": [
    {
      "input": {
        "output_index": 1,
        "tx_hash": "text"
      },
      "output": {
        "address": "text",
        "amount": [
          {
            "quantity": "text",
            "unit": "text"
          }
        ],
        "data_hash": "text",
        "plutus_data": "text",
        "script_hash": "text",
        "script_ref": "text"
      }
    }
  ]
}
{
  "tx_hex": "text"
}

Last updated