Getutxosforaddress

get
Query parameters
addressstringOptional
Responses
200
Success
get
GET /Unity3d/getutxosforaddress HTTP/1.1
Host: strax.nownodes.io
Accept: */*
200

Success

{
  "balanceSat": 1,
  "utxOs": [
    {
      "hash": "text",
      "n": 1,
      "satoshis": 1
    }
  ],
  "reason": "text"
}