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
  • Get Reciever Details
  • Get Reciever Details
  • Send Credit
  • Send Credit
  1. API Reference
  2. Private APIs

Send Token

It refer to user can send crypto from his account to another account.

Get Reciever Details

Get Reciever Details

POST {{BASE_NODE_URL}}/user-crypto/getReceiverDetail

With the help of this API we get reciever details and we send crypto to this reciever.

Headers

Name
Type
Description

Authorization*

String

jwt token

Request Body

Name
Type
Description

amount*

String

currency*

String

email_vcode

String

google_vcode

String

mobile_vcode

String

type*

String

email , uid or mobile

user*

String

wallet_type*

String

spot

{
    "status_code": "Integer", // 1
    "status_text": "String", // Success
    "message": "String"
}
{
    "status_code": "Integer", // 0
    "status_text": "String", // Failed
    "message": "String"
}

Send Credit

Send Credit

POST {{BASE_NODE_URL}}/user-crypto/send/credit

After getting reciever details we send crypto using thid API.

Headers

Name
Type
Description

Authorization*

String

jwt token

Request Body

Name
Type
Description

amount*

String

currency*

String

email_vcode

String

google_vcode

String

mobile_vcode

String

type*

String

user*

String

wallet_type*

String

{
    "status_code": "Integer", // 1
    "status_text": "String", // Success
    "message": "String"
}
{
    "status_code": "Integer", // 0
    "status_text": "String", // Failed
    "message": "String"
}

PreviousOthersNextReferrals

Last updated 6 months ago