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

NameTypeDescription

Authorization*

String

jwt token

Request Body

NameTypeDescription

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"
}

Send Credit

Send Credit

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

After getting reciever details we send crypto using thid API.

Headers

NameTypeDescription

Authorization*

String

jwt token

Request Body

NameTypeDescription

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"
}

Last updated