API Reference
Get GTE info
API Reference
Get GTE info
GET
/
info
curl --request GET \
--url https://api-testnet.gte.xyz/v1/info
{
"totalMarkets": 123,
"launchedTokens": 123,
"volume24HrUsd": 123,
"volumeTotalUsd": 123
}
Response
200 - application/json
GTE info response
The response is of type object
.
curl --request GET \
--url https://api-testnet.gte.xyz/v1/info
{
"totalMarkets": 123,
"launchedTokens": 123,
"volume24HrUsd": 123,
"volumeTotalUsd": 123
}