NFT Metadata
Endpoints for retrieving NFT metadata for parcels and estates. Metadata follows the OpenSea Metadata Standard.
Returns detailed NFT metadata for a specific parcel, following the OpenSea Metadata Standard. Includes information about the parcel's location, name, description, owner, and various attributes.
X coordinate of the parcel
23Y coordinate of the parcel
-23Parcel metadata
Invalid coordinates
Parcel not found
Service not ready
Returns detailed NFT metadata for a specific estate, following the OpenSea Metadata Standard. Includes information about all parcels in the estate, as well as estate-level metadata. If the estate has been dissolved, returns the dissolved estate metadata.
Estate ID
12345Estate metadata
Invalid estate ID
Estate not found
Service not ready
Returns NFT metadata for a parcel or estate by providing the contract address and token ID. This endpoint follows the OpenSea Metadata Standard and is commonly used by NFT marketplaces.
Contract Addresses (Mainnet)
LAND:
0xf87e31492faf9a91b02ee0deaad50d51d56d5d4dEstate:
0x959e104e1a4db6317fa58f8295f586e1a978c297
For LAND parcels, responses include extended cache headers for immutability.
Contract address (LAND or Estate contract)
0xf87e31492faf9a91b02ee0deaad50d51d56d5d4dToken ID
115792089237316195423570985008687907832452644793752989267978113781140059103329Token metadata
Token not found
Service not ready
Last updated