钱包
Last updated
Was this helpful?
Last updated
Was this helpful?
GET /api/wallet HTTP/1.1
Host: localhost:9090
Accept: */*
[
{
"actorId": "text",
"actorName": "text",
"address": "text",
"balance": 1,
"balancePlus": 1,
"balanceUpdatedAt": "text",
"contactInfo": "text",
"id": 1,
"location": "text",
"privateKey": "text",
"walletType": "UserWallet"
}
]
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"
}
{
"actorId": "text",
"actorName": "text",
"address": "text",
"balance": 1,
"balancePlus": 1,
"balanceUpdatedAt": "text",
"contactInfo": "text",
"id": 1,
"location": "text",
"privateKey": "text",
"walletType": "UserWallet"
}