Check BASE167 claim eligibility for a wallet
base167_check_claimCheck whether a wallet can claim BASE167. The token cannot be bought -- only claimed, and only by wallets with 167 or more transactions on Base mainnet.
Returns eligibility, the claimable amount, and the transaction to send if eligible. A wallet that has ALREADY claimed is reported as ineligible with no transaction, so never treat a refusal here as a reason to retry: the claim is one per wallet forever.
This returns an UNSIGNED transaction ({chainId, to, data, value}) plus a short-lived voucher. This service never signs for the user and never holds keys. The user must approve and send the transaction from their own wallet. Once mined it CANNOT be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | An Ethereum address on Base mainnet, 0x followed by 40 hex characters. |