latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Wallet
List unspents on a wallet
get/api/v2/{coin}/wallet/{walletId}/unspents
Path parameters
coinstring required
A cryptocurrency symbol or token ticker symbol
Example:btc
walletIdstring required
Example:59cd72485007a239fb00282ed480da1f
Query parameters
limitstring number
Limit the number of results.
prevIdstring
Only return results created after this ID
chainsstring[]
Filter by chains. May be given mutiple times
minConfirmsstring number
The minimum number of confirmations for the unspents
enforceMinConfirmsForChangeboolean
Whether to enforce the minimum number of confirmations for change outputs
minValuestring
The minimum value of unspents to return (in base units, e.g. satoshis)
maxValuestring
The maximum value of unspents to return (in base units, e.g. satoshis)
unspentIdsstring[]
Canton: filter to specific IMS unspent contract ids (repeat param or comma-separated). Ignored for other chains that use this route.
tokenstring
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"
}