Tatum
Search…
Welcome to Tatum 👋
Introduction
Your First App
Tatum's Architecture
Supported Blockchains & Digital Assets
Testnet vs Mainnet
What's New
API Reference
API Reference
Architecture
Terminology
Building Blocks
Private Key Management
Tatum Dashboard
FAQ
Wallets and Virtual Accounts
Guides
Blockchain
Virtual accounts
Tutorials
How to use Tatum and MetaMask
How to pay fees for token transfers from another address
How to build a custodial wallet
How to build a non-custodial wallet
How to build a crypto exchange
How to securely store private keys & sign transactions
How to create a peer-to-peer NFT marketplace like OpenSea
How to create a peer-to-peer NFT auction
How to migrate to Tatum’s updated NFT marketplace and auction features
Error Codes
polygon.sc.invalid
sc.operation.failed
subscription.invalid
tron.account.not.found
Deprecated Features
Support for EOSIO, Lisk, Neo, Qtum, and Terra (LUNA)
Powered By
GitBook
polygon.sc.invalid
You may encounter error code
polygon.sc.invalid
when, for example, your request works with a cURL request but the same code fails in JavaScript:
1
{
2
statusCode: 403,
3
errorCode: 'polygon.sc.invalid',
4
message: 'Invalid parameters for smart contract invocation.'
5
}
Copied!
Ensure that you are using correct syntax for your objects, especially inverted commas and quotation marks.
Tutorials - Previous
How to migrate to Tatum’s updated NFT marketplace and auction features
Next - Error Codes
sc.operation.failed
Last modified
11d ago
Copy link