Last updated 1 month ago
This endpoint is used to retrieve Base techne credential metadata
The techne index.
GET //v1/techne/base/{index} HTTP/1.1 Host: api.obol.tech Authorization: Bearer JWT Accept: */*
{ "description": "Obol Techne Bronze Credential", "external_url": "https://blog.obol.tech/introducing-the-obol-techne-credential/", "image": "https://obol.tech/techne/bronze.png", "name": "Obol Techne - Bronze" }
This endpoint is used to retrieve Bronze techne credential metadata
GET //v1/techne/bronze/{index} HTTP/1.1 Host: api.obol.tech Authorization: Bearer JWT Accept: */*
This endpoint is used to retrieve Silver techne credential metadata
GET //v1/techne/silver/{index} HTTP/1.1 Host: api.obol.tech Authorization: Bearer JWT Accept: */*
This endpoint is used to retrieve Gold techne credential metadata
GET //v1/techne/gold/{index} HTTP/1.1 Host: api.obol.tech Authorization: Bearer JWT Accept: */*