curl --request POST \
--url http://127.0.0.1:9550/v2/restore_local_wallet \
--header 'Content-Type: application/json' \
--data '{
"network": "BaseSepolia",
"role": "Payment",
"source": {
"Mnemonic": "<string>"
}
}'
"<any>"
curl --request POST \
--url http://127.0.0.1:9550/v2/restore_local_wallet \
--header 'Content-Type: application/json' \
--data '{
"network": "BaseSepolia",
"role": "Payment",
"source": {
"Mnemonic": "<string>"
}
}'
"<any>"
Successfully restored wallet
The response is of type any
.
Was this page helpful?