cURL
curl --request GET \ --url https://api.odin.fun/v1/user/{btcaddress}/utxo \ --header 'Authorization: Bearer <token>'
[ { "txid": "<string>", "vout": 123, "value": "<string>", "height": 123, "confirmations": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>