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

Get wallet transaction by id return undefined. #64

Closed
SeptiyanAndika opened this issue Sep 12, 2017 · 7 comments
Closed

Get wallet transaction by id return undefined. #64

SeptiyanAndika opened this issue Sep 12, 2017 · 7 comments

Comments

@SeptiyanAndika
Copy link

Hi Bitgo team.
we try get transactions all is working, but try get transactions by id is not working (https://www.bitgo.com/api/v2/?javascript#get-wallet-transaction) return undefined.

Thanks

@omaidf
Copy link

omaidf commented Sep 13, 2017

Hello,

Is this a V2 or V1 API wallet? Furthermore, does 'npm install' resolve this issue?

@SeptiyanAndika
Copy link
Author

Hello @omaidf
that use v2, yesterday night 'npm install' not resolve that issue, will try again i check have update 4.4.1 for bitgojs.
thanks

@sashkopavlenko
Copy link

Hi,
The same issue with get wallet transfer method (https://www.bitgo.com/api/v2/?javascript#get-wallet-transfer).
Using TBTC V2 wallet, bitgo v. 4.9.0.

@batraamar
Copy link

batraamar commented Feb 26, 2018

Hi @SeptiyanAndika

Please share if you got solution for this issue. I am facing some similar issue for my test.bitgo wallet:

https://test.bitgo.com/api/v2/tbtc/wallet/5a8dd0cb76de85d7070a60e163789ec9/sendcoins
Returns 404 Page not found.

https://test.bitgo.com/api/v2/tbtc/wallet/5a8dd0cb76de85d7070a60e163789ec9
{"error":"unauthorized","name":"Unauthorized","requestId":"cje49gx2e1yc6jnrxz0qqvlv3"}

@LeoKotschenreuther
Copy link
Contributor

@SeptiyanAndika
The sendcoins route is not available on the BitGo server, the documentation points out that this route is only available on the BitGo Express server or you could use the SDK.

For the route to the wallet, the error message tells you that you need to be authorized. If you use the SDK you should call the authenticate function of your BitGo object before doing that call. When you use BitGo Express, do the /api/v2/user/login call first. You can find some documentation about the BitGo Express server here.

Just keep in mind, you have to run the BitGo express server.

@SeptiyanAndika
Copy link
Author

SeptiyanAndika commented Mar 1, 2018

hai @LeoKotschenreuther , i use the sdk for get transaction detail. privous i test is working. i forgot close this issue

@SeptiyanAndika
Copy link
Author

hi @batraamar i not use rest-api, i use sdk.
i think if you use rest api, you need pass access_token in headers. like in this documenattion
https://platform.bitgo.com/bitgo-express/

tylerlevine pushed a commit that referenced this issue Oct 23, 2019
…oken

TOKS-38 - Add BitGo token on Stellar mainnet
tylerlevine pushed a commit that referenced this issue Jul 1, 2020
dhoffmann pushed a commit that referenced this issue Apr 27, 2021
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

5 participants