Get Txs by Hash Endpoint #7
-
So I'm writting my own SDK to use the LCD, I've been looking at the swagger documentation, on the public endpoint (https://lcd.terra.dev/swagger/), as a guide and also the Javascript SDK code. I'm unable to run the SDK itself against your endpoints to see if it works but, the way the SDK fetches a transaction is by using the endpoint /cosmos/tx/v1beta1/txs/{txhash} and you can see that using this URI I'm doing the same but I get the following response: { If I use the /txs/{txhash} endpoint it does work but it's an entirely different response, and it's obsolete according to the public endoint documentation.
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
LCD / FCD / mantzemint ~ superset thing maybe? indeed confusing. |
Beta Was this translation helpful? Give feedback.
-
Hey guys, probably a bit late to answer now, but after our relaunch on Terra 2 we've reworked a lot of endpoints and the tx endpoint should be working as expected! |
Beta Was this translation helpful? Give feedback.
-
L f g
…On Sat, 25 Jun 2022, 02:57 Etienne Napoleone, ***@***.***> wrote:
Hey guys, probably a bit late to answer now, but after our relaunch on
Terra 2 we've reworked a lot of endpoints and txs endpoints should be
working as expected!
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6MWVLNHCUS43MRI4QBZ6TVQYAH7ANCNFSM5UMB5M4Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Wen more cosmos networks?
…On Sat, 25 Jun 2022, 12:02 Sascha1337, ***@***.***> wrote:
L f g
On Sat, 25 Jun 2022, 02:57 Etienne Napoleone, ***@***.***>
wrote:
> Hey guys, probably a bit late to answer now, but after our relaunch on
> Terra 2 we've reworked a lot of endpoints and txs endpoints should be
> working as expected!
>
> —
> Reply to this email directly, view it on GitHub
> <
#7 (comment)
>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AC6MWVLNHCUS43MRI4QBZ6TVQYAH7ANCNFSM5UMB5M4Q
>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC6MWVKEEC62A6TJDOC6RGDVQ2ADVANCNFSM5UMB5M4Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Hey guys, probably a bit late to answer now, but after our relaunch on Terra 2 we've reworked a lot of endpoints and the tx endpoint should be working as expected!
For example:
https://phoenix-lcd.terra.dev/cosmos/tx/v1beta1/txs/98E3D08CB4A85E724AB68A659FC9DC17B7A4539820B6BFB04402E8C3A4C157D4
yields the same result on our endpoint