Good practices
To search in the page use Ctrl+F on your keyboard
In order to optimize the use of the platform and the response times, here are some good practices.
Use of the Sherlock’s wallet
When querying Sherlock’s for the contents of a wallet, we recommend caching the wallet contents to avoid using the getWalletData method for each payment or wallet management operation.
Use of getTransactionData in the absence of a response from Sherlock’s
If you do not receive a response from Sherlock’s for a transaction, you can use the getTransactionData method to find out the status of the transaction. However, wait a few minutes between your calls so as not to overwhelm Sherlock’s with requests if the platform is already in difficulty.