Build deposit transaction
Last updated
Last updated
POST /accounts/deposit/build HTTP/1.1
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": "84a400818258203b40265111d8bb3c3c608d95b3a0bf83461ace32d79336579a1939b3aad1c0b700018182583900..."
}