# Pincode verification response

<div className="cli-command">
  {<pre>Usage: settlemint pincode-verification-response|pvr <br />Examples:<br /><br />  # Get pincode verification response for a wallet address<br />  $ settlemint settlemint pincode-verification-response --wallet-address 0x1234567890123456789012345678901234567890<br /><br />  # Get pincode verification response for a wallet address and connect to a specific blockchain node<br />  $ settlemint settlemint pincode-verification-response --wallet-address 0x1234567890123456789012345678901234567890 --blockchain-node my-blockchain-node<br /><br />Get pincode verification response for a blockchain node<br /><br />Options:<br />  --wallet-address &lt;walletAddress&gt;    The wallet address to get pincode<br />                                      verification response for<br />  -i, --instance &lt;instance&gt;           The instance to connect to (defaults to<br />                                      the instance in the .env file)<br />  --blockchain-node &lt;blockchainNode&gt;  Blockchain Node unique name to get pincode<br />                                      verification response for<br />  -h, --help                          display help for command<br /></pre>}
</div>
