> For the complete documentation index, see [llms.txt](https://docs.unisat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.unisat.io/developer-support/open-api-documentation/api-for-bitcoin/brc-20/get-brc-20-ticker-info.md).

# Get BRC-20 Ticker Info

{% openapi src="/files/r4o4wn8MaaisuPe8MEqf" path="/v1/indexer/brc20/{ticker}/info" method="get" %}
[swagger.yaml](https://3523236551-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ4NHAHIVnWQiEecvs1By%2Fuploads%2FwLGCSgZJ2x4Y5HBwMo4J%2Fswagger.yaml?alt=media\&token=41cf5a70-2499-4da5-ab33-0530fc3e2772)
{% endopenapi %}

<figure><img src="/files/13u6i7AYbZZebnYEbMJT" alt=""><figcaption></figcaption></figure>

\
Due to the inability to transmit special characters on the router, for tickers containing special characters, please use the hexadecimal encoding format.

```typescript
export function stringToHex(stringToEncode: string) {
    return Buffer.from(stringToEncode).toString('hex')
}
```

<figure><img src="/files/DUdwq65hOrS38jLrRg0I" alt=""><figcaption></figcaption></figure>
