POST
/
v2
/
restore_coinbase_mpc_wallet
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>"

Recover a Coinbase Multi-Party Computation (MPC) wallet within the Shinkai system.

Body

application/json

Response

200
application/json
Successfully restored Coinbase MPC wallet

The response is of type any.