Look up a single claim
Returns a single claim row identified by (address, id). Both parameters are required — claims are partitioned by affiliate in Scylla, so a global id-only lookup would require a secondary index we deliberately don’t maintain (see analysis/referrals-redesign-spec.md § Scope).
Query Parameters
Affiliate address that submitted the claim.
20-byte EVM address as hex: optional 0x or 0X prefix and exactly 40 hexadecimal digits. API responses normalize to lowercase a–f after 0x.
^(0x|0X)?[0-9a-fA-F]{40}$Claim identifier (matches the on-chain transferId).
1Response
The claim row.
Lower-case 0x-prefixed 20-byte affiliate address.
Wall-clock microsecond timestamp the claim was processed.
Opaque identifier of the claim (matches on-chain transferId).
Opaque monotonic referral cutoff recorded with the claim. For claims submitted through POST /v1/affiliate/claim, this is server-computed from the latest referral event state and is used only for idempotency/stale-claim detection; clients should not interpret it as a selectable fill-id range.
Total claim amount in quote quantums (1e9 = $1).