---
title: "Retrieves smart contract addresses"
method: GET
path: "/addresses"
tags: ["Others"]
---

# Retrieves smart contract addresses

`GET /addresses`

Get the addresses of the smart contracts we work with in each of our supported chains

## Response `200`

Smart contract addresses retrieved

- GetAddressesOutput
  - `polygon` SmartContractAddresses
    - `BRLATokenAddress` string
    - `operatorContractAddress` string
    - `USDCTokenAddress` string
    - `USDTTokenAddress` string
  - `ethereum` SmartContractAddresses
    - `BRLATokenAddress` string
    - `operatorContractAddress` string
    - `USDCTokenAddress` string
    - `USDTTokenAddress` string
  - `moonbeam` SmartContractAddresses
    - `BRLATokenAddress` string
    - `operatorContractAddress` string
    - `USDCTokenAddress` string
    - `USDTTokenAddress` string

## Other responses

- `400` — Input could not be validated
- `401` — Authorization failure
- `429` — Rate limited
- `500` — Error internal to the server which probably shouldn't have happened, try again later

---

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