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

Endpoint

GET /api/dapp/latest Returns latest frontend version metadata for a dapp mode.

Parameters

ParameterLocationRequiredTypeDescription
dappqueryNostringDapp mode.

Usage Example

curl -X GET "https://backend-global.gains.trade/api/dapp/latest?dapp=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.

Query Parameters

dapp
string

Dapp mode.

Example:

"evm"

Response

Successful response

The response is of type object.