{"id":810,"date":"2023-03-30T14:24:18","date_gmt":"2023-03-30T14:24:18","guid":{"rendered":"https:\/\/dinastycoin.com\/?page_id=810"},"modified":"2023-03-30T17:56:01","modified_gmt":"2023-03-30T17:56:01","slug":"wallet-rpc-doc","status":"publish","type":"page","link":"https:\/\/dinastycoin.com\/en\/wallet-rpc-doc\/","title":{"rendered":"Wallet-rpc-doc"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"810\" class=\"elementor elementor-810\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-065e9b8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"065e9b8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0dfadb3\" data-id=\"0dfadb3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a76403d elementor-widget elementor-widget-text-editor\" data-id=\"a76403d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h2 id=\"introduction\">Introduction<\/h2><p>This is a list of the dinastycoin-wallet-rpc calls, their inputs and outputs, and examples of each. The program dinastycoin-wallet-rpc replaced the rpc interface that was in simplewallet and then dinastycoin-wallet-cli.<\/p><p>All dinastycoin-wallet-rpc methods use the same JSON RPC interface. For example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>IP=127.0.0.1\nPORT=18082\nMETHOD=\"make_integrated_address\"\nPARAMS=\"{\"payment_id\":\"1234567890123456789012345678900012345678901234567890123456789000\"}\"\ncurl \n    -X POST http:\/\/$IP:$PORT\/json_rpc \n    -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"'$METHOD'\",\"params\":'\"$PARAMS\"'}' \n    -H 'Content-Type: application\/json'\n<\/code><\/pre><\/div><p>If the dinastycoin-wallet-rpc was executed with the\u00a0<code class=\"highlighter-rouge\">--rpc-login<\/code>\u00a0argument as\u00a0<code class=\"highlighter-rouge\">username:password<\/code>, then follow this example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>IP=127.0.0.1\nPORT=18082\nMETHOD=\"make_integrated_address\"\nPARAMS=\"{\"payment_id\":\"1234567890123456789012345678900012345678901234567890123456789000\"}\"\ncurl \n    -u username:password --digest \n    -X POST http:\/\/$IP:$PORT\/json_rpc \n    -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"'$METHOD'\",\"params\":'\"$PARAMS\"'}' \n    -H 'Content-Type: application\/json'\n<\/code><\/pre><\/div><p id=\"inizio\"><strong>Note:\u00a0<\/strong>\u201c<a href=\"https:\/\/web.getmonero.org\/resources\/moneropedia\/atomic-units.html\" data-tooltip=\"Atomic Units refer to the smallest fraction of 1 XMR.\">atomic units<\/a>\u201d refer to the smallest fraction of 1 DCY according to the dinastycoind implementation.\u00a0<strong>1 DCY = 1e12\u00a0<a href=\"https:\/\/web.getmonero.org\/resources\/moneropedia\/atomic-units.html\" data-tooltip=\"Atomic Units refer to the smallest fraction of 1 XMR.\">atomic units<\/a>.<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bb17a43 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bb17a43\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4d91679\" data-id=\"4d91679\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f359b45 elementor-widget elementor-widget-heading\" data-id=\"f359b45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Index of JSON RPC Methods:<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-80a1d98 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"80a1d98\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-41a6486\" data-id=\"41a6486\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-320b72e elementor-widget elementor-widget-text-editor\" data-id=\"320b72e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul><li><a href=\"#add_address_book\">add_address_book<\/a><\/li><li><a href=\"#check_tx_key\">check_tx_key<\/a><\/li><li><a href=\"#export_key_images\">export_key_images<\/a><\/li><li><a href=\"#get_account_tags\">get_account_tags<\/a><\/li><li><a href=\"#get_address_index\">get_address_index<\/a><\/li><li><a href=\"#get_height\">get_height<\/a><\/li><li><a href=\"#get_spend_proof\">get_spend_proof<\/a><\/li><li><a href=\"#get_tx_notes\">get_tx_notes<\/a><\/li><li><a href=\"#import_multisig_info\">import_multisig_info<\/a><\/li><li><a href=\"#label_account\">label_account<\/a><\/li><li><a href=\"#make_uri\">make_uri<\/a><\/li><li><a href=\"#query_key\">query_key<\/a><\/li><li><a href=\"#rescan_spent\">rescan_spent<\/a><\/li><li><a href=\"#sign\">sign<\/a><\/li><li><a href=\"#start_mining\">start_mining<\/a><\/li><li><a href=\"#submit_multisig\">submit_multisig<\/a><\/li><li><a href=\"#sweep_single\">sweep_single<\/a><\/li><li><a href=\"#untag_accounts\">untag_accounts<\/a><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-ce95a53\" data-id=\"ce95a53\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a6d6dae elementor-widget elementor-widget-text-editor\" data-id=\"a6d6dae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul><li><a href=\"#change_wallet_password\">change_wallet_password<\/a><\/li><li><a href=\"#check_tx_proof\">check_tx_proof<\/a><\/li><li><a href=\"#create_address\">create_address<\/a><\/li><li><a href=\"#export_multisig_info\">export_multisig_info<\/a><\/li><li><a href=\"#get_accounts\">get_accounts<\/a><\/li><li><a href=\"#get_attribute\">get_attribute<\/a><\/li><li><a href=\"#get_languages\">get_languages<\/a><\/li><li><a href=\"#get_transfer_by_txid\">get_transfer_by_txid<\/a><\/li><li><a href=\"#get_tx_proof\">get_tx_proof<\/a><\/li><li><a href=\"#import_outputs\">import_outputs<\/a><\/li><li><a href=\"#label_address\">label_address<\/a><\/li><li><a href=\"#open_wallet\">open_wallet<\/a><\/li><li><a href=\"#refresh\">refresh<\/a><\/li><li><a href=\"#set_account_tag_description\">set_account_tag_description<\/a><\/li><li><a href=\"#sign_multisig\">sign_multisig<\/a><\/li><li><a href=\"#stop_mining\">stop_mining<\/a><\/li><li><a href=\"#submit_transfer\">submit_transfer<\/a><\/li><li><a href=\"#tag_accounts\">tag_accounts<\/a><\/li><li><a href=\"#verify\">verify<\/a><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-5a79acb\" data-id=\"5a79acb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2004e03 elementor-widget elementor-widget-text-editor\" data-id=\"2004e03\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul><li><a href=\"#check_reserve_proof\">check_reserve_proof<\/a><\/li><li><a href=\"#close_wallet\">close_wallet<\/a><\/li><li><a href=\"#create_wallet\">create_wallet<\/a><\/li><li><a href=\"#export_outputs\">export_outputs<\/a><\/li><li><a href=\"#get_address\">get_address<\/a><\/li><li><a href=\"#get_balance\">get_balance<\/a><\/li><li><a href=\"#get_payments\">get_payments<\/a><\/li><li><a href=\"#get_transfers\">get_transfers<\/a><\/li><li><a href=\"#get_version\">get_version<\/a><\/li><li><a href=\"#incoming_transfers\">incoming_transfers<\/a><\/li><li><a href=\"#make_integrated_address\">make_integrated_address<\/a><\/li><li><a href=\"#parse_uri\">parse_uri<\/a><\/li><li><a href=\"#relay_tx\">relay_tx<\/a><\/li><li><a href=\"#set_attribute\">set_attribute<\/a><\/li><li><a href=\"#sign_transfer\">sign_transfer<\/a><\/li><li><a href=\"#stop_wallet\">stop_wallet<\/a><\/li><li><a href=\"#sweep_all\">sweep_all<\/a><\/li><li><a href=\"#transfer\">transfer<\/a><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-933436f\" data-id=\"933436f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-46bf4a6 elementor-widget elementor-widget-text-editor\" data-id=\"46bf4a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul><li><a href=\"#check_spend_proof\">check_spend_proof<\/a><\/li><li><a href=\"#create_account\">create_account<\/a><\/li><li><a href=\"#delete_address_book\">delete_address_book<\/a><\/li><li><a href=\"#finalize_multisig\">finalize_multisig<\/a><\/li><li><a href=\"#get_address_book\">get_address_book<\/a><\/li><li><a href=\"#get_bulk_payments\">get_bulk_payments<\/a><\/li><li><a href=\"#get_reserve_proof\">get_reserve_proof<\/a><\/li><li><a href=\"#get_tx_key\">get_tx_key<\/a><\/li><li><a href=\"#import_key_images\">import_key_images<\/a><\/li><li><a href=\"#is_multisig\">is_multisig<\/a><\/li><li><a href=\"#make_multisig\">make_multisig<\/a><\/li><li><a href=\"#prepare_multisig\">prepare_multisig<\/a><\/li><li><a href=\"#rescan_blockchain\">rescan_blockchain<\/a><\/li><li><a href=\"#set_tx_notes\">set_tx_notes<\/a><\/li><li><a href=\"#split_integrated_address\">split_integrated_address<\/a><\/li><li><a href=\"#store\">store<\/a><\/li><li><a href=\"#sweep_dust\">sweep_dust<\/a><\/li><li><a href=\"#transfer_split\">transfer_split<\/a><code><\/code><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-efd502b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"efd502b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8e92412\" data-id=\"8e92412\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-aa183fa elementor-widget elementor-widget-heading\" data-id=\"aa183fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">JSON RPC Methods:<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e4774d9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e4774d9\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-facd705\" data-id=\"facd705\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-de29160 elementor-widget elementor-widget-text-editor\" data-id=\"de29160\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"add_address_book\"><strong>add_address_book<\/strong><\/h3><p>Add an entry to the address book.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>address<\/em>\u00a0\u2013 string;<\/li><li><em>payment_id<\/em>\u00a0\u2013 (optional) string, defaults to \u201c0000000000000000000000000000000000000000000000000000000000000000\u201d;<\/li><li><em>description<\/em>\u00a0\u2013 (optional) string, defaults to \u201c\u201d;<\/li><\/ul><p>Outputs:<\/p><ul><li><em>index<\/em>\u00a0\u2013 unsigned int; The index of the address book entry.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"add_address_book\",\"params\":{\"address\":\"NY8P16M3XmFRGcWFCcsgt1WcTntA1jzcq31seQX1Eg92j8VQ99NPivmdKam4J5CKNAD7KuNWcq5xUPgoWczChzdba5WLwQ4j\",\"description\":\"Third account\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"index\": 1\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-142b035 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"142b035\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ab97b3\" data-id=\"0ab97b3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ec91911 elementor-widget elementor-widget-text-editor\" data-id=\"ec91911\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"check_tx_key\"><strong>check_tx_key<\/strong><\/h3><p>Check a transaction in the blockchain with its secret key.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>txid<\/em>\u00a0\u2013 string; transaction id.<\/li><li><em>tx_key<\/em>\u00a0\u2013 string; transaction secret key.<\/li><li><em>address<\/em>\u00a0\u2013 string; destination public address of the transaction.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>confirmations<\/em>\u00a0\u2013 unsigned int; Number of block mined after the one with the transaction.<\/li><li><em>in_pool<\/em>\u00a0\u2013 boolean; States if the transaction is still in pool or has been added to a block.<\/li><li><em>received<\/em>\u00a0\u2013 unsigned int; Amount of the transaction.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"check_tx_key\",\"params\":{\"txid\":\"19d5089f9469db3d90aca9024dfcb17ce94b948300101c8345a5e9f7257353be\",\"tx_key\":\"feba662cf8fb6d0d0da18fc9b70ab28e01cc76311278fdd7fe7ab16360762b06\",\"address\":\"7BnERTpvL5MbCLtj5n9No7J5oE5hHiB3tVCK5cjSvCsYWD2WRJLFuWeKTLiXo5QJqt2ZwUaLy2Vh1Ad51K7FNgqcHgjW85o\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"confirmations\": 0,\n    \"in_pool\": false,\n    \"received\": 1000000000000\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c4ec8f1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c4ec8f1\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-af86a5a\" data-id=\"af86a5a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-88f8aeb elementor-widget elementor-widget-text-editor\" data-id=\"88f8aeb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"export_key_images\"><strong>export_key_images<\/strong><\/h3><p>Export a signed set of key images.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:\u00a0<em>None<\/em>.<\/p><p>Outputs:<\/p><ul><li><em>signed_key_images<\/em>\u00a0\u2013 array of signed key images:<ul><li><em>key_image<\/em>\u00a0\u2013 string;<\/li><li><em>signature<\/em>\u00a0\u2013 string;<\/li><\/ul><\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"export_key_images\"}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"signed_key_images\": [{\n      \"key_image\": \"cd35239b72a35e26a57ed17400c0b66944a55de9d5bda0f21190fed17f8ea876\",\n      \"signature\": \"c9d736869355da2538ab4af188279f84138c958edbae3c5caf388a63cd8e780b8c5a1aed850bd79657df659422c463608ea4e0c730ba9b662c906ae933816d00\"\n    },{\n      \"key_image\": \"65158a8ee5a3b32009b85a307d85b375175870e560e08de313531c7dbbe6fc19\",\n      \"signature\": \"c96e40d09dfc45cfc5ed0b76bfd7ca793469588bb0cf2b4d7b45ef23d40fd4036057b397828062e31700dc0c2da364f50cd142295a8405b9fe97418b4b745d0c\"\n    },...]\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-212cc81 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"212cc81\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3fb6a2a\" data-id=\"3fb6a2a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-815c8e6 elementor-widget elementor-widget-text-editor\" data-id=\"815c8e6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_account_tags\"><strong>get_account_tags<\/strong><\/h3><p>Get a list of user-defined account tags.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:\u00a0<em>None<\/em>.<\/p><p>Outputs:<\/p><ul><li><em>account_tags<\/em>\u00a0\u2013 array of account tag information:<ul><li><em>tag<\/em>\u00a0\u2013 string; Filter tag.<\/li><li><em>label<\/em>\u00a0\u2013 string; Label for the tag.<\/li><li><em>accounts<\/em>\u00a0\u2013 array of int; List of tagged account indices.<\/li><\/ul><\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_account_tags\",\"params\":\"\"}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"account_tags\": [{\n      \"accounts\": [0],\n      \"label\": \"Test tag\",\n      \"tag\": \"myTag\"\n    }]\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ba6c242 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ba6c242\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-60f8c44\" data-id=\"60f8c44\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-242b954 elementor-widget elementor-widget-text-editor\" data-id=\"242b954\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_address_index\"><strong>get_address_index<\/strong><\/h3><p>Get account and address indexes from a specific (sub)address<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>address<\/em>\u00a0\u2013 String; (sub)address to look for.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>index<\/em>\u00a0\u2013 subaddress informations<ul><li><em>major<\/em>\u00a0unsigned int; Account index.<\/li><li><em>minor<\/em>\u00a0unsigned int; Address index.<\/li><\/ul><\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_address_index\",\"params\":{\"address\":\"NYBnERTpvL5MbCLtj5n9No7J5oE5hHiB3tVCK5cjSvCsYWD2WRJLFuWeKTLiXo5QJqt2ZwUaLy2Vh1Ad51K7FNgqcHgjW85o\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"index\": {\n      \"major\": 0,\n      \"minor\": 1\n    }\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a159b91 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a159b91\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a10ae6d\" data-id=\"a10ae6d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ba1d4fa elementor-widget elementor-widget-text-editor\" data-id=\"ba1d4fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_height\"><strong>get_height<\/strong><\/h3><p>Returns the wallet\u2019s current block height.<\/p><p>Alias:\u00a0<em>getheight<\/em>.<\/p><p>Inputs:\u00a0<em>None<\/em>.<\/p><p>Outputs:<\/p><ul><li><em>height<\/em>\u00a0\u2013 unsigned int; The current dinastycoin-wallet-rpc\u2019s blockchain height. If the wallet has been offline for a long time, it may need to catch up with the daemon.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_height\"}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"height\": 145545\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bd4e835 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bd4e835\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0f3ec5a\" data-id=\"0f3ec5a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5fefeab elementor-widget elementor-widget-text-editor\" data-id=\"5fefeab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_spend_proof\"><strong>get_spend_proof<\/strong><\/h3><p>Generate a signature to prove a spend. Unlike proving a transaction, it does not requires the destination public address.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>txid<\/em>\u00a0\u2013 string; transaction id.<\/li><li><em>message<\/em>\u00a0\u2013 string; (Optional) add a message to the signature to further authenticate the prooving process.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>signature<\/em>\u00a0\u2013 string; spend signature.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_spend_proof\",\"params\":{\"txid\":\"19d5089f9469db3d90aca9024dfcb17ce94b948300101c8345a5e9f7257353be\",\"message\":\"this is my transaction\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"signature\": \"SpendProofV1aSh8Todhk54736iXgV6vJAFP7egxByuMWZeyNDaN2JY737S95X5zz5mNMQSuCNSLjjhi5HJCsndpNWSNVsuThxwv285qy1KkUrLFRkxMSCjfL6bbycYN33ScZ5UB4Fzseceo1ndpL393T1q638VmcU3a56dhNHF1RPZFiGPS61FA78nXFSqE9uoKCCoHkEz83M1dQVhxZV5CEPF2P6VioGTKgprLCH9vvj9k1ivd4SX19L2VSMc3zD1u3mkR24ioETvxBoLeBSpxMoikyZ6inhuPm8yYo9YWyFtQK4XYfAV9mJ9knz5fUPXR8vvh7KJCAg4dqeJXTVb4mbMzYtsSZXHd6ouWoyCd6qMALdW8pKhgMCHcVYMWp9X9WHZuCo9rsRjRpg15sJUw7oJg1JoGiVgj8P4JeGDjnZHnmLVa5bpJhVCbMhyM7JLXNQJzFWTGC27TQBbthxCfQaKdusYnvZnKPDJWSeceYEFzepUnsWhQtyhbb73FzqgWC4eKEFKAZJqT2LuuSoxmihJ9acnFK7Ze23KTVYgDyMKY61VXADxmSrBvwUtxCaW4nQtnbMxiPMNnDMzeixqsFMBtN72j5UqhiLRY99k6SE7Qf5f29haNSBNSXCFFHChPKNTwJrehkofBdKUhh2VGPqZDNoefWUwfudeu83t85bmjv8Q3LrQSkFgFjRT5tLo8TMawNXoZCrQpyZrEvnodMDDUUNf3NL7rxyv3gM1KrTWjYaWXFU2RAsFee2Q2MTwUW7hR25cJvSFuB1BX2bfkoCbiMk923tHZGU2g7rSKF1GDDkXAc1EvFFD4iGbh1Q5t6hPRhBV8PEncdcCWGq5uAL5D4Bjr6VXG8uNeCy5oYWNgbZ5JRSfm7QEhPv8Fy9AKMgmCxDGMF9dVEaU6tw2BAnJavQdfrxChbDBeQXzCbCfep6oei6n2LZdE5Q84wp7eoQFE5Cwuo23tHkbJCaw2njFi3WGBbA7uGZaGHJPyB2rofTWBiSUXZnP2hiE9bjJghAcDm1M4LVLfWvhZmFEnyeru3VWMETnetz1BYLUC5MJGFXuhnHwWh7F6r74FDyhdswYop4eWPbyrXMXmUQEccTGd2NaT8g2VHADZ76gMC6BjWESvcnz2D4n8XwdmM7ZQ1jFwhuXrBfrb1dwRasyXxxHMGAC2onatNiExyeQ9G1W5LwqNLAh9hvcaNTGaYKYXoceVzLkgm6e5WMkLsCwuZXvB\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6bfd682 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6bfd682\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b3eb068\" data-id=\"b3eb068\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b03b3f2 elementor-widget elementor-widget-text-editor\" data-id=\"b03b3f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_tx_notes\"><strong>get_tx_notes<\/strong><\/h3><p>Get string notes for transactions.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>txids<\/em>\u00a0\u2013 array of string; transaction ids<\/li><\/ul><p>Outputs:<\/p><ul><li><em>notes<\/em>\u00a0\u2013 array of string; notes for the transactions<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_tx_notes\",\"params\":{\"txids\":[\"3292e83ad28fc1cc7bc26dbd38862308f4588680fbf93eae3e803cddd1bd614f\"]}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"notes\": [\"This is an example\"]\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f376875 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f376875\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-84cdc41\" data-id=\"84cdc41\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0fe9998 elementor-widget elementor-widget-text-editor\" data-id=\"0fe9998\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"import_multisig_info\"><strong>import_multisig_info<\/strong><\/h3><p>Import multisig info from other participants.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>info<\/em>\u00a0\u2013 array of string; List of multisig info in hex format from other participants.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>n_outputs<\/em>\u00a0\u2013 unsigned int; Number of outputs signed with those multisig info.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"import_multisig_info\",\"params\":{\"info\":[\"...multisig_info...\"]}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"n_outputs\": 35\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-31cafc9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"31cafc9\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d3bcadb\" data-id=\"d3bcadb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-383e092 elementor-widget elementor-widget-text-editor\" data-id=\"383e092\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"label_account\"><strong>label_account<\/strong><\/h3><p>Label an account.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>account_index<\/em>\u00a0\u2013 unsigned int; Apply label to account at this index.<\/li><li><em>label<\/em>\u00a0\u2013 string; Label for the account.<\/li><\/ul><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"label_account\",\"params\":{\"account_index\":0,\"label\":\"Primary account\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"account_tags\": [{\n      \"accounts\": [0,1],\n      \"label\": \"\",\n      \"tag\": \"myTag\"\n    }]\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6ac96fa elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6ac96fa\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-487f25b\" data-id=\"487f25b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0daa586 elementor-widget elementor-widget-text-editor\" data-id=\"0daa586\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"make_uri\"><strong>make_uri<\/strong><\/h3><p>Create a payment URI using the official URI spec.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>address<\/em>\u00a0\u2013 string; Wallet address<\/li><li><em>amount<\/em>\u00a0\u2013 unsigned int; (optional) the integer amount to receive, in\u00a0<strong><a href=\"https:\/\/web.getmonero.org\/resources\/moneropedia\/atomic-units.html\" data-tooltip=\"Atomic Units refer to the smallest fraction of 1 XMR.\">atomic units<\/a><\/strong><\/li><li><em>payment_id<\/em>\u00a0\u2013 string; (optional) 16 or 64 character hexadecimal payment id<\/li><li><em>recipient_name<\/em>\u00a0\u2013 string; (optional) name of the payment recipient<\/li><li><em>tx_description<\/em>\u00a0\u2013 string; (optional) Description of the reason for the tx<\/li><\/ul><p>Outputs:<\/p><ul><li><em>uri<\/em>\u00a0\u2013 string; This contains all the payment input information as a properly formatted payment URI<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"make_uri\",\"params\":{\"address\":\"NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt\",\"amount\":10,\"payment_id\":\"420fa29b2d9a49f5\",\"tx_description\":\"Testing out the make_uri function.\",\"recipient_name\":\"el00ruobuob Stagenet wallet\"}}'  -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"uri\": \"dinastycoin:NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt?tx_payment_id=420fa29b2d9a49f5&amp;tx_amount=0.000000000010&amp;recipient_name=el00ruobuob%20Stagenet%20wallet&amp;tx_description=Testing%20out%20the%20make_uri%20function.\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cbf2323 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cbf2323\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f997391\" data-id=\"f997391\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-569558c elementor-widget elementor-widget-text-editor\" data-id=\"569558c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"query_key\"><strong>query_key<\/strong><\/h3><p>Return the spend or view private key.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>key_type<\/em>\u00a0\u2013 string; Which key to retrieve: \u201cmnemonic\u201d \u2013 the mnemonic seed (older wallets do not have one) OR \u201cview_key\u201d \u2013 the view key<\/li><\/ul><p>Outputs:<\/p><ul><li><em>key<\/em>\u00a0\u2013 string; The view key will be hex encoded, while the mnemonic will be a string of words.<\/li><\/ul><p>Example (Query view key):<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"query_key\",\"params\":{\"key_type\":\"view_key\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"key\": \"0a1a38f6d246e894600a3e27238a064bf5e8d91801df47a17107596b1378e501\"\n  }\n}\n<\/code><\/pre><\/div><p>Example (Query mnemonic key):<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"query_key\",\"params\":{\"key_type\":\"mnemonic\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"key\": \"vocal either anvil films dolphin zeal bacon cuisine quote syndrome rejoices envy okay pancakes tulips lair greater petals organs enmity dedicated oust thwart tomorrow tomorrow\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-26d15c6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"26d15c6\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4367fc0\" data-id=\"4367fc0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9636a06 elementor-widget elementor-widget-text-editor\" data-id=\"9636a06\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"rescan_spent\"><strong>rescan_spent<\/strong><\/h3><p>Rescan the blockchain for spent outputs.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:\u00a0<em>None<\/em>.<\/p><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"rescan_spent\"}' -H 'Content-Type: application\/json'\n\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-65955b7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"65955b7\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e0883f5\" data-id=\"e0883f5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-748c8f5 elementor-widget elementor-widget-text-editor\" data-id=\"748c8f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"sign\"><strong>sign<\/strong><\/h3><p>Sign a string.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>data<\/em>\u00a0\u2013 string; Anything you need to sign.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>signature<\/em>\u00a0\u2013 string; Signature generated against the \u201cdata\u201d and the account public address.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"sign\",\"params\":{\"data\":\"This is sample data to be signed\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"signature\": \"SigV14K6G151gycjiGxjQ74tKX6A2LwwghvuHjcDeuRFQio5LS6Gb27BNxjYQY1dPuUvXkEbGQUkiHSVLPj4nJAHRrrw3\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-acde10b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"acde10b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-70365aa\" data-id=\"70365aa\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-00dafbd elementor-widget elementor-widget-text-editor\" data-id=\"00dafbd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"start_mining\"><strong>start_mining<\/strong><\/h3><p>Start mining in the Dinastycoin daemon.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>threads_count<\/em>\u00a0\u2013 unsigned int; Number of threads created for mining.<\/li><li><em>do_background_mining<\/em>\u00a0\u2013 boolean; Allow to start the miner in\u00a0<a href=\"https:\/\/web.getmonero.org\/resources\/moneropedia\/smartmining.html\" data-tooltip=\"a process of having a throttled miner mine when it otherwise does not cause drawbacks\">smart mining<\/a>\u00a0mode.<\/li><li><em>ignore_battery<\/em>\u00a0\u2013 boolean; Ignore battery status (for\u00a0<a href=\"https:\/\/web.getmonero.org\/resources\/moneropedia\/smartmining.html\" data-tooltip=\"a process of having a throttled miner mine when it otherwise does not cause drawbacks\">smart mining<\/a>\u00a0only)<\/li><\/ul><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"start_mining\",\"params\":{\"threads_count\":1,\"do_background_mining\":true,\"ignore_battery\":false}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b47d0a7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b47d0a7\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0a1e3f0\" data-id=\"0a1e3f0\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bfb124d elementor-widget elementor-widget-text-editor\" data-id=\"bfb124d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"submit_multisig\"><strong>submit_multisig<\/strong><\/h3><p>Submit a signed multisig transaction.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>tx_data_hex<\/em>\u00a0\u2013 string; Multisig transaction in hex format, as returned by\u00a0<code class=\"highlighter-rouge\">sign_multisig<\/code>\u00a0under\u00a0<code class=\"highlighter-rouge\">tx_data_hex<\/code>.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>tx_hash_list<\/em>\u00a0\u2013 array of string; List of transaction Hash.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"submit_multisig\",\"params\":{\"tx_data_hex\":\"...tx_data_hex...\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"tx_hash_list\": [\"4996091b61c1be112c1097fd5e97d8ff8b28f0e5e62e1137a8c831bacf034f2d\"]\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1b2b2e5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1b2b2e5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9a1aa5c\" data-id=\"9a1aa5c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ca773a1 elementor-widget elementor-widget-text-editor\" data-id=\"ca773a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"sweep_single\"><strong>sweep_single<\/strong><\/h3><p>Send all of a specific unlocked output to an address.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>address<\/em>\u00a0\u2013 string; Destination public address.<\/li><li><em>account_index<\/em>\u00a0\u2013 unsigned int; Sweep transactions from this account.<\/li><li><em>subaddr_indices<\/em>\u00a0\u2013 array of unsigned int; (Optional) Sweep from this set of subaddresses in the account.<\/li><li><em>priority<\/em>\u00a0\u2013 unsigned int; (Optional) Priority for sending the sweep transfer, partially determines fee.<\/li><li><em>mixin<\/em>\u00a0\u2013 unsigned int; Number of outputs from the blockchain to mix with (0 means no mixing).<\/li><li><em>ring_size<\/em>\u00a0\u2013 unsigned int; Sets ringsize to n (mixin + 1).<\/li><li><em>unlock_time<\/em>\u00a0\u2013 unsigned int; Number of blocks before the dinastycoin can be spent (0 to not add a lock).<\/li><li><em>payment_id<\/em>\u00a0\u2013 string; (Optional) Random 32-byte\/64-character hex string to identify a transaction.<\/li><li><em>get_tx_keys<\/em>\u00a0\u2013 boolean; (Optional) Return the transaction keys after sending.<\/li><li><em>key_image<\/em>\u00a0\u2013 string; Key image of specific output to sweep.<\/li><li><em>below_amount<\/em>\u00a0\u2013 unsigned int; (Optional) Include outputs below this amount.<\/li><li><em>do_not_relay<\/em>\u00a0\u2013 boolean; (Optional) If true, do not relay this sweep transfer. (Defaults to false)<\/li><li><em>get_tx_hex<\/em>\u00a0\u2013 boolean; (Optional) return the transactions as hex encoded string. (Defaults to false)<\/li><li><em>get_tx_metadata<\/em>\u00a0\u2013 boolean; (Optional) return the transaction metadata as a string. (Defaults to false)<\/li><\/ul><p>Outputs:<\/p><ul><li><em>tx_hash_list<\/em>\u00a0\u2013 array of: string. The tx hashes of every transaction.<\/li><li><em>tx_key_list<\/em>\u00a0\u2013 array of: string. The transaction keys for every transaction.<\/li><li><em>amount_list<\/em>\u00a0\u2013 array of: integer. The amount transferred for every transaction.<\/li><li><em>fee_list<\/em>\u00a0\u2013 array of: integer. The amount of fees paid for every transaction.<\/li><li><em>tx_blob_list<\/em>\u00a0\u2013 array of: string. The tx as hex string for every transaction.<\/li><li><em>tx_metadata_list<\/em>\u00a0\u2013 array of: string. List of transaction metadata needed to relay the transactions later.<\/li><li><em>multisig_txset<\/em>\u00a0\u2013 string. The set of signing keys used in a multisig transaction (empty for non-multisig).<\/li><li><em>unsigned_txset<\/em>\u00a0\u2013 string. Set of unsigned tx for cold-signing purposes.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"sweep_single\",\"params\":{\"address\":\"NY4Jsocx8xbpTBEjm3ncKE5LBQbiJouyCDaGhgSiebpvNDXZnTAbW2CmUR5SsBeae2pNk9WMVuz6jegkC4krUyqRjA6VjoLD\",\"ring_size\":7,\"unlock_time\":0,\"key_image\":\"a7834459ef795d2efb6f665d2fd758c8d9288989d8d4c712a68f8023f7804a5e\",\"get_tx_keys\":true}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"amount\": 27126892247503,\n    \"fee\": 14111630000,\n    \"multisig_txset\": \"\",\n    \"tx_blob\": \"\",\n    \"tx_hash\": \"106d4391a031e5b735ded555862fec63233e34e5fa4fc7edcfdbe461c275ae5b\",\n    \"tx_key\": \"\",\n    \"tx_metadata\": \"\",\n    \"unsigned_txset\": \"\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-893c276 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"893c276\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-47f2e41\" data-id=\"47f2e41\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-71f9a24 elementor-widget elementor-widget-text-editor\" data-id=\"71f9a24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"untag_accounts\"><strong>untag_accounts<\/strong><\/h3><p>Remove filtering tag from a list of accounts.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>accounts<\/em>\u00a0\u2013 array of unsigned int; Remove tag from this list of accounts.<\/li><\/ul><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"untag_accounts\",\"params\":{\"accounts\":[1]}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7dd38e8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7dd38e8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6775ab7\" data-id=\"6775ab7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-274460b elementor-widget elementor-widget-text-editor\" data-id=\"274460b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"change_wallet_password\"><strong>change_wallet_password<\/strong><\/h3><p>Change a wallet password.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>old_password<\/em>\u00a0\u2013 string; (Optional) Current wallet password, if defined.<\/li><li><em>new_password<\/em>\u00a0\u2013 string; (Optional) New wallet password, if not blank.<\/li><\/ul><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"change_wallet_password\",\"params\":{\"old_password\":\"theCurrentSecretPassPhrase\",\"new_password\":\"theNewSecretPassPhrase\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a6bd959 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a6bd959\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-702187f\" data-id=\"702187f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fb9747a elementor-widget elementor-widget-text-editor\" data-id=\"fb9747a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"check_tx_proof\"><strong>check_tx_proof<\/strong><\/h3><p>Prove a transaction by checking its signature.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>txid<\/em>\u00a0\u2013 string; transaction id.<\/li><li><em>address<\/em>\u00a0\u2013 string; destination public address of the transaction.<\/li><li><em>message<\/em>\u00a0\u2013 string; (Optional) Should be the same message used in\u00a0<code class=\"highlighter-rouge\">get_tx_proof<\/code>.<\/li><li><em>signature<\/em>\u00a0\u2013 string; transaction signature to confirm.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>confirmations<\/em>\u00a0\u2013 unsigned int; Number of block mined after the one with the transaction.<\/li><li><em>good<\/em>\u00a0\u2013 boolean; States if the inputs proves the transaction.<\/li><li><em>in_pool<\/em>\u00a0\u2013 boolean; States if the transaction is still in pool or has been added to a block.<\/li><li><em>received<\/em>\u00a0\u2013 unsigned int; Amount of the transaction.<\/li><\/ul><p>In the example below, the transaction has been proven:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"check_tx_proof\",\"params\":{\"txid\":\"19d5089f9469db3d90aca9024dfcb17ce94b948300101c8345a5e9f7257353be\",\"address\":\"7BnERTpvL5MbCLtj5n9No7J5oE5hHiB3tVCK5cjSvCsYWD2WRJLFuWeKTLiXo5QJqt2ZwUaLy2Vh1Ad51K7FNgqcHgjW85o\",\"message\":\"this is my transaction\",\"signature\":\"InProofV13vqBCT6dpSAXkypZmSEMPGVnNRFDX2vscUYeVS4WnSVnV5BwLs31T9q6Etfj9Wts6tAxSAS4gkMeSYzzLS7Gt4vvCSQRh9niGJMUDJsB5hTzb2XJiCkUzWkkcjLFBBRVD5QZ\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"confirmations\": 482,\n    \"good\": true,\n    \"in_pool\": false,\n    \"received\": 1000000000000\n  }\n}\n<\/code><\/pre><\/div><p>In the example below, the wrong message is used, avoiding the transaction to be proved:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"check_tx_proof\",\"params\":{\"txid\":\"19d5089f9469db3d90aca9024dfcb17ce94b948300101c8345a5e9f7257353be\",\"address\":\"7BnERTpvL5MbCLtj5n9No7J5oE5hHiB3tVCK5cjSvCsYWD2WRJLFuWeKTLiXo5QJqt2ZwUaLy2Vh1Ad51K7FNgqcHgjW85o\",\"message\":\"wrong message\",\"signature\":\"InProofV13vqBCT6dpSAXkypZmSEMPGVnNRFDX2vscUYeVS4WnSVnV5BwLs31T9q6Etfj9Wts6tAxSAS4gkMeSYzzLS7Gt4vvCSQRh9niGJMUDJsB5hTzb2XJiCkUzWkkcjLFBBRVD5QZ\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"confirmations\": 0,\n    \"good\": false,\n    \"in_pool\": false,\n    \"received\": 0\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a5fbb5c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a5fbb5c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-09d5b89\" data-id=\"09d5b89\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9c9b966 elementor-widget elementor-widget-text-editor\" data-id=\"9c9b966\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"create_address\"><strong>create_address<\/strong><\/h3><p>Create a new address for an account. Optionally, label the new address.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>account_index<\/em>\u00a0\u2013 unsigned int; Create a new address for this account.<\/li><li><em>label<\/em>\u00a0\u2013 string; (Optional) Label for the new address.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>address<\/em>\u00a0\u2013 string; Newly created address. Base58 representation of the public keys.<\/li><li><em>address_index<\/em>\u00a0\u2013 unsigned int; Index of the new address under the input account.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"create_address\",\"params\":{\"account_index\":0,\"label\":\"new-sub\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"address\": \"7BG5jr9QS5sGMdpbBrZEwVLZjSKJGJBsXdZLt8wiXyhhLjy7x2LZxsrAnHTgD8oG46ZtLjUGic2pWc96GFkGNPQQDA3Dt7Q\",\n    \"address_index\": 5\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-808bab6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"808bab6\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1a56562\" data-id=\"1a56562\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-679e5a0 elementor-widget elementor-widget-text-editor\" data-id=\"679e5a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"export_multisig_info\"><strong>export_multisig_info<\/strong><\/h3><p>Export multisig info for other participants.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:\u00a0<em>None<\/em>.<\/p><p>Outputs:<\/p><ul><li><em>info<\/em>\u00a0\u2013 string; Multisig info in hex format for other participants.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"export_multisig_info\"}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"info\": \"4d6f6e65726f206d756c7469736967206578706f72740105cf6442b09b75f5eca9d846771fe1a879c9a97ab0553ffbcec64b1148eb7832b51e7898d7944c41cee000415c5a98f4f80dc0efdae379a98805bb6eacae743446f6f421cd03e129eb5b27d6e3b73eb6929201507c1ae706c1a9ecd26ac8601932415b0b6f49cbbfd712e47d01262c59980a8f9a8be776f2bf585f1477a6df63d6364614d941ecfdcb6e958a390eb9aa7c87f056673d73bc7c5f0ab1f74a682e902e48a3322c0413bb7f6fd67404f13fb8e313f70a0ce568c853206751a334ef490068d3c8ca0e\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-54842fe elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"54842fe\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-390b78b\" data-id=\"390b78b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-33df1d1 elementor-widget elementor-widget-text-editor\" data-id=\"33df1d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_accounts\"><strong>get_accounts<\/strong><\/h3><p>Get all accounts for a wallet. Optionally filter accounts by tag.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>tag<\/em>\u00a0\u2013 string; (Optional) Tag for filtering accounts.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>subaddress_accounts<\/em>\u00a0\u2013 array of subaddress account information:<ul><li><em>account_index<\/em>\u00a0\u2013 unsigned int; Index of the account.<\/li><li><em>balance<\/em>\u00a0\u2013 unsigned int; Balance of the account (locked or unlocked).<\/li><li><em>base_address<\/em>\u00a0\u2013 string; Base64 representation of the first subaddress in the account.<\/li><li><em>label<\/em>\u00a0\u2013 string; (Optional) Label of the account.<\/li><li><em>tag<\/em>\u00a0\u2013 string; (Optional) Tag for filtering accounts.<\/li><li><em>unlocked_balance<\/em>\u00a0\u2013 unsigned int; Unlocked balance for the account.<\/li><\/ul><\/li><li><em>total_balance<\/em>\u00a0\u2013 unsigned int; Total balance of the selected accounts (locked or unlocked).<\/li><li><em>total_unlocked_balance<\/em>\u00a0\u2013 unsigned int; Total unlocked balance of the selected accounts.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_accounts\",\"params\":{\"tag\":\"myTag\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"subaddress_accounts\": [{\n      \"account_index\": 0,\n      \"balance\": 157663195572433688,\n      \"base_address\": \"NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt\",\n      \"label\": \"Primary account\",\n      \"tag\": \"myTag\",\n      \"unlocked_balance\": 157443303037455077\n    },{\n      \"account_index\": 1,\n      \"balance\": 0,\n      \"base_address\": \"NY7Vx9cs1VPicFndSVgYUvTdLCJEZw9h81hXLMYsjBCXSJfUehLa9TDW3Ffh45SQa7xb6dUs18mpNxfUhQGqfwXPSMrvKhVp\",\n      \"label\": \"Secondary account\",\n      \"tag\": \"myTag\",\n      \"unlocked_balance\": 0\n    }],\n    \"total_balance\": 157663195572433688,\n    \"total_unlocked_balance\": 157443303037455077\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-73709b5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"73709b5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0fe9e65\" data-id=\"0fe9e65\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6fb8dec elementor-widget elementor-widget-text-editor\" data-id=\"6fb8dec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_attribute\"><strong>get_attribute<\/strong><\/h3><p>Get attribute value by name.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>key<\/em>\u00a0\u2013 string; attribute name<\/li><\/ul><p>Outputs:<\/p><ul><li><em>value<\/em>\u00a0\u2013 string; attribute value<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_attribute\",\"params\":{\"key\":\"my_attribute\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"value\": \"my_value\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-edc0c2d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"edc0c2d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d32b4a3\" data-id=\"d32b4a3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e4a2296 elementor-widget elementor-widget-text-editor\" data-id=\"e4a2296\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_languages\"><strong>get_languages<\/strong><\/h3><p>Get a list of available languages for your wallet\u2019s seed.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:\u00a0<em>None<\/em>.<\/p><p>Outputs:<\/p><ul><li><em>languages<\/em>\u00a0\u2013 array of string; List of available languages<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_languages\"}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"languages\": [\"Deutsch\",\"English\",\"Espa\u00f1ol\",\"Fran\u00e7ais\",\"Italiano\",\"Nederlands\",\"Portugu\u00eas\",\"\u0440\u0443\u0441\u0441\u043a\u0438\u0439 \u044f\u0437\u044b\u043a\",\"\u65e5\u672c\u8a9e\",\"\u7b80\u4f53\u4e2d\u6587 (\u4e2d\u56fd)\",\"Esperanto\",\"Lojban\"]\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a107eaa elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a107eaa\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d1b9368\" data-id=\"d1b9368\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3afc892 elementor-widget elementor-widget-text-editor\" data-id=\"3afc892\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_transfer_by_txid\"><strong>get_transfer_by_txid<\/strong><\/h3><p>Show information about a transfer to\/from this address.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>txid<\/em>\u00a0\u2013 string; Transaction ID used to find the transfer.<\/li><li><em>account_index<\/em>\u00a0\u2013 unsigned int; (Optional) Index of the account to query for the transfer.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>transfer<\/em>\u00a0\u2013 JSON object containing payment information:<ul><li><em>address<\/em>\u00a0\u2013 string; Address that transferred the funds. Base58 representation of the public keys.<\/li><li><em>amount<\/em>\u00a0\u2013 unsigned int; Amount of this transfer.<\/li><li><em>confirmations<\/em>\u00a0\u2013 unsigned int; Number of block mined since the block containing this transaction (or block height at which the transaction should be added to a block if not yet confirmed).<\/li><li><em>destinations<\/em>\u00a0\u2013 array of JSON objects containing transfer destinations:<ul><li><em>amount<\/em>\u00a0\u2013 unsigned int; Amount transferred to this destination.<\/li><li><em>address<\/em>\u00a0\u2013 string; Address for this destination. Base58 representation of the public keys.<\/li><\/ul><\/li><li><em>double_spend_seen<\/em>\u00a0\u2013 boolean; True if the key image(s) for the transfer have been seen before.<\/li><li><em>fee<\/em>\u00a0\u2013 unsigned int; Transaction fee for this transfer.<\/li><li><em>height<\/em>\u00a0\u2013 unsigned int; Height of the first block that confirmed this transfer.<\/li><li><em>note<\/em>\u00a0\u2013 string; Note about this transfer.<\/li><li><em>payment_id<\/em>\u00a0\u2013 string; Payment ID for this transfer.<\/li><li><em>subaddr_index<\/em>\u00a0\u2013 JSON object containing the major &amp; minor subaddress index:<ul><li><em>major<\/em>\u00a0\u2013 unsigned int; Account index for the subaddress.<\/li><li><em>minor<\/em>\u00a0\u2013 unsigned int; Index of the subaddress under the account.<\/li><\/ul><\/li><li><em>suggested_confirmations_threshold<\/em>\u00a0\u2013 unsigned int; Estimation of the confirmations needed for the transaction to be included in a block.<\/li><li><em>timestamp<\/em>\u00a0\u2013 unsigned int; POSIX timestamp for the block that confirmed this transfer (or timestamp submission if not mined yet).<\/li><li><em>txid<\/em>\u00a0\u2013 string; Transaction ID of this transfer (same as input TXID).<\/li><li><em>type<\/em>\u00a0\u2013 string; Type of transfer, one of the following: \u201cin\u201d, \u201cout\u201d, \u201cpending\u201d, \u201cfailed\u201d, \u201cpool\u201d<\/li><li><em>unlock_time<\/em>\u00a0\u2013 unsigned int; Number of blocks until transfer is safely spendable.<\/li><\/ul><\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_transfer_by_txid\",\"params\":{\"txid\":\"c36258a276018c3a4bc1f195a7fb530f50cd63a4fa765fb7c6f7f49fc051762a\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"transfer\": {\n      \"address\": \"NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt\",\n      \"amount\": 300000000000,\n      \"confirmations\": 1,\n      \"destinations\": [{\n        \"address\": \"NYBnERTpvL5MbCLtj5n9No7J5oE5hHiB3tVCK5cjSvCsYWD2WRJLFuWeKTLiXo5QJqt2ZwUaLy2Vh1Ad51K7FNgqcHgjW85o\",\n        \"amount\": 100000000000\n      },{\n        \"address\": \"NY7Vx9cs1VPicFndSVgYUvTdLCJEZw9h81hXLMYsjBCXSJfUehLa9TDW3Ffh45SQa7xb6dUs18mpNxfUhQGqfwXPSMrvKhVp\",\n        \"amount\": 200000000000\n      }],\n      \"double_spend_seen\": false,\n      \"fee\": 21650200000,\n      \"height\": 153624,\n      \"note\": \"\",\n      \"payment_id\": \"0000000000000000\",\n      \"subaddr_index\": {\n        \"major\": 0,\n        \"minor\": 0\n      },\n      \"suggested_confirmations_threshold\": 1,\n      \"timestamp\": 1535918400,\n      \"txid\": \"c36258a276018c3a4bc1f195a7fb530f50cd63a4fa765fb7c6f7f49fc051762a\",\n      \"type\": \"out\",\n      \"unlock_time\": 0\n    }\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b3aa62a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b3aa62a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-91aa674\" data-id=\"91aa674\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-caea92e elementor-widget elementor-widget-text-editor\" data-id=\"caea92e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_tx_proof\"><strong>get_tx_proof<\/strong><\/h3><p>Get transaction signature to prove it.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>txid<\/em>\u00a0\u2013 string; transaction id.<\/li><li><em>address<\/em>\u00a0\u2013 string; destination public address of the transaction.<\/li><li><em>message<\/em>\u00a0\u2013 string; (Optional) add a message to the signature to further authenticate the prooving process.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>signature<\/em>\u00a0\u2013 string; transaction signature.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_tx_proof\",\"params\":{\"txid\":\"19d5089f9469db3d90aca9024dfcb17ce94b948300101c8345a5e9f7257353be\",\"address\":\"7BnERTpvL5MbCLtj5n9No7J5oE5hHiB3tVCK5cjSvCsYWD2WRJLFuWeKTLiXo5QJqt2ZwUaLy2Vh1Ad51K7FNgqcHgjW85o\",\"message\":\"this is my transaction\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"signature\": \"InProofV13vqBCT6dpSAXkypZmSEMPGVnNRFDX2vscUYeVS4WnSVnV5BwLs31T9q6Etfj9Wts6tAxSAS4gkMeSYzzLS7Gt4vvCSQRh9niGJMUDJsB5hTzb2XJiCkUzWkkcjLFBBRVD5QZ\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d9c183b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d9c183b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-369f9fa\" data-id=\"369f9fa\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2c657cd elementor-widget elementor-widget-text-editor\" data-id=\"2c657cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"import_outputs\"><strong>import_outputs<\/strong><\/h3><p>Import outputs in hex format.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>outputs_data_hex<\/em>\u00a0\u2013 string; wallet outputs in hex format.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>num_imported<\/em>\u00a0\u2013 unsigned int; number of outputs imported.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"import_outputs\",\"params\":{\"outputs_data_hex\":\"...outputs...\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"num_imported\": 6400\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e182879 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e182879\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4a419ce\" data-id=\"4a419ce\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-95337e4 elementor-widget elementor-widget-text-editor\" data-id=\"95337e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"label_address\"><strong>label_address<\/strong><\/h3><p>Label an address.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>index<\/em>\u00a0\u2013 subaddress index; JSON Object containing the major &amp; minor address index:<ul><li><em>major<\/em>\u00a0\u2013 unsigned int; Account index for the subaddress.<\/li><li><em>minor<\/em>\u00a0\u2013 unsigned int; Index of the subaddress in the account.<\/li><\/ul><\/li><li><em>label<\/em>\u00a0\u2013 string; Label for the address.<\/li><\/ul><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"label_address\",\"params\":{\"index\":{\"major\":0,\"minor\":5},\"label\":\"myLabel\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d5c2632 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d5c2632\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-67f93f4\" data-id=\"67f93f4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f808f8f elementor-widget elementor-widget-text-editor\" data-id=\"f808f8f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"open_wallet\"><strong>open_wallet<\/strong><\/h3><p>Open a wallet. You need to have set the argument \u201c\u2013wallet-dir\u201d when launching dinastycoin-wallet-rpc to make this work.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>filename<\/em>\u00a0\u2013 string; wallet name stored in \u2013wallet-dir.<\/li><li><em>password<\/em>\u00a0\u2013 string; (Optional) only needed if the wallet has a password defined.<\/li><\/ul><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"open_wallet\",\"params\":{\"filename\":\"mytestwallet\",\"password\":\"mytestpassword\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b0c8c82 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b0c8c82\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5ee19e1\" data-id=\"5ee19e1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7c5e2a8 elementor-widget elementor-widget-text-editor\" data-id=\"7c5e2a8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"refresh\"><strong>refresh<\/strong><\/h3><p>Refresh a wallet after openning.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>start_height<\/em>\u00a0\u2013 unsigned int; (Optional) The block height from which to start refreshing.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>blocks_fetched<\/em>\u00a0\u2013 unsigned int; Number of new blocks scanned.<\/li><li><em>received_money<\/em>\u00a0\u2013 boolean; States if transactions to the wallet have been found in the blocks.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"refresh\",\"params\":{\"start_height\":100000}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"blocks_fetched\": 24,\n    \"received_money\": true\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4df0ea9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4df0ea9\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d091636\" data-id=\"d091636\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f69473e elementor-widget elementor-widget-text-editor\" data-id=\"f69473e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"set_account_tag_description\"><strong>set_account_tag_description<\/strong><\/h3><p>Set description for an account tag.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>tag<\/em>\u00a0\u2013 string; Set a description for this tag.<\/li><li><em>description<\/em>\u00a0\u2013 string; Description for the tag.<\/li><\/ul><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"set_account_tag_description\",\"params\":{\"tag\":\"myTag\",\"description\":\"Test tag\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a4c660b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a4c660b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-376a2c6\" data-id=\"376a2c6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c936504 elementor-widget elementor-widget-text-editor\" data-id=\"c936504\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"sign_multisig\"><strong>sign_multisig<\/strong><\/h3><p>Sign a transaction in multisig.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>tx_data_hex<\/em>\u00a0\u2013 string; Multisig transaction in hex format, as returned by\u00a0<code class=\"highlighter-rouge\">transfer<\/code>\u00a0under\u00a0<code class=\"highlighter-rouge\">multisig_txset<\/code>.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>tx_data_hex<\/em>\u00a0\u2013 string; Multisig transaction in hex format.<\/li><li><em>tx_hash_list<\/em>\u00a0\u2013 array of string; List of transaction Hash.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"sign_multisig\",\"params\":{\"tx_data_hex\":\"...multisig_txset...\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"tx_data_hex\": \"...multisig_txset...\",\n    \"tx_hash_list\": [\"4996091b61c1be112c1097fd5e97d8ff8b28f0e5e62e1137a8c831bacf034f2d\"]\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cb6150e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cb6150e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-cf9ab27\" data-id=\"cf9ab27\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-08d03d8 elementor-widget elementor-widget-text-editor\" data-id=\"08d03d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"stop_mining\"><strong>stop_mining<\/strong><\/h3><p>Stop mining in the Dinastycoin daemon.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:\u00a0<em>None<\/em>.<\/p><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"stop_mining\"}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-10da847 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"10da847\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-90e5b39\" data-id=\"90e5b39\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4c7e0d8 elementor-widget elementor-widget-text-editor\" data-id=\"4c7e0d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"submit_transfer\"><strong>submit_transfer<\/strong><\/h3><p>Submit a previously signed transaction on a read-only wallet (in cold-signing process).<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>tx_data_hex<\/em>\u00a0\u2013 string; Set of signed tx returned by \u201csign_transfer\u201d<\/li><\/ul><p>Outputs:<\/p><ul><li><em>tx_hash_list<\/em>\u00a0\u2013 array of: string. The tx hashes of every transaction.<\/li><\/ul><p>In the example below, we submit the transfer using the signed_txset generated above:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"submit_transfer\",\"params\":{\"tx_data_hex\":...long_hex...\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"tx_hash_list\": [\"40fad7c828bb383ac02648732f7afce9adc520ba5629e1f5d9c03f584ac53d74\"]\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c617358 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c617358\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4288a47\" data-id=\"4288a47\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-da00701 elementor-widget elementor-widget-text-editor\" data-id=\"da00701\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"tag_accounts\"><strong>tag_accounts<\/strong><\/h3><p>Apply a filtering tag to a list of accounts.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>tag<\/em>\u00a0\u2013 string; Tag for the accounts.<\/li><li><em>accounts<\/em>\u00a0\u2013 array of unsigned int; Tag this list of accounts.<\/li><\/ul><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"tag_accounts\",\"params\":{\"tag\":\"myTag\",\"accounts\":[0,1]}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f58c95f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f58c95f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-982d0b2\" data-id=\"982d0b2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dd4ffe9 elementor-widget elementor-widget-text-editor\" data-id=\"dd4ffe9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"verify\"><strong>verify<\/strong><\/h3><p>Verify a signature on a string.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>data<\/em>\u00a0\u2013 string; What should have been signed.<\/li><li><em>address<\/em>\u00a0\u2013 string; Public address of the wallet used to\u00a0<code class=\"highlighter-rouge\">sign<\/code>\u00a0the data.<\/li><li><em>signature<\/em>\u00a0\u2013 string; signature generated by\u00a0<code class=\"highlighter-rouge\">sign<\/code>\u00a0method.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>good<\/em>\u00a0\u2013 boolean;<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"verify\",\"params\":{\"data\":\"This is sample data to be signed\",\"address\":\"NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt\",\"signature\":\"SigV14K6G151gycjiGxjQ74tKX6A2LwwghvuHjcDeuRFQio5LS6Gb27BNxjYQY1dPuUvXkEbGQUkiHSVLPj4nJAHRrrw3\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"good\": true\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8a2cdf3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8a2cdf3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5f11a9f\" data-id=\"5f11a9f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2dbd17b elementor-widget elementor-widget-text-editor\" data-id=\"2dbd17b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"check_reserve_proof\"><strong>check_reserve_proof<\/strong><\/h3><p>Proves a wallet has a disposable reserve using a signature.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>address<\/em>\u00a0\u2013 string; Public address of the wallet.<\/li><li><em>message<\/em>\u00a0\u2013 string; (Optional) Should be the same message used in\u00a0<code class=\"highlighter-rouge\">get_reserve_proof<\/code>.<\/li><li><em>signature<\/em>\u00a0\u2013 string; reserve signature to confirm.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>good<\/em>\u00a0\u2013 boolean; States if the inputs proves the reserve.<\/li><\/ul><p>In the example below, the reserve has been proven:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"check_reserve_proof\",\"params\":{\"address\":\"NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt\",\"signature\":\"ReserveProofV11BZ23sBt9sZJeGccf84mzyAmNCP3KzYbE1111112VKmH111118NfCYJQjZ6c46gT2kXgcHCaSSZeL8sRdzqjqx7i1e7FQfQGu2o113UYFVdwzHQi3iENDPa76Kn1BvywbKz3bMkXdZkBEEhBSF4kjjGaiMJ1ucKb6wvMVC4A8sA4nZEdL2Mk3wBucJCYTZwKqA8i1M113kqakDkG25FrjiDqdQTCYz2wDBmfKxF3eQiV5FWzZ6HmAyxnqTWUiMWukP9A3Edy3ZXqjP1b23dhz7Mbj39bBxe3ZeDNu9HnTSqYvHNRyqCkeUMJpHyQweqjGUJ1DSfFYr33J1E7MkhMnEi1o7trqWjVix32XLetYfePG73yvHbS24837L7Q64i5n1LSpd9yMiQZ3Dyaysi5y6jPx7TpAvnSqBFtuCciKoNzaXoA3dqt9cuVFZTXzdXKqdt3cXcVJMNxY8RvKPVQHhUur94Lpo1nSpxf7BN5a5rHrbZFqoZszsZmiWikYPkLX72XUdw6NWjLrTBxSy7KuPYH86c6udPEXLo2xgN6XHMBMBJzt8FqqK7EcpNUBkuHm2AtpGkf9CABY3oSjDQoRF5n4vNLd3qUaxNsG4XJ12L9gJ7GrK273BxkfEA8fDdxPrb1gpespbgEnCTuZHqj1A\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"good\": true,\n    \"spent\": 0,\n    \"total\": 100000000000\n  }\n}\n<\/code><\/pre><\/div><p>In the example below, all wallet reserve has been proven:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"check_reserve_proof\",\"params\":{\"address\":\"NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt\",\"message\":\"I have 10 at least\",\"signature\":\"...signature...\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"good\": true,\n    \"spent\": 0,\n    \"total\": 164113855714662789\n  }\n}\n<\/code><\/pre><\/div><p>In the example below, the wrong message is used, avoiding the reserve to be proved:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"check_spend_proof\",\"params\":{\"txid\":\"19d5089f9469db3d90aca9024dfcb17ce94b948300101c8345a5e9f7257353be\",\"message\":\"wrong message\",\"signature\":\"SpendProofV1aSh8Todhk54736iXgV6vJAFP7egxByuMWZeyNDaN2JY737S95X5zz5mNMQSuCNSLjjhi5HJCsndpNWSNVsuThxwv285qy1KkUrLFRkxMSCjfL6bbycYN33ScZ5UB4Fzseceo1ndpL393T1q638VmcU3a56dhNHF1RPZFiGPS61FA78nXFSqE9uoKCCoHkEz83M1dQVhxZV5CEPF2P6VioGTKgprLCH9vvj9k1ivd4SX19L2VSMc3zD1u3mkR24ioETvxBoLeBSpxMoikyZ6inhuPm8yYo9YWyFtQK4XYfAV9mJ9knz5fUPXR8vvh7KJCAg4dqeJXTVb4mbMzYtsSZXHd6ouWoyCd6qMALdW8pKhgMCHcVYMWp9X9WHZuCo9rsRjRpg15sJUw7oJg1JoGiVgj8P4JeGDjnZHnmLVa5bpJhVCbMhyM7JLXNQJzFWTGC27TQBbthxCfQaKdusYnvZnKPDJWSeceYEFzepUnsWhQtyhbb73FzqgWC4eKEFKAZJqT2LuuSoxmihJ9acnFK7Ze23KTVYgDyMKY61VXADxmSrBvwUtxCaW4nQtnbMxiPMNnDMzeixqsFMBtN72j5UqhiLRY99k6SE7Qf5f29haNSBNSXCFFHChPKNTwJrehkofBdKUhh2VGPqZDNoefWUwfudeu83t85bmjv8Q3LrQSkFgFjRT5tLo8TMawNXoZCrQpyZrEvnodMDDUUNf3NL7rxyv3gM1KrTWjYaWXFU2RAsFee2Q2MTwUW7hR25cJvSFuB1BX2bfkoCbiMk923tHZGU2g7rSKF1GDDkXAc1EvFFD4iGbh1Q5t6hPRhBV8PEncdcCWGq5uAL5D4Bjr6VXG8uNeCy5oYWNgbZ5JRSfm7QEhPv8Fy9AKMgmCxDGMF9dVEaU6tw2BAnJavQdfrxChbDBeQXzCbCfep6oei6n2LZdE5Q84wp7eoQFE5Cwuo23tHkbJCaw2njFi3WGBbA7uGZaGHJPyB2rofTWBiSUXZnP2hiE9bjJghAcDm1M4LVLfWvhZmFEnyeru3VWMETnetz1BYLUC5MJGFXuhnHwWh7F6r74FDyhdswYop4eWPbyrXMXmUQEccTGd2NaT8g2VHADZ76gMC6BjWESvcnz2D4n8XwdmM7ZQ1jFwhuXrBfrb1dwRasyXxxHMGAC2onatNiExyeQ9G1W5LwqNLAh9hvcaNTGaYKYXoceVzLkgm6e5WMkLsCwuZXvB\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"good\": false\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-507f03a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"507f03a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ea74e55\" data-id=\"ea74e55\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fdd8166 elementor-widget elementor-widget-text-editor\" data-id=\"fdd8166\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"close_wallet\"><strong>close_wallet<\/strong><\/h3><p>Close the currently opened wallet, after trying to save it.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:\u00a0<em>None<\/em>.<\/p><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"close_wallet\"}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c077fe3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c077fe3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8730c79\" data-id=\"8730c79\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f3ee7d3 elementor-widget elementor-widget-text-editor\" data-id=\"f3ee7d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"create_wallet\"><strong>create_wallet<\/strong><\/h3><p>Create a new wallet. You need to have set the argument \u201c\u2013wallet-dir\u201d when launching dinastycoin-wallet-rpc to make this work.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>filename<\/em>\u00a0\u2013 string; Wallet file name.<\/li><li><em>password<\/em>\u00a0\u2013 string; (Optional) password to protect the wallet.<\/li><li><em>language<\/em>\u00a0\u2013 string; Language for your wallets\u2019 seed.<\/li><\/ul><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"create_wallet\",\"params\":{\"filename\":\"mytestwallet\",\"password\":\"mytestpassword\",\"language\":\"English\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-362de2d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"362de2d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3f7025c\" data-id=\"3f7025c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-91c57c6 elementor-widget elementor-widget-text-editor\" data-id=\"91c57c6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"export_outputs\"><strong>export_outputs<\/strong><\/h3><p>Export all outputs in hex format.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:\u00a0<em>None<\/em>.<\/p><p>Outputs:<\/p><ul><li><em>outputs_data_hex<\/em>\u00a0\u2013 string; wallet outputs in hex format.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"export_outputs\"}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"outputs_data_hex\": \"...outputs...\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cb8f6f2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cb8f6f2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b829fac\" data-id=\"b829fac\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5fa3598 elementor-widget elementor-widget-text-editor\" data-id=\"5fa3598\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_address\"><strong>get_address<\/strong><\/h3><p>Return the wallet\u2019s addresses for an account. Optionally filter for specific set of subaddresses.<\/p><p>Alias:\u00a0<em>getaddress<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>account_index<\/em>\u00a0\u2013 unsigned int; Return subaddresses for this account.<\/li><li><em>address_index<\/em>\u00a0\u2013 array of unsigned int; (Optional) List of subaddresses to return from an account.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>address<\/em>\u00a0\u2013 string; The 95-character hex address string of the dinastycoin-wallet-rpc in session.<\/li><li><em>addresses<\/em>\u00a0array of addresses informations<ul><li><em>address<\/em>\u00a0string; The 95-character hex (sub)address string.<\/li><li><em>label<\/em>\u00a0string; Label of the (sub)address<\/li><li><em>address_index<\/em>\u00a0unsigned int; index of the subaddress<\/li><li><em>used<\/em>\u00a0boolean; states if the (sub)address has already received funds<\/li><\/ul><\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_address\",\"params\":{\"account_index\":0,\"address_index\":[0,1,4]}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"address\": \"NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt\",\n    \"addresses\": [{\n      \"address\": \"NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt\",\n      \"address_index\": 0,\n      \"label\": \"Primary account\",\n      \"used\": true\n    },{\n      \"address\": \"NYBnERTpvL5MbCLtj5n9No7J5oE5hHiB3tVCK5cjSvCsYWD2WRJLFuWeKTLiXo5QJqt2ZwUaLy2Vh1Ad51K7FNgqcHgjW85o\",\n      \"address_index\": 1,\n      \"label\": \"\",\n      \"used\": true\n    },{\n      \"address\": \"NY7xa6Dha7kzCQuvmd8iB5VYoMkdenwCNRU9khGhExXQ8KLL3z1N1ZATBD1sFPenyHWT9cm4fVFnCAUApY53peuoZFtwZiw5\",\n      \"address_index\": 4,\n      \"label\": \"test2\",\n      \"used\": true\n    }]\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c2c1fea elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c2c1fea\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-80a9a86\" data-id=\"80a9a86\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1752588 elementor-widget elementor-widget-text-editor\" data-id=\"1752588\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_balance\"><strong>get_balance<\/strong><\/h3><p>Return the wallet\u2019s balance.<\/p><p>Alias:\u00a0<em>getbalance<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>account_index<\/em>\u00a0\u2013 unsigned int; Return balance for this account.<\/li><li><em>address_indices<\/em>\u00a0\u2013 array of unsigned int; (Optional) Return balance detail for those subaddresses.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>balance<\/em>\u00a0\u2013 unsigned int; The total balance of the current dinastycoin-wallet-rpc in session.<\/li><li><em>unlocked_balance<\/em>\u00a0\u2013 unsigned int; Unlocked funds are those funds that are sufficiently deep enough in the Dinastycoin blockchain to be considered safe to spend.<\/li><li><em>multisig_import_needed<\/em>\u00a0\u2013 boolean; True if importing multisig data is needed for returning a correct balance.<\/li><li><em>per_subaddress<\/em>\u00a0\u2013 array of subaddress information; Balance information for each subaddress in an account.<ul><li><em>address_index<\/em>\u00a0\u2013 unsigned int; Index of the subaddress in the account.<\/li><li><em>address<\/em>\u00a0\u2013 string; Address at this index. Base58 representation of the public keys.<\/li><li><em>balance<\/em>\u00a0\u2013 unsigned int; Balance for the subaddress (locked or unlocked).<\/li><li><em>unlocked_balance<\/em>\u00a0\u2013 unsigned int; Unlocked balance for the subaddress.<\/li><li><em>label<\/em>\u00a0\u2013 string; Label for the subaddress.<\/li><li><em>num_unspent_outputs<\/em>\u00a0\u2013 unsigned int; Number of unspent outputs available for the subaddress.<\/li><\/ul><\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_balance\",\"params\":{\"account_index\":0,\"address_indices\":[0,1]}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"balance\": 157443303037455077,\n    \"multisig_import_needed\": false,\n    \"per_subaddress\": [{\n      \"address\": \"NYLTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt\",\n      \"address_index\": 0,\n      \"balance\": 157360317826255077,\n      \"label\": \"Primary account\",\n      \"num_unspent_outputs\": 5281,\n      \"unlocked_balance\": 157360317826255077\n    },{\n      \"address\": \"NYBnERTpvL5MbCLtj5n9No7J5oE5hHiB3tVCK5cjSvCsYWD2WRJLFuWeKTLiXo5QJqt2ZwUaLy2Vh1Ad51K7FNgqcHgjW85o\",\n      \"address_index\": 1,\n      \"balance\": 59985211200000,\n      \"label\": \"\",\n      \"num_unspent_outputs\": 1,\n      \"unlocked_balance\": 59985211200000\n    }],\n    \"unlocked_balance\": 157443303037455077\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6b93cc2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6b93cc2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5e96657\" data-id=\"5e96657\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c31212 elementor-widget elementor-widget-text-editor\" data-id=\"3c31212\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_payments\"><strong>get_payments<\/strong><\/h3><p>Get a list of incoming payments using a given payment id.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>payment_id<\/em>\u00a0\u2013 string; Payment ID used to find the payments (16 characters hex).<\/li><\/ul><p>Outputs:<\/p><ul><li><em>payments<\/em>\u00a0\u2013 list of:<ul><li><em>payment_id<\/em>\u00a0\u2013 string; Payment ID matching the input parameter.<\/li><li><em>tx_hash<\/em>\u00a0\u2013 string; Transaction hash used as the transaction ID.<\/li><li><em>amount<\/em>\u00a0\u2013 unsigned int; Amount for this payment.<\/li><li><em>block_height<\/em>\u00a0\u2013 unsigned int; Height of the block that first confirmed this payment.<\/li><li><em>unlock_time<\/em>\u00a0\u2013 unsigned int; Time (in block height) until this payment is safe to spend.<\/li><li><em>subaddr_index<\/em>\u00a0\u2013 subaddress index:<ul><li><em>major<\/em>\u00a0\u2013 unsigned int; Account index for the subaddress.<\/li><li><em>minor<\/em>\u00a0\u2013 unsigned int; Index of the subaddress in the account.<\/li><\/ul><\/li><li><em>address<\/em>\u00a0\u2013 string; Address receiving the payment; Base58 representation of the public keys.<\/li><\/ul><\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_payments\",\"params\":{\"payment_id\":\"60900e5603bf96e3\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"payments\": [{\n      \"address\": \"NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt\",\n      \"amount\": 1000000000000,\n      \"block_height\": 127606,\n      \"payment_id\": \"60900e5603bf96e3\",\n      \"subaddr_index\": {\n        \"major\": 0,\n        \"minor\": 0\n      },\n      \"tx_hash\": \"3292e83ad28fc1cc7bc26dbd38862308f4588680fbf93eae3e803cddd1bd614f\",\n      \"unlock_time\": 0\n    }]\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f6c83d2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f6c83d2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d5efde4\" data-id=\"d5efde4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1b40fac elementor-widget elementor-widget-text-editor\" data-id=\"1b40fac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_transfers\"><strong>get_transfers<\/strong><\/h3><p>Returns a list of transfers.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>in<\/em>\u00a0\u2013 boolean; (Optional) Include incoming transfers.<\/li><li><em>out<\/em>\u00a0\u2013 boolean; (Optional) Include outgoing transfers.<\/li><li><em>pending<\/em>\u00a0\u2013 boolean; (Optional) Include pending transfers.<\/li><li><em>failed<\/em>\u00a0\u2013 boolean; (Optional) Include failed transfers.<\/li><li><em>pool<\/em>\u00a0\u2013 boolean; (Optional) Include transfers from the daemon\u2019s transaction pool.<\/li><li><em>filter_by_height<\/em>\u00a0\u2013 boolean; (Optional) Filter transfers by block height.<\/li><li><em>min_height<\/em>\u00a0\u2013 unsigned int; (Optional) Minimum block height to scan for transfers, if filtering by height is enabled.<\/li><li><em>max_height<\/em>\u00a0\u2013 unsigned int; (Opional) Maximum block height to scan for transfers, if filtering by height is enabled (defaults to max block height).<\/li><li><em>account_index<\/em>\u00a0\u2013 unsigned int; (Optional) Index of the account to query for transfers. (defaults to 0)<\/li><li><em>subaddr_indices<\/em>\u00a0\u2013 array of unsigned int; (Optional) List of subaddress indices to query for transfers. (Defaults to empty \u2013 all indices)<\/li><\/ul><p>Outputs:<\/p><ul><li><em>in<\/em>\u00a0array of transfers:<ul><li><em>address<\/em>\u00a0\u2013 string; Public address of the transfer.<\/li><li><em>amount<\/em>\u00a0\u2013 unsigned int; Amount transferred.<\/li><li><em>confirmations<\/em>\u00a0\u2013 unsigned int; Number of block mined since the block containing this transaction (or block height at which the transaction should be added to a block if not yet confirmed).<\/li><li><em>double_spend_seen<\/em>\u00a0\u2013 boolean; True if the key image(s) for the transfer have been seen before.<\/li><li><em>fee<\/em>\u00a0\u2013 unsigned int; Transaction fee for this transfer.<\/li><li><em>height<\/em>\u00a0\u2013 unsigned int; Height of the first block that confirmed this transfer (0 if not mined yet).<\/li><li><em>note<\/em>\u00a0\u2013 string; Note about this transfer.<\/li><li><em>payment_id<\/em>\u00a0\u2013 string; Payment ID for this transfer.<\/li><li><em>subaddr_index<\/em>\u00a0\u2013 JSON object containing the major &amp; minor subaddress index:<ul><li><em>major<\/em>\u00a0\u2013 unsigned int; Account index for the subaddress.<\/li><li><em>minor<\/em>\u00a0\u2013 unsigned int; Index of the subaddress under the account.<\/li><\/ul><\/li><li><em>suggested_confirmations_threshold<\/em>\u00a0\u2013 unsigned int; Estimation of the confirmations needed for the transaction to be included in a block.<\/li><li><em>timestamp<\/em>\u00a0\u2013 unsigned int; POSIX timestamp for when this transfer was first confirmed in a block (or timestamp submission if not mined yet).<\/li><li><em>txid<\/em>\u00a0\u2013 string; Transaction ID for this transfer.<\/li><li><em>type<\/em>\u00a0\u2013 string; Transfer type: \u201cin\u201d<\/li><li><em>unlock_time<\/em>\u00a0\u2013 unsigned int; Number of blocks until transfer is safely spendable.<\/li><\/ul><\/li><li><em>out<\/em>\u00a0array of transfers (see above).<\/li><li><em>pending<\/em>\u00a0array of transfers (see above).<\/li><li><em>failed<\/em>\u00a0array of transfers (see above).<\/li><li><em>pool<\/em>\u00a0array of transfers (see above).<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_transfers\",\"params\":{\"in\":true,\"account_index\":1}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"in\": [{\n      \"address\": \"NY7Vx9cs1VPicFndSVgYUvTdLCJEZw9h81hXLMYsjBCXSJfUehLa9TDW3Ffh45SQa7xb6dUs18mpNxfUhQGqfwXPSMrvKhVp\",\n      \"amount\": 200000000000,\n      \"confirmations\": 1,\n      \"double_spend_seen\": false,\n      \"fee\": 21650200000,\n      \"height\": 153624,\n      \"note\": \"\",\n      \"payment_id\": \"0000000000000000\",\n      \"subaddr_index\": {\n        \"major\": 1,\n        \"minor\": 0\n      },\n      \"suggested_confirmations_threshold\": 1,\n      \"timestamp\": 1535918400,\n      \"txid\": \"c36258a276018c3a4bc1f195a7fb530f50cd63a4fa765fb7c6f7f49fc051762a\",\n      \"type\": \"in\",\n      \"unlock_time\": 0\n    }]\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cdc792e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cdc792e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1cc52bb\" data-id=\"1cc52bb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b435375 elementor-widget elementor-widget-text-editor\" data-id=\"b435375\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_version\"><strong>get_version<\/strong><\/h3><p>Get RPC version Major &amp; Minor integer-format, where Major is the first 16 bits and Minor the last 16 bits.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:\u00a0<em>None<\/em>.<\/p><p>Outputs:<\/p><ul><li><em>version<\/em>\u00a0\u2013 unsigned int; RPC version, formatted with\u00a0<code class=\"highlighter-rouge\">Major * 2^16 + Minor<\/code>\u00a0(Major encoded over the first 16 bits, and Minor over the last 16 bits).<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_version\"}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"version\": 65539\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e2ce8f0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e2ce8f0\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-dfb4b18\" data-id=\"dfb4b18\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-73c47e0 elementor-widget elementor-widget-text-editor\" data-id=\"73c47e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"incoming_transfers\"><strong>incoming_transfers<\/strong><\/h3><p>Return a list of incoming transfers to the wallet.<\/p><p>Inputs:<\/p><ul><li><em>transfer_type<\/em>\u00a0\u2013 string; \u201call\u201d: all the transfers, \u201cavailable\u201d: only transfers which are not yet spent, OR \u201cunavailable\u201d: only transfers which are already spent.<\/li><li><em>account_index<\/em>\u00a0\u2013 unsigned int; (Optional) Return transfers for this account. (defaults to 0)<\/li><li><em>subaddr_indices<\/em>\u00a0\u2013 array of unsigned int; (Optional) Return transfers sent to these subaddresses.<\/li><li><em>verbose<\/em>\u00a0\u2013 boolean; (Optional) Enable verbose output, return key image if true.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>transfers<\/em>\u00a0\u2013 list of:<ul><li><em>amount<\/em>\u00a0\u2013 unsigned int; Amount of this transfer.<\/li><li><em>global_index<\/em>\u00a0\u2013 unsigned int; Mostly internal use, can be ignored by most users.<\/li><li><em>key_image<\/em>\u00a0\u2013 string; Key image for the incoming transfer\u2019s unspent output (empty unless verbose is true).<\/li><li><em>spent<\/em>\u00a0\u2013 boolean; Indicates if this transfer has been spent.<\/li><li><em>subaddr_index<\/em>\u00a0\u2013 unsigned int; Subaddress index for incoming transfer.<\/li><li><em>tx_hash<\/em>\u00a0\u2013 string; Several incoming transfers may share the same hash if they were in the same transaction.<\/li><li><em>tx_size<\/em>\u00a0\u2013 unsigned int; Size of transaction in bytes.<\/li><\/ul><\/li><\/ul><p>Example, get all transfers:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"incoming_transfers\",\"params\":{\"transfer_type\":\"all\",\"account_index\":0,\"subaddr_indices\":[3],\"verbose\":true}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"transfers\": [{\n      \"amount\": 60000000000000,\n      \"global_index\": 122405,\n      \"key_image\": \"8768f5144777eb23477ab7acf83562581d690abaf98ca897c03a9d2b900eb479b\",\n      \"spent\": true,\n      \"subaddr_index\": 3,\n      \"tx_hash\": \"f53401f21c6a43e44d5dd7a90eba5cf580012ad0e15d050059136f8a0da34f6b\",\n      \"tx_size\": 159\n    },{\n      \"amount\": 27126892247503,\n      \"global_index\": 594994,\n      \"key_image\": \"fe561394806afd1be61980cc3431f6ef3569fa9151cd8d234f8ec13aa145695e\",\n      \"spent\": false,\n      \"subaddr_index\": 3,\n      \"tx_hash\": \"106d4391a031e5b735ded555862fec63233e34e5fa4fc7edcfdbe461c275ae5b\",\n      \"tx_size\": 157\n    },{\n      \"amount\": 27169374733655,\n      \"global_index\": 594997,\n      \"key_image\": \"e76c0a3bfeaae35e4173712f782eb34011198e26b990225b71aa787c8ba8a157\",\n      \"spent\": false,\n      \"subaddr_index\": 3,\n      \"tx_hash\": \"0bd959b59117ee1254bd8e5aa8e77ec04ef744144a1ffb2d5c1eb9380a719621\",\n      \"tx_size\": 158\n    }]\n  }\n}\n<\/code><\/pre><\/div><p>Example, get available transfers:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"incoming_transfers\",\"params\":{\"transfer_type\":\"available\",\"account_index\":0,\"subaddr_indices\":[3],\"verbose\":true}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"transfers\": [{\n      \"amount\": 27126892247503,\n      \"global_index\": 594994,\n      \"key_image\": \"e4561394806afd1be61980cc3431f6ef3569fa9151cd8d234f8ec13aa145695e\",\n      \"spent\": false,\n      \"subaddr_index\": 3,\n      \"tx_hash\": \"106d4391a031e5b735ded555862fec63233e34e5fa4fc7edcfdbe461c275ae5b\",\n      \"tx_size\": 157\n    },{\n      \"amount\": 27169374733655,\n      \"global_index\": 594997,\n      \"key_image\": \"e76c0a3bfeaae35e4173712f782eb34011198e26b990225b71aa787c8ba8a157\",\n      \"spent\": false,\n      \"subaddr_index\": 3,\n      \"tx_hash\": \"0bd959b59117ee1254bd8e5aa8e77ec04ef744144a1ffb2d5c1eb9380a719621\",\n      \"tx_size\": 158\n    }]\n  }\n}\n<\/code><\/pre><\/div><p>Example, get unavailable transfers:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"incoming_transfers\",\"params\":{\"transfer_type\":\"unavailable\",\"account_index\":0,\"subaddr_indices\":[3],\"verbose\":true}}' -H 'Content-Type: application\/json'\n{\n\"id\": \"0\",\n\"jsonrpc\": \"2.0\",\n\"result\": {\n  \"transfers\": [{\n    \"amount\": 60000000000000,\n    \"global_index\": 122405,\n    \"key_image\": \"768f5144777eb23477ab7acf83562581d690abaf98ca897c03a9d2b900eb479b\",\n    \"spent\": true,\n    \"subaddr_index\": 3,\n    \"tx_hash\": \"f53401f21c6a43e44d5dd7a90eba5cf580012ad0e15d050059136f8a0da34f6b\",\n    \"tx_size\": 159\n  }]\n}\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-57dca7f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"57dca7f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4d7c7af\" data-id=\"4d7c7af\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0e0d1db elementor-widget elementor-widget-text-editor\" data-id=\"0e0d1db\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"make_integrated_address\"><strong>make_integrated_address<\/strong><\/h3><p>Make an integrated address from the wallet address and a payment id.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>standard_address<\/em>\u00a0\u2013 string; (Optional, defaults to primary address) Destination public address.<\/li><li><em>payment_id<\/em>\u00a0\u2013 string; (Optional, defaults to a random ID) 16 characters hex encoded.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>integrated_address<\/em>\u00a0\u2013 string<\/li><li><em>payment_id<\/em>\u00a0\u2013 string; hex encoded;<\/li><\/ul><p>Example (Payment ID is empty, use a random ID):<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"make_integrated_address\",\"params\":{\"standard_address\":\"NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"integrated_address\": \"NYF38Rw9HKeaLQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZXCkbHUXdPHyiUeRyokn\",\n    \"payment_id\": \"420fa29b2d9a49f5\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d28752e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d28752e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fc6e6e1\" data-id=\"fc6e6e1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ce13e6d elementor-widget elementor-widget-text-editor\" data-id=\"ce13e6d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"parse_uri\"><strong>parse_uri<\/strong><\/h3><p>Parse a payment URI to get payment information.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>uri<\/em>\u00a0\u2013 string; This contains all the payment input information as a properly formatted payment URI<\/li><\/ul><p>Outputs:<\/p><ul><li><em>uri<\/em>\u00a0\u2013 JSON object containing payment information:<ul><li><em>address<\/em>\u00a0\u2013 string; Wallet address<\/li><li><em>amount<\/em>\u00a0\u2013 unsigned int; Integer amount to receive, in\u00a0<strong><a href=\"https:\/\/web.getmonero.org\/resources\/moneropedia\/atomic-units.html\" data-tooltip=\"Atomic Units refer to the smallest fraction of 1 XMR.\">atomic units<\/a><\/strong>\u00a0(0 if not provided)<\/li><li><em>payment_id<\/em>\u00a0\u2013 string; 16 or 64 character hexadecimal payment id (empty if not provided)<\/li><li><em>recipient_name<\/em>\u00a0\u2013 string; Name of the payment recipient (empty if not provided)<\/li><li><em>tx_description<\/em>\u00a0\u2013 string; Description of the reason for the tx (empty if not provided)<\/li><\/ul><\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"parse_uri\",\"params\":{\"uri\":\"dinastycoin:NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt?tx_payment_id=420fa29b2d9a49f5&amp;tx_amount=0.000000000010&amp;recipient_name=el00ruobuob%20Stagenet%20wallet&amp;tx_description=Testing%20out%20the%20make_uri%20function.\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"uri\": {\n      \"address\": \"NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt\",\n      \"amount\": 10,\n      \"payment_id\": \"420fa29b2d9a49f5\",\n      \"recipient_name\": \"el00ruobuob Stagenet wallet\",\n      \"tx_description\": \"Testing out the make_uri function.\"\n    }\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-67428c8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"67428c8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6ecd28c\" data-id=\"6ecd28c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b41470e elementor-widget elementor-widget-text-editor\" data-id=\"b41470e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"relay_tx\"><strong>relay_tx<\/strong><\/h3><p>Relay a transaction previously created with\u00a0<code class=\"highlighter-rouge\">\"do_not_relay\":true<\/code>.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>hex<\/em>\u00a0\u2013 string; transaction metadata returned from a\u00a0<code class=\"highlighter-rouge\">transfer<\/code>\u00a0method with\u00a0<code class=\"highlighter-rouge\">get_tx_metadata<\/code>\u00a0set to\u00a0<code class=\"highlighter-rouge\">true<\/code>.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>tx_hash<\/em>\u00a0\u2013 String for the publically searchable transaction hash.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"relay_tx\",\"params\":{\"hex\":\"...tx_metadata...\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"tx_hash\": \"1c42dcc5672bb09bccf33fb1e9ab4a498af59a6dbd33b3d0cfb289b9e0e25fa5\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f843281 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f843281\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e6d1816\" data-id=\"e6d1816\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9e61bd2 elementor-widget elementor-widget-text-editor\" data-id=\"9e61bd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"set_attribute\"><strong>set_attribute<\/strong><\/h3><p>Set arbitrary attribute.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>key<\/em>\u00a0\u2013 string; attribute name<\/li><li><em>value<\/em>\u00a0\u2013 string; attribute value<\/li><\/ul><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"set_attribute\",\"params\":{\"key\":\"my_attribute\",\"value\":\"my_value\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c589948 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c589948\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-222d6bd\" data-id=\"222d6bd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6cba462 elementor-widget elementor-widget-text-editor\" data-id=\"6cba462\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"sign_transfer\"><strong>sign_transfer<\/strong><\/h3><p>Sign a transaction created on a read-only wallet (in cold-signing process)<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>unsigned_txset<\/em>\u00a0\u2013 string. Set of unsigned tx returned by \u201ctransfer\u201d or \u201ctransfer_split\u201d methods.<\/li><li><em>export_raw<\/em>\u00a0\u2013 boolean; (Optional) If true, return the raw transaction data. (Defaults to false)<\/li><\/ul><p>Outputs:<\/p><ul><li><em>signed_txset<\/em>\u00a0\u2013 string. Set of signed tx to be used for submitting transfer.<\/li><li><em>tx_hash_list<\/em>\u00a0\u2013 array of: string. The tx hashes of every transaction.<\/li><li><em>tx_raw_list<\/em>\u00a0\u2013 array of: string. The tx raw data of every transaction.<\/li><\/ul><p>In the example below, we first generate an unsigned_txset on a read only wallet before signing it:<\/p><p>Generate unsigned_txset using the above \u201ctransfer\u201d method on read-only wallet:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"transfer\",\"params\":{\"destinations\":[{\"amount\":1000000000000,\"address\":\"NYBnERTpvL5MbCLtj5n9No7J5oE5hHiB3tVCK5cjSvCsYWD2WRJLFuWeKTLiXo5QJqt2ZwUaLy2Vh1Ad51K7FNgqcHgjW85o\"}],\"account_index\":0,\"subaddr_indices\":[0],\"priority\":0,\"ring_size\":7,\"do_not_relay\":true,\"get_tx_hex\":true}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"amount\": 1000000000000,\n    \"fee\": 15202740000,\n    \"multisig_txset\": \"\",\n    \"tx_blob\": \"...long_hex...\",\n    \"tx_hash\": \"c648ba0a049e5ce4ec21361dbf6e4b21eac0f828eea9090215de86c76b31d0a4\",\n    \"tx_key\": \"\",\n    \"tx_metadata\": \"\",\n    \"unsigned_txset\": \"...long_hex...\"\n  }\n}\n<\/code><\/pre><\/div><p>Sign tx using the previously generated unsigned_txset<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"sign_transfer\",\"params\":{\"unsigned_txset\":...long_hex...\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"signed_txset\": \"...long_hex...\",\n    \"tx_hash_list\": [\"ff2e2d49fbfb1c9a55754f786576e171c8bf21b463a74438df604b7fa6cebc6d\"]\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4a9e253 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4a9e253\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6106e2d\" data-id=\"6106e2d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-43fcc45 elementor-widget elementor-widget-text-editor\" data-id=\"43fcc45\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"stop_wallet\"><strong>stop_wallet<\/strong><\/h3><p>Stops the wallet, storing the current state.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:\u00a0<em>None<\/em>.<\/p><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"stop_wallet\"}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2c56b0e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2c56b0e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-437f5cf\" data-id=\"437f5cf\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1499be7 elementor-widget elementor-widget-text-editor\" data-id=\"1499be7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"sweep_all\"><strong>sweep_all<\/strong><\/h3><p>Send all unlocked balance to an address.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>address<\/em>\u00a0\u2013 string; Destination public address.<\/li><li><em>account_index<\/em>\u00a0\u2013 unsigned int; Sweep transactions from this account.<\/li><li><em>subaddr_indices<\/em>\u00a0\u2013 array of unsigned int; (Optional) Sweep from this set of subaddresses in the account.<\/li><li><em>priority<\/em>\u00a0\u2013 unsigned int; (Optional) Priority for sending the sweep transfer, partially determines fee.<\/li><li><em>mixin<\/em>\u00a0\u2013 unsigned int; Number of outputs from the blockchain to mix with (0 means no mixing).<\/li><li><em>ring_size<\/em>\u00a0\u2013 unsigned int; Sets ringsize to n (mixin + 1).<\/li><li><em>unlock_time<\/em>\u00a0\u2013 unsigned int; Number of blocks before the dinastycoin can be spent (0 to not add a lock).<\/li><li><em>payment_id<\/em>\u00a0\u2013 string; (Optional) Random 32-byte\/64-character hex string to identify a transaction.<\/li><li><em>get_tx_keys<\/em>\u00a0\u2013 boolean; (Optional) Return the transaction keys after sending.<\/li><li><em>below_amount<\/em>\u00a0\u2013 unsigned int; (Optional) Include outputs below this amount.<\/li><li><em>do_not_relay<\/em>\u00a0\u2013 boolean; (Optional) If true, do not relay this sweep transfer. (Defaults to false)<\/li><li><em>get_tx_hex<\/em>\u00a0\u2013 boolean; (Optional) return the transactions as hex encoded string. (Defaults to false)<\/li><li><em>get_tx_metadata<\/em>\u00a0\u2013 boolean; (Optional) return the transaction metadata as a string. (Defaults to false)<\/li><\/ul><p>Outputs:<\/p><ul><li><em>tx_hash_list<\/em>\u00a0\u2013 array of: string. The tx hashes of every transaction.<\/li><li><em>tx_key_list<\/em>\u00a0\u2013 array of: string. The transaction keys for every transaction.<\/li><li><em>amount_list<\/em>\u00a0\u2013 array of: integer. The amount transferred for every transaction.<\/li><li><em>fee_list<\/em>\u00a0\u2013 array of: integer. The amount of fees paid for every transaction.<\/li><li><em>tx_blob_list<\/em>\u00a0\u2013 array of: string. The tx as hex string for every transaction.<\/li><li><em>tx_metadata_list<\/em>\u00a0\u2013 array of: string. List of transaction metadata needed to relay the transactions later.<\/li><li><em>multisig_txset<\/em>\u00a0\u2013 string. The set of signing keys used in a multisig transaction (empty for non-multisig).<\/li><li><em>unsigned_txset<\/em>\u00a0\u2013 string. Set of unsigned tx for cold-signing purposes.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"sweep_all\",\"params\":{\"address\":\"NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt\",\"subaddr_indices\":[4],\"ring_size\":7,\"unlock_time\":0,\"get_tx_keys\":true}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"amount_list\": [9985885770000],\n    \"fee_list\": [14114230000],\n    \"multisig_txset\": \"\",\n    \"tx_hash_list\": [\"ab4b6b65cc8cd8c9dd317d0b90d97582d68d0aa1637b0065b05b61f9a66ea5c5\"],\n    \"tx_key_list\": [\"b9b4b39d3bb3062ddb85ec0266d4df39058f4c86077d99309f218ce4d76af607\"],\n    \"unsigned_txset\": \"\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-20f0c1d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"20f0c1d\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7d3a78c\" data-id=\"7d3a78c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4939dd2 elementor-widget elementor-widget-text-editor\" data-id=\"4939dd2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"transfer\"><strong>transfer<\/strong><\/h3><p>Send dinastycoin to a number of recipients.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>destinations<\/em>\u00a0\u2013 array of destinations to receive DCY:<ul><li><em>amount<\/em>\u00a0\u2013 unsigned int; Amount to send to each destination, in\u00a0<a href=\"https:\/\/web.getmonero.org\/resources\/moneropedia\/atomic-units.html\" data-tooltip=\"Atomic Units refer to the smallest fraction of 1 XMR.\">atomic units<\/a>.<\/li><li><em>address<\/em>\u00a0\u2013 string; Destination public address.<\/li><\/ul><\/li><li><em>account_index<\/em>\u00a0\u2013 unsigned int; (Optional) Transfer from this account index. (Defaults to 0)<\/li><li><em>subaddr_indices<\/em>\u00a0\u2013 array of unsigned int; (Optional) Transfer from this set of subaddresses. (Defaults to empty \u2013 all indices)<\/li><li><em>priority<\/em>\u00a0\u2013 unsigned int; Set a priority for the transaction. Accepted Values are: 0-3 for: default, unimportant, normal, elevated, priority.<\/li><li><em>mixin<\/em>\u00a0\u2013 unsigned int; Number of outputs from the blockchain to mix with (0 means no mixing).<\/li><li><em>ring_size<\/em>\u00a0\u2013 unsigned int; Number of outputs to mix in the transaction (this output + N decoys from the blockchain).<\/li><li><em>unlock_time<\/em>\u00a0\u2013 unsigned int; Number of blocks before the dinastycoin can be spent (0 to not add a lock).<\/li><li><em>payment_id<\/em>\u00a0\u2013 string; (Optional) Random 32-byte\/64-character hex string to identify a transaction.<\/li><li><em>get_tx_key<\/em>\u00a0\u2013 boolean; (Optional) Return the transaction key after sending.<\/li><li><em>do_not_relay<\/em>\u00a0\u2013 boolean; (Optional) If true, the newly created transaction will not be relayed to the dinastycoin network. (Defaults to false)<\/li><li><em>get_tx_hex<\/em>\u00a0\u2013 boolean; Return the transaction as hex string after sending (Defaults to false)<\/li><li><em>get_tx_metadata<\/em>\u00a0\u2013 boolean; Return the metadata needed to relay the transaction. (Defaults to false)<\/li><\/ul><p>Outputs:<\/p><ul><li><em>amount<\/em>\u00a0\u2013 Amount transferred for the transaction.<\/li><li><em>fee<\/em>\u00a0\u2013 Integer value of the fee charged for the txn.<\/li><li><em>multisig_txset<\/em>\u00a0\u2013 Set of multisig transactions in the process of being signed (empty for non-multisig).<\/li><li><em>tx_blob<\/em>\u00a0\u2013 Raw transaction represented as hex string, if get_tx_hex is true.<\/li><li><em>tx_hash<\/em>\u00a0\u2013 String for the publically searchable transaction hash.<\/li><li><em>tx_key<\/em>\u00a0\u2013 String for the transaction key if get_tx_key is true, otherwise, blank string.<\/li><li><em>tx_metadata<\/em>\u00a0\u2013 Set of transaction metadata needed to relay this transfer later, if get_tx_metadata is true.<\/li><li><em>unsigned_txset<\/em>\u00a0\u2013 String. Set of unsigned tx for cold-signing purposes.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"transfer\",\"params\":{\"destinations\":[{\"amount\":100000000000,\"address\":\"NYBnERTpvL5MbCLtj5n9No7J5oE5hHiB3tVCK5cjSvCsYWD2WRJLFuWeKTLiXo5QJqt2ZwUaLy2Vh1Ad51K7FNgqcHgjW85o\"},{\"amount\":200000000000,\"address\":\"75sNpRwUtekcJGejMuLSGA71QFuK1qcCVLZnYRTfQLgFU5nJ7xiAHtR5ihioS53KMe8pBhH61moraZHyLoG4G7fMER8xkNv\"}],\"account_index\":0,\"subaddr_indices\":[0],\"priority\":0,\"ring_size\":7,\"get_tx_key\": true}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"amount\": 300000000000,\n    \"fee\": 86897600000,\n    \"multisig_txset\": \"\",\n    \"tx_blob\": \"\",\n    \"tx_hash\": \"NY663438de4f72b25a0e395b770ea9ecf7108cd2f0c4b75be0b14a103d3362be9\",\n    \"tx_key\": \"25c9d8ec20045c80c93d665c9d3684aab7335f8b2cd02e1ba2638485afd1c70e236c4bdd7a2f1cb511dbf466f13421bdf8df988b7b969c448ca6239d7251490e4bf1bbf9f6ffacffdcdc93b9d1648ec499eada4d6b4e02ce92d4a1c0452e5d009fbbbf15b549df8856205a4c7bda6338d82c823f911acd00cb75850b198c5803\",\n    \"tx_metadata\": \"\",\n    \"unsigned_txset\": \"\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c6dcc51 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c6dcc51\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b391087\" data-id=\"b391087\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8655c38 elementor-widget elementor-widget-text-editor\" data-id=\"8655c38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"check_spend_proof\"><strong>check_spend_proof<\/strong><\/h3><p>Prove a spend using a signature. Unlike proving a transaction, it does not requires the destination public address.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>txid<\/em>\u00a0\u2013 string; transaction id.<\/li><li><em>message<\/em>\u00a0\u2013 string; (Optional) Should be the same message used in\u00a0<code class=\"highlighter-rouge\">get_spend_proof<\/code>.<\/li><li><em>signature<\/em>\u00a0\u2013 string; spend signature to confirm.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>good<\/em>\u00a0\u2013 boolean; States if the inputs proves the spend.<\/li><\/ul><p>In the example below, the spend has been proven:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"check_spend_proof\",\"params\":{\"txid\":\"19d5089f9469db3d90aca9024dfcb17ce94b948300101c8345a5e9f7257353be\",\"message\":\"this is my transaction\",\"signature\":\"SpendProofV1aSh8Todhk54736iXgV6vJAFP7egxByuMWZeyNDaN2JY737S95X5zz5mNMQSuCNSLjjhi5HJCsndpNWSNVsuThxwv285qy1KkUrLFRkxMSCjfL6bbycYN33ScZ5UB4Fzseceo1ndpL393T1q638VmcU3a56dhNHF1RPZFiGPS61FA78nXFSqE9uoKCCoHkEz83M1dQVhxZV5CEPF2P6VioGTKgprLCH9vvj9k1ivd4SX19L2VSMc3zD1u3mkR24ioETvxBoLeBSpxMoikyZ6inhuPm8yYo9YWyFtQK4XYfAV9mJ9knz5fUPXR8vvh7KJCAg4dqeJXTVb4mbMzYtsSZXHd6ouWoyCd6qMALdW8pKhgMCHcVYMWp9X9WHZuCo9rsRjRpg15sJUw7oJg1JoGiVgj8P4JeGDjnZHnmLVa5bpJhVCbMhyM7JLXNQJzFWTGC27TQBbthxCfQaKdusYnvZnKPDJWSeceYEFzepUnsWhQtyhbb73FzqgWC4eKEFKAZJqT2LuuSoxmihJ9acnFK7Ze23KTVYgDyMKY61VXADxmSrBvwUtxCaW4nQtnbMxiPMNnDMzeixqsFMBtN72j5UqhiLRY99k6SE7Qf5f29haNSBNSXCFFHChPKNTwJrehkofBdKUhh2VGPqZDNoefWUwfudeu83t85bmjv8Q3LrQSkFgFjRT5tLo8TMawNXoZCrQpyZrEvnodMDDUUNf3NL7rxyv3gM1KrTWjYaWXFU2RAsFee2Q2MTwUW7hR25cJvSFuB1BX2bfkoCbiMk923tHZGU2g7rSKF1GDDkXAc1EvFFD4iGbh1Q5t6hPRhBV8PEncdcCWGq5uAL5D4Bjr6VXG8uNeCy5oYWNgbZ5JRSfm7QEhPv8Fy9AKMgmCxDGMF9dVEaU6tw2BAnJavQdfrxChbDBeQXzCbCfep6oei6n2LZdE5Q84wp7eoQFE5Cwuo23tHkbJCaw2njFi3WGBbA7uGZaGHJPyB2rofTWBiSUXZnP2hiE9bjJghAcDm1M4LVLfWvhZmFEnyeru3VWMETnetz1BYLUC5MJGFXuhnHwWh7F6r74FDyhdswYop4eWPbyrXMXmUQEccTGd2NaT8g2VHADZ76gMC6BjWESvcnz2D4n8XwdmM7ZQ1jFwhuXrBfrb1dwRasyXxxHMGAC2onatNiExyeQ9G1W5LwqNLAh9hvcaNTGaYKYXoceVzLkgm6e5WMkLsCwuZXvB\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"good\": true\n  }\n}\n<\/code><\/pre><\/div><p>In the example below, the wrong message is used, avoiding the spend to be proved:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"check_spend_proof\",\"params\":{\"txid\":\"19d5089f9469db3d90aca9024dfcb17ce94b948300101c8345a5e9f7257353be\",\"message\":\"wrong message\",\"signature\":\"SpendProofV1aSh8Todhk54736iXgV6vJAFP7egxByuMWZeyNDaN2JY737S95X5zz5mNMQSuCNSLjjhi5HJCsndpNWSNVsuThxwv285qy1KkUrLFRkxMSCjfL6bbycYN33ScZ5UB4Fzseceo1ndpL393T1q638VmcU3a56dhNHF1RPZFiGPS61FA78nXFSqE9uoKCCoHkEz83M1dQVhxZV5CEPF2P6VioGTKgprLCH9vvj9k1ivd4SX19L2VSMc3zD1u3mkR24ioETvxBoLeBSpxMoikyZ6inhuPm8yYo9YWyFtQK4XYfAV9mJ9knz5fUPXR8vvh7KJCAg4dqeJXTVb4mbMzYtsSZXHd6ouWoyCd6qMALdW8pKhgMCHcVYMWp9X9WHZuCo9rsRjRpg15sJUw7oJg1JoGiVgj8P4JeGDjnZHnmLVa5bpJhVCbMhyM7JLXNQJzFWTGC27TQBbthxCfQaKdusYnvZnKPDJWSeceYEFzepUnsWhQtyhbb73FzqgWC4eKEFKAZJqT2LuuSoxmihJ9acnFK7Ze23KTVYgDyMKY61VXADxmSrBvwUtxCaW4nQtnbMxiPMNnDMzeixqsFMBtN72j5UqhiLRY99k6SE7Qf5f29haNSBNSXCFFHChPKNTwJrehkofBdKUhh2VGPqZDNoefWUwfudeu83t85bmjv8Q3LrQSkFgFjRT5tLo8TMawNXoZCrQpyZrEvnodMDDUUNf3NL7rxyv3gM1KrTWjYaWXFU2RAsFee2Q2MTwUW7hR25cJvSFuB1BX2bfkoCbiMk923tHZGU2g7rSKF1GDDkXAc1EvFFD4iGbh1Q5t6hPRhBV8PEncdcCWGq5uAL5D4Bjr6VXG8uNeCy5oYWNgbZ5JRSfm7QEhPv8Fy9AKMgmCxDGMF9dVEaU6tw2BAnJavQdfrxChbDBeQXzCbCfep6oei6n2LZdE5Q84wp7eoQFE5Cwuo23tHkbJCaw2njFi3WGBbA7uGZaGHJPyB2rofTWBiSUXZnP2hiE9bjJghAcDm1M4LVLfWvhZmFEnyeru3VWMETnetz1BYLUC5MJGFXuhnHwWh7F6r74FDyhdswYop4eWPbyrXMXmUQEccTGd2NaT8g2VHADZ76gMC6BjWESvcnz2D4n8XwdmM7ZQ1jFwhuXrBfrb1dwRasyXxxHMGAC2onatNiExyeQ9G1W5LwqNLAh9hvcaNTGaYKYXoceVzLkgm6e5WMkLsCwuZXvB\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"good\": false\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f90f016 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f90f016\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b1947ca\" data-id=\"b1947ca\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-64dbdf9 elementor-widget elementor-widget-text-editor\" data-id=\"64dbdf9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"create_account\"><strong>create_account<\/strong><\/h3><p>Create a new account with an optional label.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>label<\/em>\u00a0\u2013 string; (Optional) Label for the account.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>account_index<\/em>\u00a0\u2013 unsigned int; Index of the new account.<\/li><li><em>address<\/em>\u00a0\u2013 string; Address for this account. Base58 representation of the public keys.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"create_account\",\"params\":{\"label\":\"Secondary account\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"account_index\": 1,\n    \"address\": \"NY7Vx9cs1VPicFndSVgYUvTdLCJEZw9h81hXLMYsjBCXSJfUehLa9TDW3Ffh45SQa7xb6dUs18mpNxfUhQGqfwXPSMrvKhVp\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-72282cb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"72282cb\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1701122\" data-id=\"1701122\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-43e0a17 elementor-widget elementor-widget-text-editor\" data-id=\"43e0a17\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"delete_address_book\"><strong>delete_address_book<\/strong><\/h3><p>Delete an entry from the address book.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>index<\/em>\u00a0\u2013 unsigned int; The index of the address book entry.<\/li><\/ul><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"delete_address_book\",\"params\":{\"index\":1}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd6f260 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fd6f260\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2fbebe3\" data-id=\"2fbebe3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-422979d elementor-widget elementor-widget-text-editor\" data-id=\"422979d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"finalize_multisig\"><strong>finalize_multisig<\/strong><\/h3><p>Turn this wallet into a multisig wallet, extra step for N-1\/N wallets.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>multisig_info<\/em>\u00a0\u2013 array of string; List of multisig string from peers.<\/li><li><em>password<\/em>\u00a0\u2013 string; Wallet password<\/li><\/ul><p>Outputs:<\/p><ul><li><em>address<\/em>\u00a0\u2013 string; multisig wallet address.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"finalize_multisig\",\"params\":{\"multisig_info\":[\"MultisigxV1JNC6Ja2oBt5Sqea9LN2YEF7WYZCpHqr2EKvPG89Trf3X4E8RWkLaGRf29fJ3stU471MELKxwufNYeigP7LoE4tn2McPr4SbL9q15xNvZT5uwC9YRr7UwjXqSZHmTWN9PBuZEKVAQ4HPPyQciSCdNjgwsuFRBzrskMdMUwNMgKst1debYfm37i6PSzDoS2tk4kYTYj83kkAdR7kdshet1axQPd6HQ\",\"MultisigxV1Unma7Ko4zdd8Ps3Af4oZwtj2JdWKzwNfP6s2G9ZvXhMoSscwn5g7PyCfcBc1V4ffRHY3Kxqq6VocSCUTncpVeUskMcPr4SbL9q15xNvZT5uwC9YRr7UwjXqSZHmTWN9PBuZE1LTpWxLoC3vPMSrqVVcjnmL9LYfdCZz3fECjNZbCEDq3PHDiUuY5jurQTcNoGhDTio5WM9xaAdim9YByiS5KyqF4\"]}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"address\": \"NYB9gZUTDuHTcGGuY3nL3t8K2tDnEHeRVHSBQgLZUTQxtFYVLnho5JJjWJyFp5YZgZRQ44RiviJi1sPHgLVMbckRsDqDx1gV\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3639436 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3639436\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fa5482f\" data-id=\"fa5482f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cd4c40c elementor-widget elementor-widget-text-editor\" data-id=\"cd4c40c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_address_book\"><strong>get_address_book<\/strong><\/h3><p>Retrieves entries from the address book.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>entries<\/em>\u00a0\u2013 array of unsigned int; indices of the requested address book entries<\/li><\/ul><p>Outputs:<\/p><ul><li><em>entries<\/em>\u00a0\u2013 array of entries:<ul><li><em>address<\/em>\u00a0\u2013 string; Public address of the entry<\/li><li><em>description<\/em>\u00a0\u2013 string; Description of this address entry<\/li><li><em>index<\/em>\u00a0\u2013 unsigned int;<\/li><li><em>payment_id<\/em>\u00a0\u2013 string;<\/li><\/ul><\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_address_book\",\"params\":{\"entries\":[0,1]}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"entries\": [{\n      \"address\": \"NY7Vx9cs1VPicFndSVgYUvTdLCJEZw9h81hXLMYsjBCXSJfUehLa9TDW3Ffh45SQa7xb6dUs18mpNxfUhQGqfwXPSMrvKhVp\",\n      \"description\": \"Second account\",\n      \"index\": 0,\n      \"payment_id\": \"0000000000000000000000000000000000000000000000000000000000000000\"\n    },{\n      \"address\": \"NY8P16M3XmFRGcWFCcsgt1WcTntA1jzcq31seQX1Eg92j8VQ99NPivmdKam4J5CKNAD7KuNWcq5xUPgoWczChzdba5WLwQ4j\",\n      \"description\": \"Third account\",\n      \"index\": 1,\n      \"payment_id\": \"0000000000000000000000000000000000000000000000000000000000000000\"\n    }]\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1245022 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1245022\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5f809ad\" data-id=\"5f809ad\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b5ca87d elementor-widget elementor-widget-text-editor\" data-id=\"b5ca87d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_bulk_payments\"><strong>get_bulk_payments<\/strong><\/h3><p>Get a list of incoming payments using a given payment id, or a list of payments ids, from a given height. This method is the preferred method over\u00a0<code class=\"highlighter-rouge\">get_payments<\/code>\u00a0because it has the same functionality but is more extendable. Either is fine for looking up transactions by a single payment ID.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>payment_ids<\/em>\u00a0\u2013 array of: string; Payment IDs used to find the payments (16 characters hex).<\/li><li><em>min_block_height<\/em>\u00a0\u2013 unsigned int; The block height at which to start looking for payments.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>payments<\/em>\u00a0\u2013 list of:<ul><li><em>payment_id<\/em>\u00a0\u2013 string; Payment ID matching one of the input IDs.<\/li><li><em>tx_hash<\/em>\u00a0\u2013 string; Transaction hash used as the transaction ID.<\/li><li><em>amount<\/em>\u00a0\u2013 unsigned int; Amount for this payment.<\/li><li><em>block_height<\/em>\u00a0\u2013 unsigned int; Height of the block that first confirmed this payment.<\/li><li><em>unlock_time<\/em>\u00a0\u2013 unsigned int; Time (in block height) until this payment is safe to spend.<\/li><li><em>subaddr_index<\/em>\u00a0\u2013 subaddress index:<ul><li><em>major<\/em>\u00a0\u2013 unsigned int; Account index for the subaddress.<\/li><li><em>minor<\/em>\u00a0\u2013 unsigned int; Index of the subaddress in the account.<\/li><\/ul><\/li><li><em>address<\/em>\u00a0\u2013 string; Address receiving the payment; Base58 representation of the public keys.<\/li><\/ul><\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_bulk_payments\",\"params\":{\"payment_ids\":[\"60900e5603bf96e3\"],\"min_block_height\":\"120000\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"payments\": [{\n      \"address\": \"NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt\",\n      \"amount\": 1000000000000,\n      \"block_height\": 127606,\n      \"payment_id\": \"60900e5603bf96e3\",\n      \"subaddr_index\": {\n        \"major\": 0,\n        \"minor\": 0\n      },\n      \"tx_hash\": \"3292e83ad28fc1cc7bc26dbd38862308f4588680fbf93eae3e803cddd1bd614f\",\n      \"unlock_time\": 0\n    }]\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9281612 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9281612\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6669503\" data-id=\"6669503\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dcbff88 elementor-widget elementor-widget-text-editor\" data-id=\"dcbff88\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_reserve_proof\"><strong>get_reserve_proof<\/strong><\/h3><p>Generate a signature to prove of an available amount in a wallet.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>all<\/em>\u00a0\u2013 boolean; Proves all wallet balance to be disposable.<\/li><li><em>account_index<\/em>\u00a0\u2013 unsigned int; Specify the account from witch to prove reserve. (ignored if\u00a0<code class=\"highlighter-rouge\">all<\/code>\u00a0is set to true)<\/li><li><em>amount<\/em>\u00a0\u2013 unsigned int; Amount (in\u00a0<a href=\"https:\/\/web.getmonero.org\/resources\/moneropedia\/atomic-units.html\" data-tooltip=\"Atomic Units refer to the smallest fraction of 1 XMR.\">atomic units<\/a>) to prove the account has for reserve. (ignored if\u00a0<code class=\"highlighter-rouge\">all<\/code>\u00a0is set to true)<\/li><li><em>message<\/em>\u00a0\u2013 string; (Optional) add a message to the signature to further authenticate the prooving process.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>signature<\/em>\u00a0\u2013 string; reserve signature.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_reserve_proof\",\"params\":{\"all\":false,\"account_index\":0,\"amount\":100000000000}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"signature\": \"ReserveProofV11BZ23sBt9sZJeGccf84mzyAmNCP3KzYbE1111112VKmH111118NfCYJQjZ6c46gT2kXgcHCaSSZeL8sRdzqjqx7i1e7FQfQGu2o113UYFVdwzHQi3iENDPa76Kn1BvywbKz3bMkXdZkBEEhBSF4kjjGaiMJ1ucKb6wvMVC4A8sA4nZEdL2Mk3wBucJCYTZwKqA8i1M113kqakDkG25FrjiDqdQTCYz2wDBmfKxF3eQiV5FWzZ6HmAyxnqTWUiMWukP9A3Edy3ZXqjP1b23dhz7Mbj39bBxe3ZeDNu9HnTSqYvHNRyqCkeUMJpHyQweqjGUJ1DSfFYr33J1E7MkhMnEi1o7trqWjVix32XLetYfePG73yvHbS24837L7Q64i5n1LSpd9yMiQZ3Dyaysi5y6jPx7TpAvnSqBFtuCciKoNzaXoA3dqt9cuVFZTXzdXKqdt3cXcVJMNxY8RvKPVQHhUur94Lpo1nSpxf7BN5a5rHrbZFqoZszsZmiWikYPkLX72XUdw6NWjLrTBxSy7KuPYH86c6udPEXLo2xgN6XHMBMBJzt8FqqK7EcpNUBkuHm2AtpGkf9CABY3oSjDQoRF5n4vNLd3qUaxNsG4XJ12L9gJ7GrK273BxkfEA8fDdxPrb1gpespbgEnCTuZHqj1A\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-907fc6a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"907fc6a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d55cbcc\" data-id=\"d55cbcc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-81aae9f elementor-widget elementor-widget-text-editor\" data-id=\"81aae9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"get_tx_key\"><strong>get_tx_key<\/strong><\/h3><p>Get transaction secret key from transaction id.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>txid<\/em>\u00a0\u2013 string; transaction id.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>tx_key<\/em>\u00a0\u2013 string; transaction secret key.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"get_tx_key\",\"params\":{\"txid\":\"19d5089f9469db3d90aca9024dfcb17ce94b948300101c8345a5e9f7257353be\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"tx_key\": \"feba662cf8fb6d0d0da18fc9b70ab28e01cc76311278fdd7fe7ab16360762b06\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b7af07f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b7af07f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7bcad67\" data-id=\"7bcad67\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b788e12 elementor-widget elementor-widget-text-editor\" data-id=\"b788e12\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"import_key_images\"><strong>import_key_images<\/strong><\/h3><p>Import signed key images list and verify their spent status.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>signed_key_images<\/em>\u00a0\u2013 array of signed key images:<ul><li><em>key_image<\/em>\u00a0\u2013 string;<\/li><li><em>signature<\/em>\u00a0\u2013 string;<\/li><\/ul><\/li><\/ul><p>Outputs:<\/p><ul><li><em>height<\/em>\u00a0\u2013 unsigned int;<\/li><li><em>spent<\/em>\u00a0\u2013 unsigned int; Amount (in\u00a0<a href=\"https:\/\/web.getmonero.org\/resources\/moneropedia\/atomic-units.html\" data-tooltip=\"Atomic Units refer to the smallest fraction of 1 XMR.\">atomic units<\/a>) spent from those key images.<\/li><li><em>unspent<\/em>\u00a0\u2013 unsigned int; Amount (in\u00a0<a href=\"https:\/\/web.getmonero.org\/resources\/moneropedia\/atomic-units.html\" data-tooltip=\"Atomic Units refer to the smallest fraction of 1 XMR.\">atomic units<\/a>) still available from those key images.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"import_key_images\", \"params\":{\"signed_key_images\":[{\"key_image\":\"cd35239b72a35e26a57ed17400c0b66944a55de9d5bda0f21190fed17f8ea876\",\"signature\":\"c9d736869355da2538ab4af188279f84138c958edbae3c5caf388a63cd8e780b8c5a1aed850bd79657df659422c463608ea4e0c730ba9b662c906ae933816d00\"},{\"key_image\":\"65158a8ee5a3b32009b85a307d85b375175870e560e08de313531c7dbbe6fc19\",\"signature\":\"c96e40d09dfc45cfc5ed0b76bfd7ca793469588bb0cf2b4d7b45ef23d40fd4036057b397828062e31700dc0c2da364f50cd142295a8405b9fe97418b4b745d0c\"}]}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"height\": 76428,\n    \"spent\": 62708953408711,\n    \"unspent\": 0\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f24739b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f24739b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-197261a\" data-id=\"197261a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e38fd13 elementor-widget elementor-widget-text-editor\" data-id=\"e38fd13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"is_multisig\"><strong>is_multisig<\/strong><\/h3><p>Check if a wallet is a multisig one.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:\u00a0<em>None<\/em>.<\/p><p>Outputs:<\/p><ul><li><em>multisig<\/em>\u00a0\u2013 boolean; States if the wallet is multisig<\/li><li><em>ready<\/em>\u00a0\u2013 boolean;<\/li><li><em>threshold<\/em>\u00a0\u2013 unsigned int; Amount of signature needed to sign a transfer.<\/li><li><em>total<\/em>\u00a0\u2013 unsigned int; Total amount of signature in the multisig wallet.<\/li><\/ul><p>Example for a non-multisig wallet:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"is_multisig\"}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"multisig\": false,\n    \"ready\": false,\n    \"threshold\": 0,\n    \"total\": 0\n  }\n}\n<\/code><\/pre><\/div><p>Example for a multisig wallet:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"is_multisig\"}' -H 'Content-Type: application\/json'                  {\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"multisig\": true,\n    \"ready\": true,\n    \"threshold\": 2,\n    \"total\": 2\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e62678c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e62678c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1e2c3bd\" data-id=\"1e2c3bd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4167622 elementor-widget elementor-widget-text-editor\" data-id=\"4167622\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"make_multisig\"><strong>make_multisig<\/strong><\/h3><p>Make a wallet multisig by importing peers multisig string.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>multisig_info<\/em>\u00a0\u2013 array of string; List of multisig string from peers.<\/li><li><em>threshold<\/em>\u00a0\u2013 unsigned int; Amount of signatures needed to sign a transfer. Must be less or equal than the amount of signature in\u00a0<code class=\"highlighter-rouge\">multisig_info<\/code>.<\/li><li><em>password<\/em>\u00a0\u2013 string; Wallet password<\/li><\/ul><p>Outputs:<\/p><ul><li><em>address<\/em>\u00a0\u2013 string; multisig wallet address.<\/li><li><em>multisig_info<\/em>\u00a0\u2013 string; Multisig string to share with peers to create the multisig wallet (extra step for N-1\/N wallets).<\/li><\/ul><p>Example for 2\/2 Multisig Wallet:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"make_multisig\",\"params\":{\"multisig_info\":[\"MultisigV1K4tGGe8QirZdHgTYoBZMumSug97fdDyM3Z63M3ZY5VXvAdoZvx16HJzPCP4Rp2ABMKUqLD2a74ugMdBfrVpKt4BwD8qCL5aZLrsYWoHiA7JJwDESuhsC3eF8QC9UMvxLXEMsMVh16o98GnKRYz1HCKXrAEWfcrCHyz3bLW1Pdggyowop\"],\"threshold\":2}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"address\": \"NY5SoZTKH7D39drxfgT62k8T4adVFjmDLUXnbzEKYf1MoYwnmTNKKaqGfxm4sqeKCHXQ5up7PVxrkoeRzXu83d8xYURouMod\",\n    \"multisig_info\": \"\"\n  }\n}\n<\/code><\/pre><\/div><p>Example for 2\/3 Multisig Wallet:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"make_multisig\",\"params\":{\"multisig_info\":[\"MultisigV1MTVm4DZAdJw1PyVutpSy8Q4WisZBCFRAaZY7hhQnMwr5AZ4swzThyaSiVVQM5FHj1JQi3zPKhQ4k81BZkPSEaFjwRJtbfqfJcVvCqRnmBVcWVxhnihX5s8fZWBCjKrzT3CS95spG4dzNzJSUcjheAkLzCpVmSzGtgwMhAS3Vuz9Pas24\",\"MultisigV1TEx58ycKCd6ADCfxF8hALpcdSRAkhZTi1bu4Rs6FdRC98EdB1LY7TAkMxasM55khFgcxrSXivaSr5FCMyJGHmojm1eE4HpGWPeZKv6cgCTThRzC4u6bkkSoFQdbzWN92yn1XEjuP2XQrGHk81mG2LMeyB51MWKJAVF99Pg9mX2BpmYFj\"],\"threshold\":2}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"address\": \"NY1sLpF8fWaK1111111111111111111111111111111111ABVbHNf1JFWJyFp5YZgZRQ44RiviJi1sPHgLVMbckRsDkTRgKS\",\n    \"multisig_info\": \"MultisigxV18jCaYAQQvzCMUJaAWMCaAbAoHpAD6WPmYDmLtBtazD654E8RWkLaGRf29fJ3stU471MELKxwufNYeigP7LoE4tn2Sscwn5g7PyCfcBc1V4ffRHY3Kxqq6VocSCUTncpVeUskaDKuTAWtdB9VTBGW7iG1cd7Zm1dYgur3CiemkGjRUAj9bL3xTEuyaKGYSDhtpFZFp99HQX57EawhiRHk3qq4hjWX\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d3d62cf elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d3d62cf\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-66fd8cc\" data-id=\"66fd8cc\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f61edfd elementor-widget elementor-widget-text-editor\" data-id=\"f61edfd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"prepare_multisig\"><strong>prepare_multisig<\/strong><\/h3><p>Prepare a wallet for multisig by generating a multisig string to share with peers.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:\u00a0<em>None<\/em>.<\/p><p>Outputs:<\/p><ul><li><em>multisig_info<\/em>\u00a0\u2013 string; Multisig string to share with peers to create the multisig wallet.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/localhost:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"prepare_multisig\"}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"multisig_info\": \"MultisigV1BFdxQ653cQHB8wsj9WJQd2VdnjxK89g5M94dKPBNw22reJnyJYKrz6rJeXdjFwJ3Mz6n4qNQLd6eqUZKLiNzJFi3UPNVcTjtkG2aeSys9sYkvYYKMZ7chCxvoEXVgm74KKUcUu4V8xveCBFadFuZs8shnxBWHbcwFr5AziLr2mE7KHJT\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6d577b6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6d577b6\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-507ee4f\" data-id=\"507ee4f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f604717 elementor-widget elementor-widget-text-editor\" data-id=\"f604717\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"rescan_blockchain\"><strong>rescan_blockchain<\/strong><\/h3><p>Rescan the blockchain from scratch, losing any information which can not be recovered from the blockchain itself.<br \/>This includes destination addresses, tx secret keys, tx notes, etc.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:\u00a0<em>None<\/em>.<\/p><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"rescan_blockchain\"}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b5f9ac5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b5f9ac5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-30d43e7\" data-id=\"30d43e7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5ac4614 elementor-widget elementor-widget-text-editor\" data-id=\"5ac4614\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"set_tx_notes\"><strong>set_tx_notes<\/strong><\/h3><p>Set arbitrary string notes for transactions.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>txids<\/em>\u00a0\u2013 array of string; transaction ids<\/li><li><em>notes<\/em>\u00a0\u2013 array of string; notes for the transactions<\/li><\/ul><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"set_tx_notes\",\"params\":{\"txids\":[\"3292e83ad28fc1cc7bc26dbd38862308f4588680fbf93eae3e803cddd1bd614f\"],\"notes\":[\"This is an example\"]}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-997c1e3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"997c1e3\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-073bd2f\" data-id=\"073bd2f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9191ae8 elementor-widget elementor-widget-text-editor\" data-id=\"9191ae8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"split_integrated_address\"><strong>split_integrated_address<\/strong><\/h3><p>Retrieve the standard address and payment id corresponding to an integrated address.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>integrated_address<\/em>\u00a0\u2013 string<\/li><\/ul><p>Outputs:<\/p><ul><li><em>is_subaddress<\/em>\u00a0\u2013 boolean; States if the address is a subaddress<\/li><li><em>payment<\/em>\u00a0\u2013 string; hex encoded<\/li><li><em>standard_address<\/em>\u00a0\u2013 string<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"split_integrated_address\",\"params\":{\"integrated_address\": \"NYF38Rw9HKeaLQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZXCkbHUXdPHyiUeRyokn\"}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"is_subaddress\": false,\n    \"payment_id\": \"420fa29b2d9a49f5\",\n    \"standard_address\": \"NY5LTR8KniP4LQGJSPtbYDacR7dz8RBFnsfAKMaMuwUNYX6aQbBcovzDPyrQF9KXF9tVU6Xk3K8no1BywnJX6GvZX8yJsXvt\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4bf9835 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4bf9835\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-140915a\" data-id=\"140915a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1b96da7 elementor-widget elementor-widget-text-editor\" data-id=\"1b96da7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"store\"><strong>store<\/strong><\/h3><p>Save the wallet file.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:\u00a0<em>None<\/em>.<\/p><p>Outputs:\u00a0<em>None<\/em>.<\/p><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"store\"}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f107b25 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f107b25\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b214c01\" data-id=\"b214c01\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-564bc0f elementor-widget elementor-widget-text-editor\" data-id=\"564bc0f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"sweep_dust\"><strong>sweep_dust<\/strong><\/h3><p>Send all dust outputs back to the wallet\u2019s, to make them easier to spend (and mix).<\/p><p>Alias:\u00a0<em>sweep_unmixable<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>get_tx_keys<\/em>\u00a0\u2013 boolean; (Optional) Return the transaction keys after sending.<\/li><li><em>do_not_relay<\/em>\u00a0\u2013 boolean; (Optional) If true, the newly created transaction will not be relayed to the dinastycoin network. (Defaults to false)<\/li><li><em>get_tx_hex<\/em>\u00a0\u2013 boolean; (Optional) Return the transactions as hex string after sending. (Defaults to false)<\/li><li><em>get_tx_metadata<\/em>\u00a0\u2013 boolean; (Optional) Return list of transaction metadata needed to relay the transfer later. (Defaults to false)<\/li><\/ul><p>Outputs:<\/p><ul><li><em>tx_hash_list<\/em>\u00a0\u2013 array of: string. The tx hashes of every transaction.<\/li><li><em>tx_key_list<\/em>\u00a0\u2013 array of: string. The transaction keys for every transaction.<\/li><li><em>amount_list<\/em>\u00a0\u2013 array of: integer. The amount transferred for every transaction.<\/li><li><em>fee_list<\/em>\u00a0\u2013 array of: integer. The amount of fees paid for every transaction.<\/li><li><em>tx_blob_list<\/em>\u00a0\u2013 array of: string. The tx as hex string for every transaction.<\/li><li><em>tx_metadata_list<\/em>\u00a0\u2013 array of: string. List of transaction metadata needed to relay the transactions later.<\/li><li><em>multisig_txset<\/em>\u00a0\u2013 string. The set of signing keys used in a multisig transaction (empty for non-multisig).<\/li><li><em>unsigned_txset<\/em>\u00a0\u2013 string. Set of unsigned tx for cold-signing purposes.<\/li><\/ul><p>Example (In this example,\u00a0<code class=\"highlighter-rouge\">sweep_dust<\/code>\u00a0returns nothing because there are no funds to sweep):<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"sweep_dust\",\"params\":{\"get_tx_keys\":true}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"multisig_txset\": \"\",\n    \"unsigned_txset\": \"\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-67055bd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"67055bd\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-66b24f3\" data-id=\"66b24f3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ae67dad elementor-widget elementor-widget-text-editor\" data-id=\"ae67dad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3 id=\"transfer_split\"><strong>transfer_split<\/strong><\/h3><p>Same as transfer, but can split into more than one tx if necessary.<\/p><p>Alias:\u00a0<em>None<\/em>.<\/p><p>Inputs:<\/p><ul><li><em>destinations<\/em>\u00a0\u2013 array of destinations to receive DCY:<ul><li><em>amount<\/em>\u00a0\u2013 unsigned int; Amount to send to each destination, in\u00a0<a href=\"https:\/\/web.getmonero.org\/resources\/moneropedia\/atomic-units.html\" data-tooltip=\"Atomic Units refer to the smallest fraction of 1 XMR.\">atomic units<\/a>.<\/li><li><em>address<\/em>\u00a0\u2013 string; Destination public address.<\/li><\/ul><\/li><li><em>account_index<\/em>\u00a0\u2013 unsigned int; (Optional) Transfer from this account index. (Defaults to 0)<\/li><li><em>subaddr_indices<\/em>\u00a0\u2013 array of unsigned int; (Optional) Transfer from this set of subaddresses. (Defaults to empty \u2013 all indices)<\/li><li><em>mixin<\/em>\u00a0\u2013 unsigned int; Number of outputs from the blockchain to mix with (0 means no mixing).<\/li><li><em>ring_size<\/em>\u00a0\u2013 unsigned int; Sets ringsize to n (mixin + 1).<\/li><li><em>unlock_time<\/em>\u00a0\u2013 unsigned int; Number of blocks before the dinastycoin can be spent (0 to not add a lock).<\/li><li><em>payment_id<\/em>\u00a0\u2013 string; (Optional) Random 32-byte\/64-character hex string to identify a transaction.<\/li><li><em>get_tx_keys<\/em>\u00a0\u2013 boolean; (Optional) Return the transaction keys after sending.<\/li><li><em>priority<\/em>\u00a0\u2013 unsigned int; Set a priority for the transactions. Accepted Values are: 0-3 for: default, unimportant, normal, elevated, priority.<\/li><li><em>do_not_relay<\/em>\u00a0\u2013 boolean; (Optional) If true, the newly created transaction will not be relayed to the dinastycoin network. (Defaults to false)<\/li><li><em>get_tx_hex<\/em>\u00a0\u2013 boolean; Return the transactions as hex string after sending<\/li><li><em>new_algorithm<\/em>\u00a0\u2013 boolean; True to use the new transaction construction algorithm, defaults to false.<\/li><li><em>get_tx_metadata<\/em>\u00a0\u2013 boolean; Return list of transaction metadata needed to relay the transfer later.<\/li><\/ul><p>Outputs:<\/p><ul><li><em>tx_hash_list<\/em>\u00a0\u2013 array of: string. The tx hashes of every transaction.<\/li><li><em>tx_key_list<\/em>\u00a0\u2013 array of: string. The transaction keys for every transaction.<\/li><li><em>amount_list<\/em>\u00a0\u2013 array of: integer. The amount transferred for every transaction.<\/li><li><em>fee_list<\/em>\u00a0\u2013 array of: integer. The amount of fees paid for every transaction.<\/li><li><em>tx_blob_list<\/em>\u00a0\u2013 array of: string. The tx as hex string for every transaction.<\/li><li><em>tx_metadata_list<\/em>\u00a0\u2013 array of: string. List of transaction metadata needed to relay the transactions later.<\/li><li><em>multisig_txset<\/em>\u00a0\u2013 string. The set of signing keys used in a multisig transaction (empty for non-multisig).<\/li><li><em>unsigned_txset<\/em>\u00a0\u2013 string. Set of unsigned tx for cold-signing purposes.<\/li><\/ul><p>Example:<\/p><div class=\"highlighter-rouge\"><pre class=\"highlight\"><code>$ curl -X POST http:\/\/127.0.0.1:18082\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"transfer_split\",\"params\":{\"destinations\":[{\"amount\":1000000000000,\"address\":\"NYBnERTpvL5MbCLtj5n9No7J5oE5hHiB3tVCK5cjSvCsYWD2WRJLFuWeKTLiXo5QJqt2ZwUaLy2Vh1Ad51K7FNgqcHgjW85o\"},{\"amount\":2000000000000,\"address\":\"75sNpRwUtekcJGejMuLSGA71QFuK1qcCVLZnYRTfQLgFU5nJ7xiAHtR5ihioS53KMe8pBhH61moraZHyLoG4G7fMER8xkNv\"}],\"account_index\":0,\"subaddr_indices\":[0],\"priority\":0,\"ring_size\":7,\"get_tx_keys\": true}}' -H 'Content-Type: application\/json'\n{\n  \"id\": \"0\",\n  \"jsonrpc\": \"2.0\",\n  \"result\": {\n    \"amount_list\": [3000000000000],\n    \"fee_list\": [473710000],\n    \"multisig_txset\": \"\",\n    \"tx_hash_list\": [\"4adcdc1af3f665770cdf8fb7a380887cd07ac53c2b771bd18df5ca375d5e7540\"],\n    \"tx_key_list\": [\"5b455c0f97168be652a2c03c5c68a064bb84cdae4ddef01b5c48d73a0bbb27075fb714f2ca19ea6c8ff592417e606addea6deb1d6530e2969f75681ffcbfc4075677b94a8c9197963ae38fa6f543ee68f0a4c4bbda4c453f39538f00b28e980ea08509730b51c004960101ba2f3adbc34cbbdff0d5af9dba061b523090debd06\"],\n    \"unsigned_txset\": \"\"\n  }\n}<\/code><br \/><a href=\"#inizio\"><img decoding=\"async\" class=\" wp-image-796 aligncenter\" src=\"https:\/\/dinastycoin-1-274121.ingress-bonde.ewp.live\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" alt=\"\" width=\"86\" height=\"86\" srcset=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png 300w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-150x150.png 150w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-12x12.png 12w, https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32.png 320w\" sizes=\"(max-width: 86px) 100vw, 86px\" \/><\/a><\/pre><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Introduction This is a list of the dinastycoin-wallet-rpc calls, their inputs and outputs, and examples of each. The program dinastycoin-wallet-rpc replaced the rpc interface that was in simplewallet and then dinastycoin-wallet-cli. All dinastycoin-wallet-rpc methods use the same JSON RPC interface. For example: IP=127.0.0.1 PORT=18082 METHOD=&#8221;make_integrated_address&#8221; PARAMS=&#8221;{&#8220;payment_id&#8221;:&#8221;1234567890123456789012345678900012345678901234567890123456789000&#8243;}&#8221; curl -X POST http:\/\/$IP:$PORT\/json_rpc -d &#8216;{&#8220;jsonrpc&#8221;:&#8221;2.0&#8243;,&#8221;id&#8221;:&#8221;0&#8243;,&#8221;method&#8221;:&#8221;&#8216;$METHOD'&#8221;,&#8221;params&#8221;:'&#8221;$PARAMS&#8221;&#8216;}&#8217; -H &#8216;Content-Type: application\/json&#8217; [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-810","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Wallet-rpc-doc - Dinastycoin<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dinastycoin.com\/en\/wallet-rpc-doc\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Wallet-rpc-doc - Dinastycoin\" \/>\n<meta property=\"og:description\" content=\"Introduction This is a list of the dinastycoin-wallet-rpc calls, their inputs and outputs, and examples of each. The program dinastycoin-wallet-rpc replaced the rpc interface that was in simplewallet and then dinastycoin-wallet-cli. All dinastycoin-wallet-rpc methods use the same JSON RPC interface. For example: IP=127.0.0.1 PORT=18082 METHOD=&quot;make_integrated_address&quot; PARAMS=&quot;{&quot;payment_id&quot;:&quot;1234567890123456789012345678900012345678901234567890123456789000&quot;}&quot; curl -X POST http:\/\/$IP:$PORT\/json_rpc -d &#039;{&quot;jsonrpc&quot;:&quot;2.0&quot;,&quot;id&quot;:&quot;0&quot;,&quot;method&quot;:&quot;&#039;$METHOD&#039;&quot;,&quot;params&quot;:&#039;&quot;$PARAMS&quot;&#039;}&#039; -H &#039;Content-Type: application\/json&#039; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dinastycoin.com\/en\/wallet-rpc-doc\/\" \/>\n<meta property=\"og:site_name\" content=\"Dinastycoin\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-30T17:56:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"56 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/dinastycoin.com\\\/wallet-rpc-doc\\\/\",\"url\":\"https:\\\/\\\/dinastycoin.com\\\/wallet-rpc-doc\\\/\",\"name\":\"Wallet-rpc-doc - Dinastycoin\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/dinastycoin.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/dinastycoin.com\\\/wallet-rpc-doc\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/dinastycoin.com\\\/wallet-rpc-doc\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/dinastycoin.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/red-up-arrow-png-32-300x300.png\",\"datePublished\":\"2023-03-30T14:24:18+00:00\",\"dateModified\":\"2023-03-30T17:56:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/dinastycoin.com\\\/wallet-rpc-doc\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/dinastycoin.com\\\/wallet-rpc-doc\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/dinastycoin.com\\\/wallet-rpc-doc\\\/#primaryimage\",\"url\":\"https:\\\/\\\/dinastycoin.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/red-up-arrow-png-32-300x300.png\",\"contentUrl\":\"https:\\\/\\\/dinastycoin.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/red-up-arrow-png-32-300x300.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/dinastycoin.com\\\/wallet-rpc-doc\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/dinastycoin.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Wallet-rpc-doc\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/dinastycoin.com\\\/#website\",\"url\":\"http:\\\/\\\/dinastycoin.com\\\/\",\"name\":\"Dinastycoin\",\"description\":\"Dinastycoin crypto sicura anonima e spendibile\",\"publisher\":{\"@id\":\"http:\\\/\\\/dinastycoin.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/dinastycoin.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"http:\\\/\\\/dinastycoin.com\\\/#organization\",\"name\":\"Dinastycoin\",\"url\":\"http:\\\/\\\/dinastycoin.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"http:\\\/\\\/dinastycoin.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/dinastycoin.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/cropped-cropped-Logo.png\",\"contentUrl\":\"https:\\\/\\\/dinastycoin.com\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/cropped-cropped-Logo.png\",\"width\":577,\"height\":174,\"caption\":\"Dinastycoin\"},\"image\":{\"@id\":\"http:\\\/\\\/dinastycoin.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Wallet-rpc-doc - Dinastycoin","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dinastycoin.com\/en\/wallet-rpc-doc\/","og_locale":"en_GB","og_type":"article","og_title":"Wallet-rpc-doc - Dinastycoin","og_description":"Introduction This is a list of the dinastycoin-wallet-rpc calls, their inputs and outputs, and examples of each. The program dinastycoin-wallet-rpc replaced the rpc interface that was in simplewallet and then dinastycoin-wallet-cli. All dinastycoin-wallet-rpc methods use the same JSON RPC interface. For example: IP=127.0.0.1 PORT=18082 METHOD=\"make_integrated_address\" PARAMS=\"{\"payment_id\":\"1234567890123456789012345678900012345678901234567890123456789000\"}\" curl -X POST http:\/\/$IP:$PORT\/json_rpc -d '{\"jsonrpc\":\"2.0\",\"id\":\"0\",\"method\":\"'$METHOD'\",\"params\":'\"$PARAMS\"'}' -H 'Content-Type: application\/json' [&hellip;]","og_url":"https:\/\/dinastycoin.com\/en\/wallet-rpc-doc\/","og_site_name":"Dinastycoin","article_modified_time":"2023-03-30T17:56:01+00:00","og_image":[{"url":"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"56 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dinastycoin.com\/wallet-rpc-doc\/","url":"https:\/\/dinastycoin.com\/wallet-rpc-doc\/","name":"Wallet-rpc-doc - Dinastycoin","isPartOf":{"@id":"http:\/\/dinastycoin.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dinastycoin.com\/wallet-rpc-doc\/#primaryimage"},"image":{"@id":"https:\/\/dinastycoin.com\/wallet-rpc-doc\/#primaryimage"},"thumbnailUrl":"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png","datePublished":"2023-03-30T14:24:18+00:00","dateModified":"2023-03-30T17:56:01+00:00","breadcrumb":{"@id":"https:\/\/dinastycoin.com\/wallet-rpc-doc\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dinastycoin.com\/wallet-rpc-doc\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/dinastycoin.com\/wallet-rpc-doc\/#primaryimage","url":"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png","contentUrl":"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/red-up-arrow-png-32-300x300.png"},{"@type":"BreadcrumbList","@id":"https:\/\/dinastycoin.com\/wallet-rpc-doc\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dinastycoin.com\/"},{"@type":"ListItem","position":2,"name":"Wallet-rpc-doc"}]},{"@type":"WebSite","@id":"http:\/\/dinastycoin.com\/#website","url":"http:\/\/dinastycoin.com\/","name":"Dynastycoins","description":"Dynastycoin anonymous and expendable secure crypto","publisher":{"@id":"http:\/\/dinastycoin.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/dinastycoin.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"http:\/\/dinastycoin.com\/#organization","name":"Dynastycoins","url":"http:\/\/dinastycoin.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"http:\/\/dinastycoin.com\/#\/schema\/logo\/image\/","url":"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/cropped-cropped-Logo.png","contentUrl":"https:\/\/dinastycoin.com\/wp-content\/uploads\/2023\/03\/cropped-cropped-Logo.png","width":577,"height":174,"caption":"Dinastycoin"},"image":{"@id":"http:\/\/dinastycoin.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/pages\/810","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/comments?post=810"}],"version-history":[{"count":5,"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/pages\/810\/revisions"}],"predecessor-version":[{"id":1305,"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/pages\/810\/revisions\/1305"}],"wp:attachment":[{"href":"https:\/\/dinastycoin.com\/en\/wp-json\/wp\/v2\/media?parent=810"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}