UsageCoinsget_coin_record_by_nameRetrieves a coin record by it's name.POST/get_coin_record_by_name/get_coin_record_by_nameSendBodyRequest Bodyapplication/jsonRequiredthe coin namenameRequiredstringFormat: "hex"cURLJavaScriptGoPythonCLIcurl -X POST "https://api.coinset.org/get_coin_record_by_name" \ -H "Content-Type: application/json" \ -d '{ "name": "0x28c7e051ceb0e1cc1f61b56b3c791e39beccb14270a9953589fb8d1d967e3135" }'200OKResponse{ "coin_record": { "coin": { "parent_coin_info": "0xccd5bb71183532bff220ba46c268991a00000000000000000000000000004082", "puzzle_hash": "0x94c6db00186900418ef7c1f05e127ee1a647cbe6e514ec3bc57acb7bbe6dfb10", "amount": 1750000000000 }, "confirmed_block_index": 922637, "spent_block_index": 922641, "spent": true, "coinbase": false, "timestamp": 1632832094 }, "success": true, "error": "string" }TypeScriptPreviousget_unfinished_block_headers POSTNextget_coin_records_by_hint POST