GET /api/tokens/memecoins
Top memecoins
GET memecoins data from tokens service
Endpoint​
GET https://api.web3identity.com/api/tokens/memecoins
Example Request​
curl -s "https://api.web3identity.com/api/tokens/memecoins" | jq
Responses​
200 Success​
{
"tokens": [
{
"symbol": "DOGE",
"name": "Dogecoin",
"price": 0.12,
"marketCap": 17890123456.78,
"change24h": 5.67
},
{
"symbol": "SHIB",
"name": "Shiba Inu",
"price": 0.000012,
"marketCap": 7123456789.01,
"change24h": -2.34
},
{
"symbol": "PEPE",
"name": "Pepe",
"price": 0.0000023,
"marketCap": 967890123.45,
"change24h": 12.45
}
]
}
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