Tradebit API V3.0
  • Introduction
  • Quick Start
  • API Reference
    • Public APIs
      • Auth
      • Crypto
      • Others
    • Private APIs
      • Common
      • Others
      • Orders
      • Support Ticket
      • Wallet
        • Withdraw
        • Fiat And Spot
        • Staking
        • Others
      • Send Token
      • Referrals
      • Profile
        • Security Verification
        • User KYC
        • Others
      • Profile Information
    • Errors Codes
Powered by GitBook
On this page
  • All Wallet Transaction
  • All Wallet Transaction Data
  • Deposit Data
  • Deposit Data
  1. API Reference
  2. Private APIs
  3. Wallet

Others

It refer to those APIs in which we have wallet transaction or deposit history.

All Wallet Transaction

All Wallet Transaction Data

GET {{BASE_URL}}/api/wallet-trans/allGet

These transactions encompass all incoming and outgoing movements of digital assets within the wallet. Wallet transactions can include a variety of activities, such as sending and receiving cryptocurrency, staking, trading, and more.

Headers

Name
Type
Description

Authorization*

String

jwt token

{
    "status_code": "Integer", // 1
    "status_text": "String", // Success
    "message": "String",
    "data":"Object"
}

Deposit Data

Deposit Data

GET {{BASE_URL}}/api/deposit/get

It refers to information related to the process of depositing digital assets (cryptocurrencies) into a cryptocurrency wallet or exchange account.

Headers

Name
Type
Description

Authorization*

String

jwt token

{
    "status_code": "Integer", // 1
    "status_text": "String", // Success
    "message": "String",
    "data":"Array"
}

PreviousStakingNextSend Token

Last updated 6 months ago