For developers
Under development
Mirage Card API (BETA)
The Mirage Card offers public API endpoints, allowing integration into your dApp or Wallet UI. You can also utilize our API to analyze your spending patterns: //api
Generating Signature
For each API method, a signature is required. Each method necessitates a distinct message. Here's a JavaScript example using Metamask to generate the signature.
Encryption Key
For Mirage to access encryption keys used in Top-Up transactions on the Binance Smart Chain (BSC) for querying transaction details, here's an example code to generate the encryption key.
These code snippets illustrate using Metamask to handle signing and retrieving encryption keys for interacting with the Mirage Card API, specifically regarding encrypted transaction details on the Binance Smart Chain (BSC).
Last updated