Skip to content
New issue

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

Etherscan integration #284

Open
12 tasks
thelastjosh opened this issue Jan 6, 2025 · 1 comment
Open
12 tasks

Etherscan integration #284

thelastjosh opened this issue Jan 6, 2025 · 1 comment
Assignees
Labels
priority: high High priority

Comments

@thelastjosh
Copy link
Member

thelastjosh commented Jan 6, 2025

The goal is to get a "card" reporting DAOstar information onto Etherscan.

From Harith at Etherscan:

hey all, we've been working on improvements to the Cards integration as well to make integrations more seamless - on the API and design side

for API, could you make sure your endpoint meets our standards below?

  • must be HTTP-GET API
  • only one endpoint per card

if API Key is required, then:

  • include relevant details in request headers, i.e. x-api-key, authorization, etc
  • include it as param in query string, i.e. apikey=[ApiKeyHere]
  • [address] parameter is required (route-parameter or query-string)
  • chainId / chainName are required if supporting multichain

API response should be:

  • in JSON format
  • include properties for checking API status if all requests are returned as 200-OK, for example:
  • success: true
  • status: "ok"
  • message: "ok"
  • ready to use - should not require custom logic/procedure to get data
Copy link

linear bot commented Jan 6, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: high High priority
Projects
None yet
Development

No branches or pull requests

2 participants