List unspents on a wallet
Path parameters
A cryptocurrency symbol or token ticker symbol
Query parameters
Limit the number of results.
Only return results created after this ID
Filter by chains. May be given mutiple times
The minimum number of confirmations for the unspents
Whether to enforce the minimum number of confirmations for change outputs
The minimum value of unspents to return (in base units, e.g. satoshis)
The maximum value of unspents to return (in base units, e.g. satoshis)
Canton: filter to specific IMS unspent contract ids (repeat param or comma-separated). Ignored for other chains that use this route.
Canton: filter UTXOs by token name (e.g. "canton:usd1"). Omit to return native coin UTXOs only (default, backwards compatible). Ignored for other chains that use this route.
Response
OK
Example response
{
"coin": "btc"
}Changes
No recorded changes to this endpoint across all 19 revisions of this API.