For the complete documentation index, see llms.txt. This page is also available as Markdown.

LAND

LAND parcel operations

Get redirection hashes

get
/lands/redirectionHashes

Returns IPFS hashes for LAND redirection files

Query parameters
coordsone ofRequired
stringOptional
or
string[]Optional
Responses
200

Redirection hashes

application/json
okbooleanOptional
get/lands/redirectionHashes

Upload LAND redirection

post
/lands/{coords}/redirection

Uploads a redirection file to IPFS

Path parameters
coordsstringRequiredPattern: ^-?[0-9]+,-?[0-9]+$
Responses
200

Redirection uploaded

application/json
okbooleanOptional
post/lands/{coords}/redirection

Last updated