Lambdas
This service provides a set of utilities required by the Catalyst Server Clients\Consumers in order to retrieve or validate data.
Downloads a thumbnail image for the specified urn
Uniform Resource Name (URN) that identifies the asset
urn:decentraland:matic:collections-v2:0x04e43281f36e1f1bfae6f38bc276cb48fb8ac632:0Thumbnail image
binaryThumbnail image
Downloads the image for the specified urn
Uniform Resource Name (URN) that identifies the asset
urn:decentraland:matic:collections-v2:0x04e43281f36e1f1bfae6f38bc276cb48fb8ac632:0Resource image
binaryResource image
Retrieve ERC721/NFT Entity details
Ethereum chain ID: ETHEREUM_MAINNET = 1 ETHEREUM_RINKEBY = 4 ETHEREUM_GOERLI = 5 ETHEREUM_KOVAN = 42 MATIC_MAINNET = 137 MATIC_MUMBAI = 80001
137Hash of the Contract. This will be used to build the URN that identifies the NFT.
0x123db7844eaf7da11d88cf1754945bbd020742efToken Identifier
3Optional rarity description that will be return as part of the NFT description common: 100000 uncommon: 10000 rare: 5000 epic: 1000 legendary: 100 mythic: 10 unique: 1
legendaryResource image
Bad Request: invalid chain ID
Entity Not Found
Internal Server Error
Get a list of wearables owned by the given address
Ethereum address from which you want to get the list of wearables
0xa87d168717538e86d71ac48baccaeb84162de602If present, response will be extended with the entity data.
trueIf present, response will include the third-party wearables owned by the address. They will appear before other wearables if the response is paginated.
trueThe number of the requested page.
1The size of the requested page.
10Determines the field to be sort by. By default it will be by transferredAt. Possible values: transferredAt and rarity.
rarityList of wearables owned by the given address
Failed to fetch wearables
Get a list of emotes owned by the given address
Ethereum address from which you want to get the list of emotes
0xf4f7512c68f358856514cd4e449fc6c5ac04bb15Third Party collection Id to filter emotes, if this param is not sent then the 3rd parties emotes are not shown. If it is sent, only the 3rd parties emotes are shown.
urn:decentraland:matic:collections-thirdparty:ntr1-meta:ntr1-meta-1ef79e7bIf present, response will be extended with the entity data.
trueThe number of the requested page.
1The size of the requested page
10List of emotes owned by the given address
Failed to fetch emotes for the address
Get a list of names owned by the given address
Ethereum address from which you want to get the list of names
0xddf1eec586d8f8f0eb8c5a3bf51fb99379a55684The number of the requested page. It needs pageSize to be present to enable a paginated response.
1The size of the requested page. It needs pageNum to be present to enable a paginated response.
10List of names owned by the given address
Failed to fetch names for the address
Get a list of lands owned by the given address
Ethereum address from which you want to get the list of lands
0xddf1eec586d8f8f0eb8c5a3bf51fb99379a55684The number of the requested page. It needs pageSize to be present to enable a paginated response.
1The size of the requested page. It needs pageNum to be present to enable a paginated response.
10List of lands owned by the given address
Failed to fetch lands for the address
Get the permissions a user has for a parcel
Ethereum address from which you want to get the permissions
0xddf1eec586d8f8f0eb8c5a3bf51fb99379a55684X coordinate of the parcel
100Y coordinate of the parcel
100permissions a user has for a parcel
Bad request
Returns the list of third party wearables for the provided address
Returns the list of third party wearables for the provided address
Ethereum address from which you want to get the list of wearables
0xf4f7512c68f358856514cd4e449fc6c5ac04bb15The number of the requested page.
1The size of the requested page.
10Returns the list of third party wearables
Returns the list of third party wearables
Returns the list of third party wearables for the given collection
Returns the list of third party wearables for the given collection
Ethereum address from which you want to get the list of wearables
0xf4f7512c68f358856514cd4e449fc6c5ac04bb15Third Party collection Id to filter wearables.
urn:decentraland:matic:collections-thirdparty:ntr1-meta:ntr1-meta-1ef79e7bThe number of the requested page.
1The size of the requested page.
10Returns the list of third party wearables
Returns the list of third party wearables
Search for wearables based on the applied filters and retrieve detailed information
Lis of URNs that identify the collection. Maximum amount of ids allowed is 500.
urn:decentraland:ethereum:collections-v1:mf_sammichgamerList of wearables URNs to search. Maximum amount of ids allowed is 500.
urn:decentraland:ethereum:collections-v1:binance_us_collection:binance_us_hatSearch text
HoodieLimit the quantity of results that will be returned by the request. You can only request up to 500 results.
2The result will always be ordered by the local timestamp fields but in case of timestamp collisions, you can use the lastId field to filter the result
urn:decentraland:ethereum:collections-v1:binance_us_collection:binance_us_hatCatalyst services health information
Bad Request
Retrieve the Point of Interest list of coordinates
List of Point of Interest coordinates. These are currently highlighted in the DCL Atlas.
List of Point of Interest coordinates. These are currently highlighted in the DCL Atlas.
Retrieve list of forbidden user names. The prohibition of these names is decided through the DAO and need to be voted, the list lives in a Smart Contract and the Catalyst just consumes this information to present it to the client. In order to add a new name a new proposal needs to be created, approved and a transaction should be sent by a DAO committee member.
Array of forbidden names by the DAO
Array of forbidden names by the DAO
Given a signed message and it's AuthChain, validate it's authenticity. A message can be signed, for example, to prove ownership of the Entity pointers that they want to modify.
Result of the signature validation with owner address or errors
Bad Request: Expected 'signedMessage' property to be set
Returns the list of realms with details about the users in it
List of the current state of the realms. The userParcels array is the list of parcels in which there are users present.
List of the current state of the realms. The userParcels array is the list of parcels in which there are users present.
Get the operators for a parcel
X coordinate of the parcel
100Y coordinate of the parcel
100operators for a parcel
Bad request
Given a Ethereum address of a user, return the Avatars details associated with it.
Ethereum address of the user
0x22480812a9a0669783c06d359182a583bd1d9fc2Array of Avatars
Array of Avatars
Returns the list of third party integrations as well as collections
Returns the list of third party integrations and collections
Returns the list of third party integrations and collections
Returns the list of third party integrations and collections
Last updated