Skip to content

STYLE-Protocol/STYLE-Protocol-Decentraland-API-Test

Repository files navigation

STYLE-Protocol-DCL-API-demo

This is Example for connecting NFT Style-Protocol derivatives with DCL registry.

Endpoints

  • @GET /registry/:registry-id/address/:address/assets - Retrieves a list of assets associated with a given address.

    • :registry-id - it is styleProtocolDerivatives.
    • :address - wallet address, whose tokens we need to fetch.
  • @GET /registry/:registry-id/address/:address/assets/:id - Validates if a DCL asset is owned by a user.

    • :registry-id - it is styleProtocolDerivatives.
    • :address - wallet address, whose tokens we need to fetch.
    • :id - it is tokenAddress:tokenId - where tokenAddress is an address of NFT collection and tokenId is an id of the NFT at that collection.

Example requests

About

This is Example for connecting NFT Style derivatives with DCL registry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published