Last updated 1 year ago
Was this helpful?
Address
DELETE /api/wallet/{address} HTTP/1.1 Host: localhost:9090 Accept: */*
No Content
GET /api/wallet HTTP/1.1 Host: localhost:9090 Accept: */*
OK
[ { "address": "text", "id": "text", "privateKey": "text" } ]
This is the exported private key from lotus wallet export
POST /api/wallet HTTP/1.1 Host: localhost:9090 Content-Type: application/json Accept: */* Content-Length: 21 { "privateKey": "text" }
{ "address": "text", "id": "text", "privateKey": "text" }