GoG API

Using the scraping methods and following the immutable Orderbook live, we created our own up to date open API for statistics and floor data for Guild of Guardians. Usually this would require thousands of API calls to get all the data, one for each buy token symbol and repeat for every different asset. With this API you can get all that data with just one call. The API URL parameters are collection address and or target asset name.

Using this we created our own custom marketplace called imxmarkets.com where we don’t add any additional market fees. The market focuses on named collections like Guild Of Guardians, Gods Unchained and Book Games. One of the features of the marketplace is that it bundles same named assets together, that way it is much easier for users to search and buy assets without having to go through finding the best option themselves. The market shows the best options and in every available currency the asset is listed in.

The API is open and can be used by anyone.

Get collection filterable metadata.

GET /collections/0xee972ad3b8ac062de2e4d5e6ea4a37e36c849a11

Response format:

Metadata values represent how many unique assets (in named collections, assets with same name are not considered unique to each other) share that trait.

Get floor values

GET /floors/:collection_address

Response format:

Get collection assets

GET /assets/:collection_address
asset floor data with metadata.

Response format:

You can find out more on out gitlab page https://gitlab.com/morgosh/imx.tools , where we provide more information on how to use the api.

In the future we are planning to add more endpoints for guild of guardians, for example adding guild asset tracking. If you have any other ideas let us know!