Alchemy Subgraphs is sunsetting on December 8, 2025. Migrate your subgraph to Ormi in seconds.
cURL
curl --request POST \ --url https://api.subgraph.ormilabs.com/public_api/v1/0xGraph/tags/query-tag \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "subgraph_name": "<string>", "version": "<string>" } '
[ { "code": 123, "data": { "tags": [ { "tag": "<string>", "create_time": 123 } ] }, "msg": "<string>" } ]
Retrieve information about a specific tag for a subgraph
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subgraph name
Version
OK
Response status code
Response data containing tags
Show child attributes
Array of tag items
Tag value
Unix timestamp of creation time
Response message