UsageCoinsget_memos_by_coin_nameRetrieves memos for a coin.POST/get_memos_by_coin_name/get_memos_by_coin_nameSendBodyRequest Bodyapplication/jsonRequiredthe coin namenameRequiredstringFormat: "hex"cURLJavaScriptGoPythonCLIcurl -X POST "https://api.coinset.org/get_memos_by_coin_name" \ -H "Content-Type: application/json" \ -d '{ "name": "0x28c7e051ceb0e1cc1f61b56b3c791e39beccb14270a9953589fb8d1d967e3135" }'200OKResponse{ "memos": [ "string" ] }TypeScriptPreviousget_coin_records_by_puzzle_hashes POSTNextget_puzzle_and_solution POST