Skip to main content
GET
/
api
/
apr
Get APR Info
curl --request GET \
  --url https://backend-global.gains.trade/api/apr
{}

Endpoint

GET /api/apr Returns APR and TVL data for staking, vault, burn, and collateral rewards.

Parameters

ParameterLocationRequiredTypeDescription
chainIdqueryYesintegerBlockchain chain ID. Common values: 42161 Arbitrum, 8453 Base, 137 Polygon.

Usage Example

curl -X GET "https://backend-global.gains.trade/api/apr?chainId=42161"

Response Structure

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

Query Parameters

chainId
integer
required

Blockchain chain ID. Common values: 42161 Arbitrum, 8453 Base, 137 Polygon.

Example:

42161

Response

Successful response

The response is of type object.