Share curated information about your dapp, customized to individual users based on their public key
Protocols now have the capability to share curated information about their dapps, customized to individual users based on their public key.
The data format includes key-value pairs that can represent various aspects of a protocol’s information, such as extended descriptions, APY, or token balances.
To streamline ecosystem integration, we recommend placing your metadata API at /metadata. This standard location allows for efficient discovery and integration of your information within the ecosystem.
Here’s an example of GET
request based on Jito’s stake blink (with the metadata API located at /stake/metadata
)
With this GET
request, your metadata API also gets access to the user’s public key via account
. This allows you to customize what data a user will get based on their wallet.
Check out Jito’s Metadata here.