Skip to main content
GET
/
api
/
v1
/
points
/
global
Returns the total number of users with points and total amps distributed.
curl --request GET \
  --url https://api.mainnet.aptoslabs.com/decibel/api/v1/points/global \
  --header 'Authorization: Bearer <token>'
{
  "total_amps_distributed": 123,
  "total_users": 1
}

Documentation Index

Fetch the complete documentation index at: https://docs.decibel.trade/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token from Geomi. See Authentication for setup instructions.

Response

Global points statistics

total_amps_distributed
number<double>
required
total_users
integer<int64>
required
Required range: x >= 0