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
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
Last updated