Transaction Proccessing Errors
Unauthorized (Code 401)
{
"code": 401,
"message": "Please Authenticate"
}Forbidden (Code 403)
{
"code": 403,
"message": "Forbidden"
}Not Found (Code 404)
{
"code": 404,
"message": "Wallet Not Found"
}Method Not Allowed (Code 405)
Precondition Failed (Code 412)
Transfer NFT Precondition Failed (Code 412)
Internal Server Error (Code 500)
Last updated