post https://api-wallet-sandbox.venly.io/api/signatures/prepare
This endpoint is used to prepare a signature with the status as SAVED. In case of a transaction signature, the endpoint will populate it with the required gas fields.
Responses
This endpoint is used to prepare a signature with the status as SAVED. In case of a transaction signature, the endpoint will populate it with the required gas fields.
xxxxxxxxxx
curl --request POST \
--url https://api-wallet-sandbox.venly.io/api/signatures/prepare \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "AETERNITY_RAW"
}
'
Try It!
to start a request and see the response here! Or choose an example: