GET /api/tokens/gaming
Gaming tokens
GET gaming data from tokens service
Endpoint​
GET https://api.web3identity.com/api/tokens/gaming
Example Request​
curl -s "https://api.web3identity.com/api/tokens/gaming" | jq
Responses​
200 Success​
{
"tokens": [
{
"symbol": "AXS",
"name": "Axie Infinity",
"price": 12.34,
"marketCap": 1234567890.12,
"game": "Axie Infinity"
},
{
"symbol": "SAND",
"name": "The Sandbox",
"price": 0.89,
"marketCap": 987654321.09,
"game": "The Sandbox"
},
{
"symbol": "MANA",
"name": "Decentraland",
"price": 0.67,
"marketCap": 876543210.98,
"game": "Decentraland"
}
]
}
400 Bad request - invalid parameters​
{
"example": "response"
}
402 Payment required​
404 Resource not found​
{
"example": "response"
}
429 Rate Limited​
{
"example": "response"
}
500 Internal Server Error - Something went wrong on our end​
{
"error": "Internal server error",
"code": "INTERNAL_ERROR"
}
Auto-generated from OpenAPI spec