Intersects
Check if two geometries intersect (share any portion of space).Request Body
Target chain ID (e.g., 84532 for Base Sepolia, 8453 for Base).
First geometry to check.
Second geometry to check.
EAS schema UID to issue the attestation against.
Ethereum address to receive the attestation. Defaults to zero address if not provided.
Example Request
Example Response
Notes
- Uses PostGIS
ST_Intersectsfunction - Returns
trueif geometries share any space (including boundaries) - More permissive than
contains— touching boundaries count as intersection
SDK Method
See
astral.compute.intersects()