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