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
sc.operation.failed
Sometimes, despite the correct setup, generating a wallet returns
sc.operation.failed
error code followed by this message in the Response:
Unable to deploy wallet. Reason: Error: Unable to broadcast transaction.
Example
1
POST <https://api-eu1.tatum.io/v3/blockchain/sc/custodial/batch>
2
{
3
"chain": "MATIC",
4
"fromPrivateKey": "0xd01f************4202f",
5
"batchCount": 100,
6
"owner": "0x7xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxeeb"
7
}
Copied!
Response
1
{
2
"statusCode": 403,
3
"errorCode": "sc.operation.failed",
4
"message": "Unable to deploy wallet. Reason: Error: Unable to broadcast transaction."
5
}
6
​
Copied!
Solution
Ensure that your account has sufficient funds to pay the gas fee.
Error Codes - Previous
polygon.sc.invalid
Next - Error Codes
subscription.invalid
Last modified
11d ago
Copy link
Contents
Solution