TypeError [ERR_HTTP_INVALID_HEADER_VALUE]: Invalid value "undefined" for header "x-api-key"

Viewed 28

I'm trying to create a wallet with tatumio-js library and encountered the above error

1 Answers

I experienced this when using using tatumio-js library. Make sure you are using Mainnet API Key for Mainnet deployment and Testnet API Key for Testnet deployment

Related