Fiat And Spot
In the context of cryptocurrency exchanges and trading platforms, you'll commonly encounter the terms "spot trading" and "spot market," where users can trade cryptocurrencies in real-time for immediate settlement using fiat currencies or other cryptocurrencies
User Balance
User Currency Balance
GET
{{BASE_NODE_URL}}/user-crypto/send/get
In this API we have user all crypto balance data.
Headers
Name
Type
Description
Authorization*
String
jwt token
{
"status_code": "Integer", // 1
"status_text": "String", // Success
"message": "String",
"data":"Array"
}
Transfer Funds
Transfer Funds
POST
{{BASE_NODE_URL}}/user-crypto/transfer/credit
Here we tranfer funds from spot balance to funding balance or funding to spot balance.
Headers
Name
Type
Description
Authorization*
String
jwt token
Request Body
Name
Type
Description
amount*
String
currency*
String
from_wallet*
String
to_wallet*
String
{
"status_code": "Integer", // 1
"status_text": "String", // Success
"message": "String"
}
Last updated