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

Add to Lib: v1/eth/(network)/transfers #13

Open
talasa opened this issue Oct 26, 2020 · 0 comments
Open

Add to Lib: v1/eth/(network)/transfers #13

talasa opened this issue Oct 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@talasa
Copy link
Contributor

talasa commented Oct 26, 2020

  • Supports: get, find , create(updates only), update(updates only), patch(updates only), removed(updates only)
  • Supports: 'watch'
  • Request: { address: '(string') }
  • Response:

{
"collect": {
"broadcasted": -1,
"confirmed": -1,
"txid": ""
},
"createdAt": "(string: date)",
"expires": {
"at": "(string: date)"
},
"fees": "(string: number)",
"from": "(string: address)",
"id": "string: hex",
"retrieve": {
"txid": "(string: hex)",
"broadcasted": number,
"confirmed": number
},
"salt": "string",
"secretHash": "string: hex",
"state": "(string: unknown|new|invalid|collected|retrieved|collecting|retrieving|rejected",
"to": "(string: address)",
"updatedAt": "(string: date)",
"value": "(string: number)"
}

  • Returns and realtime updating if 'to' or 'from' equals the address (can be used for both transfers and collectables in app)
@talasa talasa added the enhancement New feature or request label Oct 26, 2020
@talasa talasa unassigned d-mv Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants