Wallet
Last updated
Last updated
GET /api/wallet/balance HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
POST /api/wallet/send HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 31
{
"toAddress": "text",
"amount": 1
}