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