UsageCoins
get_coin_records_by_puzzle_hash
Retrieves the coins for a given puzzlehash, by default returns unspent coins.
POST
/get_coin_records_by_puzzle_hash
Request Body
application/json
RequiredThe puzzle hash.
puzzle_hash
Requiredstring
Format:
"hex"
start_height
integer
Format:
"uint32"
end_height
integer
Format:
"uint32"
include_spent_coins
boolean
OK