Error-Codes
Less than 1 minute
Error Codes Reference
Error Code | Description |
---|---|
1001 | Batch validation error |
1002 | Invalid wallet address |
1003 | Insufficient funds |
1004 | Network error |
1005 | Invalid amount |
1006 | Rate limit exceeded |
1007 | Batch size exceeded |
1008 | Transaction error |
1009 | No authentication information in the request header |
Important Notes
- Ensure that the
transactions
array includes at least one transaction to the tip address, or validation will fail - Transactions must be correctly encoded in base64 format
- Batch submissions have quantity limits; exceeding these limits will result in error code 1007
- Before submitting, ensure the wallet has sufficient funds to avoid error code 1003
- Once submitted and confirmed, transactions cannot be reversed
- The successful response will include a
bundleId
and a list oftransactionIds
for each transaction in the bundle