hicetnunc-api icon indicating copy to clipboard operation
hicetnunc-api copied to clipboard

serverless express API gathering dApp data with api.better-call.dev and conseil.js

Results 12 hicetnunc-api issues
Sort by recently updated
recently updated
newest added

(From https://github.com/hicetnunc2000/hicetnunc/issues/522) ``` curl --location --request POST 'localhost:3001/tz' \ --header 'Content-Type: application/json' \ --data-raw '{"tz":"tz1Pu8zRmNghAHzWxsT9Cy2qXHxkCrHcB3vc"}' ``` Error: Request failed with status code 429    at createError (/home/alex/hicetnunc-api/node_modules/axios/lib/core/createError.js:16:15)    at settle...

API responses speed could be dramatically increased if a memory cache like REDIS is implemented. What do you think about this? I could give a hand if you need it...

Some wallets work. Others give this error. ```{ "tz": "tz1ceVPzbPAWja66PQk7QCL5kd212jnrhLDM" }``` ```Error: Request failed with status code 500 at createError (/var/task/node_modules/axios/lib/core/createError.js:16:15) at settle (/var/task/node_modules/axios/lib/core/settle.js:17:12) at IncomingMessage.handleStreamEnd (/var/task/node_modules/axios/lib/adapters/http.js:260:11) at IncomingMessage.emit (events.js:326:22)...

This endpoints allows interactive NFTs to access the blocked wallet lists as the HEN API domain can be accessed from within the iframe sandbox. It could probably do with extending...

such fix is intended to deal with copy minters filtering objkts associated with w.json

documentation
enhancement

read me says `npm install -g [email protected]`, serverless.yml calls for 2.37.0

It appears that the current codebase is hardwired to mainnet. Is there any support for refactoring this so that an instance of the api could be run on florencenet or...

You can now get a list of objkt owners like this `conseilUtil.getObjectOwnersById(375)`

Adjust `pThrottle({ limit: 15, interval: 1200 })` to avoid the issue, note that it may increase load times.