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
  • Send Mobile Verification code
  • Send Mobile Verification Code API
  • Validate OTP
  • Validate OTP For Confirmation
  • Update User Information
  • Update User Information
  1. API Reference
  2. Private APIs

Profile Information

It refers to the collection of data or details that characterize an individual or entity in a specific context. This information is often stored in a user profile and serves various purposes, depending on the platform or system it is associated with.

Send Mobile Verification code

Send Mobile Verification Code API

POST {{BASE_URL}}/api/sendMobileVCode

Here user enter his mobile number number for verification.

Headers

Name
Type
Description

Authrization*

String

jwt token

Request Body

Name
Type
Description

country_calling_code*

String

country_code*

String

mobile*

String

type*

String

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

Validate OTP

Validate OTP For Confirmation

POST {{BASE_URL}}/api/validateotp

Here user validate the OTP which is send just one step back.

Headers

Name
Type
Description

Authorization*

String

jwt token

Request Body

Name
Type
Description

email

String

mobile*

String

otp*

String

send_type*

String

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

Update User Information

Update User Information

POST {{BASE_NODE_URL}}/user/updateUser

Here user enter his complete information like his full name and etc.

Headers

Name
Type
Description

Authorization*

String

Request Body

Name
Type
Description

location*

String

step*

String

3

first_name*

String

last_name*

String

email*

String

email_vcode*

String

mobile*

String

mobile_vcode*

String

country_code*

String

country_calling_code*

String

name*

String

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

Last updated 6 months ago