---
title: "Retrieve obol techne credentials of an address"
method: GET
path: "/v1/address/techne/{address}"
tags: ["Address"]
---

# Retrieve obol techne credentials of an address

`GET /v1/address/techne/{address}`

This endpoint is used to retrieve obol techne credentials an address owns

## Path parameters

- `address` string, required

## Response `200`

The address techne credentials object

- AddressTechneResponse
  - `base` string[], required
  - `bronze` string[], required
  - `silver` string[], required
  - `gold` string[], required

## Other responses

- `400` — The Address provided is not valid
- `500` — An unknown error occurred

---

[API](https://skmtc.net/obol/apis/obol-api.md) · [All operations](https://skmtc.net/obol/apis/obol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/obol/obol-api/revisions/707a88e0b355/schema)
