/wallet
curl -L \ --url '//localhost:9090/api/wallet'
[ { "address": "text", "id": "text", "privateKey": "text" } ]
This is the exported private key from lotus wallet export
curl -L \ --request POST \ --url '//localhost:9090/api/wallet' \ --header 'Content-Type: application/json'
{ "address": "text", "id": "text", "privateKey": "text" }
/wallet/{address}
Address
curl -L \ --request DELETE \ --url '//localhost:9090/api/wallet/{address}'
No body
Last updated 1 year ago
Was this helpful?