Last updated 2 months ago
Build deposit transaction
API Key
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" } } ] }
OK
{ "tx_hex": "text" }