cURL
curl --request GET \ --url https://partners-api.forge.gg/v1/user/nft-multiplier \ --header 'X-API-KEY: <api-key>'
{ "status": "success", "records": { "nft_multiplier": 5, "nfts_owned": [ { "contract_address": "0x123", "count": 2 } ] } }
Requires X-API-KEY
X-API-KEY
Name of the game used in the campaign page
Email of the user
Wallet address of the user
Blockchain of the user wallet
NFT multiplier details of the user
The response is of type object.
object
Was this page helpful?