January 25, 2024
Does Keyring Pro have an API?
Yes, Keyring Pro does have an API that is made to smoothly integrate into decentralized apps. You can find more information about the API in the Keyring Pro documentation. However, an alternative is to use the Mesh API, which has built integrations with 300+ other digital asset exchanges and wallets. This allows developers to build products that enable users to access their digital assets from various platforms, all via a single integration with Mesh. Check out the Mesh Integrations for more information.
About Keyring Pro
Keyring Pro is a service that focuses on integrating custom EVM accounts inside MetaMask, providing APIs for seamless integration into decentralized applications (dapps). Although the location, founding, employee information, funding, and founders of Keyring Pro are not readily available, the platform offers detailed instructions on using its APIs, creating account management Snaps, and interacting with custom accounts. Keyring Pro aims to simplify the process of managing custom EVM accounts within MetaMask.
General usage
Here's a brief summary of Keyring Pro APIs:
MetaMask JSON-RPC API: This API builds on standard Ethereum methods with MetaMask-specific enhancements. It's designed for seamless integration into dapps and includes methods like eth_subscribe
, eth_unsubscribe
, wallet_addEthereumChain
, wallet_switchEthereumChain
, wallet_requestPermissions
, and many others.
Authentication
This is how you authenticate your requests to the Keyring Pro API:
- Generate an API key via the Keyring Pro website, and write down the key, secret, and passphrase.
- Choose the appropriate permissions for your API key based on your needs.
- Include the required headers for authentication in your API requests, as specified in the Keyring Pro documentation.
- Calculate the timestamp header as the number of seconds since Unix Epoch in UTC, if required by the authentication method.
- Create the signature header by generating a hash using the provided secret key on the prehash string, which includes the timestamp, method, request path, and body (if applicable). Encode the resulting signature as required and include it in the signature header.
Recent changes
Here are the five most recent changes to Keyring Pro API:
- 11.7.3
- Ensure fiat token balances are displayed on the homescreen #22295
- 11.7.2
- Fixed the activity list occasionally incorrectly showing transaction statuses as failed, pending, or dropped #22319
- 11.7.1
- Added mapping to hardcode a mapping of ChainIDs to currency symbols #22292
- Updated onboarding flow to ensure the user is prompted for a password during reminder-based backup #22307
- Fixed QR scan functionality when sending a transaction to another contact #22297
- Fixed incorrect warnings when adding a chain from a dapp #22309
- Stopped unnecessary Cryptocompare polling when initializing the UI (#22326)
- 11.7.0
- Added auto-suggestion for ticker symbols in the network form (#21843)
- [MMI] Added a new button to "Continue to wallet" (#21838)
- [FLASK] Enabled the snaps home page feature (#21581)
- [FLASK] Enabled the use of markdown links in custom UI (#21887)
- [FLASK] Added a manual snap update feature from the snap view component in the extension (#21773)
- [FLASK] Added support for snaps domain resolution (#19131)
- 11.6.3
- Fixed a problem related to passing the wrong method name to TransactionController (#22102)
An alternative to the Keyring Pro API
Mesh offers a valuable alternative to directly accessing the Keyring Pro API, providing developers and businesses with a streamlined and integrated user experience for managing digital assets. By choosing the Mesh API over Keyring Pro's own API, users can benefit from several advantages:
- Integrated User Experience: The Mesh API seamlessly embeds digital asset management functionalities into your application, offering a smooth user journey.
- Broad Connectivity: With a single integration, the Mesh API connects to over 300 digital asset exchanges and wallets, providing extensive flexibility and choice.
- Simplified Asset Management: The Mesh API eases the process of depositing and transferring assets, allowing users to manage their digital assets from various sources directly within your app for enhanced convenience.
Start with Mesh today and experience the ease and efficiency of their cutting-edge API in your digital asset endeavors.