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