hoodrunio / explorer-backend

Backend app for Cosmos ecosystem explorer.
https://backend.testnet.run/
5 stars 1 forks source link

Feat: add vesting details for accounts #68

Closed Errorist79 closed 1 year ago

Errorist79 commented 1 year ago

Endpoint: /cosmos/auth/v1beta1/accounts/{account_address}

Example request:

https://quicksilver-api.polkachu.com/cosmos/auth/v1beta1/accounts/quick1p2pg4apwlwlhs3n3cwkclvqzuj73zzvvrfz6np

Parsing

Header:

Total vesting: original_vesting

Delegated from vesting: delegated_vesting

Vesting started: start_time

Will end: end_time

Content

Amount: amount & denom

amorfc commented 1 year ago

waitin for grpc merge after that we will implement this feature with grpc

amorfc commented 1 year ago

https://github.com/testnetrunn/explorer-backend/pull/88