We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there, firstly thanks for sharing a great project. Is there a correct way to pull an API say from opensea into this format? e.g. curl 'https://api.opensea.io/api/v1/assets?offset=0&limit=20&asset_contract_address=0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D' -o collection.json
or am I missing something to pull directly with config.json?
The text was updated successfully, but these errors were encountered:
I think you need an API key for that specific call. But there has to be a better way.
Sorry, something went wrong.
No branches or pull requests
Hey there, firstly thanks for sharing a great project. Is there a correct way to pull an API say from opensea into this format?
e.g. curl 'https://api.opensea.io/api/v1/assets?offset=0&limit=20&asset_contract_address=0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D' -o collection.json
or am I missing something to pull directly with config.json?
The text was updated successfully, but these errors were encountered: