---
title: "Finds all tokens"
method: GET
path: "/tokens"
tags: ["tokens"]
---

# Finds all tokens

`GET /tokens`

Return all tokens in an array

## Response `200`

successful operation

- Token[]
  - `id` string
  - `name` string
  - `symbol` string
  - `address` string
  - `image` Image
    - `url` string
    - `meta` object
  - `contractAddress` string
  - `decimals` integer
  - `active` boolean
  - `listed` boolean
  - `quote` boolean
  - `makeFee` string
  - `takeFee` string
  - `usd` string
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/buildonviction/apis/tomodex-apis.md) · [All operations](https://skmtc.net/buildonviction/apis/tomodex-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/buildonviction/tomodex-apis/revisions/18b6ffedd480/schema)
