---
title: "Get general information about the API and the connected contract"
method: GET
path: "/atomicassets/v1/config"
tags: ["config"]
---

# Get general information about the API and the connected contract

`GET /atomicassets/v1/config`

## Response `200`

OK

- object
  - `success` boolean
  - `data` object
    - `contract` string
    - `version` string
    - `collection_format` object[]
      - `name` string
      - `type` string
    - `supported_tokens` object[]
      - `token_contract` string
      - `token_symbol` string
      - `token_precision` integer
  - `query_time` integer, nullable

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/worldwide-asset-exchange/apis/atomicassets-api.md) · [All operations](https://skmtc.net/worldwide-asset-exchange/apis/atomicassets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldwide-asset-exchange/atomicassets-api/versions/6e5b195ccabb/schema)
