Check if Address on AL

updated as of 5/4/2023

This is useful if you want to check if you are on the allow-list for a claim.

Get if address is on allow-list given slug and address.

GET https://apps.api.manifoldxyz.dev/public/merkleTree/{claimId}/merkleInfo?address={address}

Given a claim's slug and a collector's address , fetch if that collector is on the allow-list.

Path Parameters

[]

Note: deprecated - Get if address is on allow-list given slug and address.

GET https://apps.api.manifoldxyz.dev/campaign/{slug}/merkleInfo?address={address}

Given a claim's slug and a collector's address , fetch if that collector is on the allow-list.

Path Parameters

[]

Example curl

curl -X GEThttps://apps.api.manifoldxyz.dev/campaign/efdot-moonshot/merkleInfo?address=0x6140f00e4ff3936702e68744f2b5978885464cbb

curl -X GET https://apps.api.manifoldxyz.dev/public/merkleTree/1044333203/merkleInfo?address=0x6140f00e4ff3936702e68744f2b5978885464cbb

Last updated