Metas
Our fee schedule is available via the following API request.
GET /api/v1/meta
Required Parameters
Example Request
curl -X GET "https://api.coinchomp.com/api/v1/metas/" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"chain" : "solana"}'Example Response
{
"success": true,
"chain": "solana",
"metas": [
{
"name": "ai",
"description": "AI-related projects",
"firstSeenAt": "January 01, 2025 12:02:10"
}
]
}Last updated