🕸
List of Wallets as Input Parameter
As described in Data Overview, user-level data aggregated over multiple wallets can be requested in 2 ways:
- 1.By inputting a list of wallets known to you to be owned by the same person (available) - See syntax below.
- 2.By inputting a single wallet and rely on our Web-of-Wallets algorithm (coming soon).
Example with the Mint Lover Score API, calling a score of a user owning 4 wallets:
https://api-gate-mg6fwvzq3a-as.a.run.app/api/mint_lover/{token}?wallets={wallet_a}&wallets={wallet_b}&wallets={wallet_c}&wallets={wallet_d}&discord_id={discord_id}&include_connected_wallet={bool}
Replace {wallet_a} to {wallet_d} with wallet addresses.
This syntax works across all APIs with a maximum of 5 wallets per call. Contact us if you find that your users tend to own more than 5 wallets per person.
Last modified 3mo ago