gods-unchained-api
gods-unchained-api copied to clipboard
Public developer API documentation for Gods Unchained.
When I use the /purchase command, I get over 100K of results, but after exporting the data, I tested its completeness by testing my wallet address that I used to...
is it possible that `https://api.godsunchained.com/v0/ranking` is `https://api.godsunchained.com/v0/rank` ?
I made OpenAPI 3.1 definitions with documentation using `Stoplight Studio`. There were some endpoints I couldn't document because they were returning 404s or some sql-related error. Specific non-working examples include...
For those coming into this repo to find the latest API docs, here is the v1 documentation https://docs.x.immutable.com/reference Unofficial OpenAPI definitions for it: https://github.com/theogravity/immutable-x-openapi
This returns a 404 Example request: https://api.godsunchained.com/v0/image/381?format=card&quality=meteorite Response: 404 page not found
The user/{address} route is returning {"error":"sql: no rows in result set"} for an address that is connected to a Gods Unchained account. user/{address}/inventory using the same address returns correct results.
Hi! I would ask GU team to implement subgraph API (https://thegraph.com project). It would be very useful to query API using GraphQL and I am sure that indexers qould be...