ウォレット
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/wallet HTTP/1.1
Host: localhost:9090
Accept: */*
[
{
"address": "text",
"id": "text",
"privateKey": "text"
}
]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"
}DELETE /api/wallet/{address} HTTP/1.1
Host: localhost:9090
Accept: */*