Traffic warning

Basic Information

Interface Status:completed

Interface URL:https://gapi.lunaproxy.com/open/user_flow_warning

Request type:POST

Content-Type:multipart/form-data

Verification Method:no authentication required

Request Parameters

parameter name
parameter value
required
parameter type
description

open

1

yes

String

neek

1792274

yes

String

appkey

ae9ba2fd71fd1b35386d5f2c8cd6f064

yes

String

Response example

Success(200)

{
    "ret":0,
    "code":1,
    "msg":"success",
    "ret_data":{
        "all_buy":15500,
        "balance":15000,
        "flow_used_today":500
    },
    "timestamp":1692583739
}
parameter name
parameter value
required
parameter type
description

ret

0

yes

Integer

code

1

yes

Integer

msg

success

yes

String

ret_data

yes

Object

ret_data.all_buy

15500

yes

Integer

total traffic M

ret_data.balance

15000

yes

Integer

remaining traffic M

ret_data.flow_used_today

500

yes

Integer

Use data M

timestamp

1692583739

yes

Integer

Last updated

Was this helpful?