1. Dashboard article(Tutorial/News)

https://domain/api/article/page

1.1) request body

name type necessary remark
type string N TUTORIAL/TIPS/PROMOTION, TUTORIAL for get tutorial article, TIPS for get news article, ... null for get all type.
pageNo int N default 1
pageSize int N default 20

1.2) response body

name type remark
success bool true/false
errCode string error code: 0 is success, Non-zero is error code
errMsg string error message when error code is non-zero
data T bussiness entity

data description

name type remark
number int pageNo
size int pageSize
totalPages int total pages count
content list list of article items

content item description

name type remark
id string Article ID
created int created timestamp
modified int latest modified timestamp
countryId string country id: IN
title string title of article
content string content of article
sort int display sort
link string optional, web link of youtube video

2. Deposit buy usdt video

https://domain/api/article/buy_usdt_video

2.1) request body

name type necessary remark

2.2) response body

name type remark
success bool true/false
errCode string error code: 0 is success, Non-zero is error code
errMsg string error message when error code is non-zero
data T bussiness entity

data description

name type remark
link string web link of youtube video

3. Deposit buy inr video

https://domain/api/article/buy_inr_video

2.1) request body

name type necessary remark

2.2) response body

name type remark
success bool true/false
errCode string error code: 0 is success, Non-zero is error code
errMsg string error message when error code is non-zero
data T bussiness entity

data description

name type remark
link string web link of youtube video

results matching ""

    No results matching ""