You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When setting the API key in the SDK, its not applied to any calls made with the api-client like: sdk.blockchain.info() or sdk.blockchain.getTransactionsByAddress
This leads to 401s.
To Reproduce
const sdk=TatumBtcSDK({ apiKey: env.get(EnvVar.TATUM_API_KEY) });
const a =await sdk.blockchain.info();
-> Fails
Describe the bug
When setting the API key in the SDK, its not applied to any calls made with the api-client like: sdk.blockchain.info() or sdk.blockchain.getTransactionsByAddress
This leads to 401s.
To Reproduce
const sdk=TatumBtcSDK({ apiKey: env.get(EnvVar.TATUM_API_KEY) });
const a =await sdk.blockchain.info();
-> Fails
Expected behavior
Should apply the API key.
Additional context
SDK version:
The text was updated successfully, but these errors were encountered: