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

Safe creation transaction details #65

Closed
lukasschor opened this issue Feb 18, 2020 · 2 comments
Closed

Safe creation transaction details #65

lukasschor opened this issue Feb 18, 2020 · 2 comments
Assignees

Comments

@lukasschor
Copy link
Member

We want to display additional information about the Safe creation transaction:

  • Creation date/time
  • Tx hash of Safe creation transaction
  • Initiator of Safe creation

We need an endpoint that provides this information for a given Safe address

Related to 5afe/safe-react#554

@rmeissner rmeissner transferred this issue from safe-global/safe-android Feb 18, 2020
@rmeissner
Copy link
Member

This can be a separate endpoint for now

@Uxio0 Uxio0 self-assigned this Feb 26, 2020
@Uxio0
Copy link
Member

Uxio0 commented Feb 26, 2020

Endpoint proposal

URL

GET /api/v1/safes/<address>/creation/

Response

{
  created: "<iso 8601 datetime>",
  transactionHash: "<keccak-hash>",
  creator: "<checksummed-address>"
}

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

No branches or pull requests

3 participants