Contracts
On-chain contract data including servers, POIs, and denylists
Last updated
On-chain contract data including servers, POIs, and denylists
Last updated
GET /lambdas/contracts/servers HTTP/1.1
Host: peer.decentraland.org
Accept: */*
{
"servers": [
{
"address": "text",
"owner": "text",
"id": "text"
}
]
}GET /lambdas/contracts/pois HTTP/1.1
Host: peer.decentraland.org
Accept: */*
{
"pois": [
{
"x": 1,
"y": 1,
"name": "text",
"description": "text"
}
]
}GET /lambdas/contracts/denylisted-names HTTP/1.1
Host: peer.decentraland.org
Accept: */*
{
"denylistedNames": [
"text"
]
}