---
title: "Get symbol mappings"
method: GET
path: "/rest/api/v1/projects/{projectId}/symbolMappings"
tags: ["Project API"]
---

# Get symbol mappings

`GET /rest/api/v1/projects/{projectId}/symbolMappings`

## Path parameters

- `projectId` string, uuid, required

## Response `200`

OK

- SymbolMappingDTO[]
  - `brokerFrom` string, required — This symbol mapping is only applied if the trade comes from a specific broker, for example, 'ICMarkets.*'. For all brokers, you can enter '.*' (this is a regex)
  - `brokerTo` string, required — This symbol mapping is only applied if the trade is copied to a specific broker, for example, 'ICMarkets.*'. For all brokers, you can enter '.*' (this is a regex)
  - `brokerToSuggestion` string[] — This is read-only. The system attempts to automatically map symbols, but if there are multiple findings, they will be listed here. (This member is used only for the endpoint symbolMappings/current)
  - `from` string, required — Enter a symbol e.g. GBPUSD (is not a regex)
  - `id` integer
  - `priority` integer, required — The priority is ascending, which means that 0 has a higher priority than 1. Priority is always positive
  - `projectId` string, uuid
  - `to` string, required — Enter a symbol e.g. GBPEUR (is not a regex)

---

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