Skip to main content
POST
/
api
/
v1
/
wallet
/
refresh
/
counterparty
Refresh received VTXOs
curl --request POST \
  --url https://api.example.com/api/v1/wallet/refresh/counterparty
{
  "funding_txid": "<string>",
  "id": 1,
  "participation": {
    "inputs": [
      "<string>"
    ],
    "outputs": [
      {
        "amount_sat": 1,
        "policy_type": "<string>",
        "user_pubkey": "<string>"
      }
    ]
  },
  "status": {
    "error": "<string>",
    "status": "sync-error"
  },
  "unlock_hash": "<string>",
  "funding_tx_hex": "<string>"
}

Response

Returns the refresh result

funding_txid
string | null
required

The round transaction id, if already assigned

id
integer<int32>
required

Unique identifier for the round

Required range: x >= 0
participation
object
required

the round participation details

status
object
required

the current status of the round

unlock_hash
string | null
required
funding_tx_hex
string | null