curl --request GET \
--url https://api.example.com/api/v1/wallet/vtxos/{id}/encoded \
--header 'Authorization: Bearer <token>'{
"encoded": "<string>"
}Returns the hex-encoded serialization of a VTXO. The encoded field can be passed to POST /wallet/import-vtxo to re-import this VTXO.
curl --request GET \
--url https://api.example.com/api/v1/wallet/vtxos/{id}/encoded \
--header 'Authorization: Bearer <token>'{
"encoded": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://second.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
Base64url-encoded auth token
VTXO identifier formatted as txid:vout.
Returns the hex-encoded serialized VTXO
Response for the encoded-VTXO endpoint.
Wraps the hex-encoded VTXO in a named field so clients can easily extract it.
Hex-encoded serialized VTXO.
Was this page helpful?