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