Skip to main content
GET
/
api
/
dapp
/
latest
/
{mode}
Get Latest Dapp Version By Mode
curl --request GET \
  --url https://backend-global.gains.trade/api/dapp/latest/{mode}
{}

Endpoint

GET /api/dapp/latest/{mode} Returns latest frontend version metadata for a mode path parameter.

Parameters

ParameterLocationRequiredTypeDescription
modepathYesstringDapp mode.

Usage Example

curl -X GET "https://backend-global.gains.trade/api/dapp/latest/evm"

Response Structure

The generated API panel lists the response schema for status codes: 200, 500. Error responses generally return an error or message field.

Path Parameters

mode
string
required

Dapp mode.

Example:

"evm"

Response

Successful response

The response is of type object.