월렛
Body
privateKeystringOptional
This is the exported private key from lotus wallet export
Responses
200
OK
application/json
400
Bad Request
application/json
500
Internal Server Error
application/json
post
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"
}
Last updated
Was this helpful?