Others
In this we have those APIs which are not used commonly. Like user log API , Launchpad token api or update fees method etc.
Users Logs API
Users Logs Api
GET
{{BASE_URL}}/api/log/get?per_page=15&page=1
In this API we have users activity data.
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | jwt token |
Launchpad Tokens Api
Launchpad Get Tokens Api
GET
{{BASE_NODE_URL}}/launchpad/user/token_get
A "launchpad token" typically refers to a cryptocurrency or token associated with a launchpad platform in the cryptocurrency and blockchain space. Launchpads are platforms or services that facilitate the launch of new blockchain projects, typically through Initial Coin Offerings (ICOs) or Initial DEX Offerings (IDOs) on decentralized exchanges (DEXs).
Headers
Name | Type | Description |
---|---|---|
Authorizatio n * | String | jwt token |
Update Fees Method
Update Fess Method
POST
{{BASE_URL}}/backend/public/api/fee_by_lbm/update
Here we update fees method which is used at the time of deposite or withdraw.
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | jwt token |
Request Body
Name | Type | Description |
---|---|---|
fee_by_lbm* | String | 1 or 0 |
List NewToken API
List New Token API
POST
{{BASE_URL}}/api/request/create
Here Client can create new token by submit form.
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | jwt token |
Request Body
Name | Type | Description |
---|---|---|
name* | String | |
email* | String | |
mobile* | Integer | |
decimal* | Integer | |
token_address* | String | |
blockchain* | String | |
token_name* | String | |
pair_with* | String | |
total_token_supply* | Integer | |
circulation* | Integer | |
whitepaper_link* | String | |
official_website* | String | |
official_telegram* | String | |
telegram_for_chat | String | |
String | ||
youtube | String | |
String | ||
terms* | Boolean |
Last updated