Get UTXO unspent inputs information
GET {{baseUrl}}/vault/accounts/:vaultAccountId/:assetId/unspent_inputs
Returns unspent inputs information of an asset in a vault account.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
[
{
"input": {
"txHash": "<string>",
"index": "<number>"
},
"address": "<string>",
"amount": "<string>",
"confirmations": "<number>",
"status": "<string>"
},
{
"input": {
"txHash": "<string>",
"index": "<number>"
},
"address": "<string>",
"amount": "<string>",
"confirmations": "<number>",
"status": "<string>"
}
] |
ENDPOINTS