Fewcha Wallet Dev Docs
  • Introduction
  • Get Started
    • Connect
    • Get data
    • Sign and Submit Transaction
  • Response Format and Types
  • Serializer/Deserializer
  • Status codes
  • TypeScript Wrapper
  • React Connect Button
  • Reference
    • Wallet Methods
      • Connection
      • Account Data
      • Transactions
        • Aptos transaction
        • SUI transaction
    • Token (NFT) Methods (Aptos)
    • SDK Get Data Methods
      • Account
      • Transaction
      • Miscellaneous
  • Github
  • Chrome Extension
Powered by GitBook
On this page

Was this helpful?

Status codes

Status Code
Mean
Description

200

Success

401

User Rejected the Request

User cancel a popup

403

Forbidden

Not connect yet, please connect wallet

500

Error

Network error, blockchain error or wallet error

PreviousSerializer/DeserializerNextTypeScript Wrapper

Last updated 2 years ago

Was this helpful?