Others
It refer to those APIs in which we have wallet transaction or deposit history.
All Wallet Transaction
All Wallet Transaction Data
GET
{{BASE_URL}}/api/wallet-trans/allGet
These transactions encompass all incoming and outgoing movements of digital assets within the wallet. Wallet transactions can include a variety of activities, such as sending and receiving cryptocurrency, staking, trading, and more.
Headers
Name
Type
Description
Authorization*
String
jwt token
{
"status_code": "Integer", // 1
"status_text": "String", // Success
"message": "String",
"data":"Object"
}
Deposit Data
Deposit Data
GET
{{BASE_URL}}/api/deposit/get
It refers to information related to the process of depositing digital assets (cryptocurrencies) into a cryptocurrency wallet or exchange account.
Headers
Name
Type
Description
Authorization*
String
jwt token
{
"status_code": "Integer", // 1
"status_text": "String", // Success
"message": "String",
"data":"Array"
}
Last updated