# Get BRC-20 Ticker Info

{% openapi src="<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>" 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="https://3523236551-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ4NHAHIVnWQiEecvs1By%2Fuploads%2FNgzmUYeqNlFVj9AHCxp7%2Fimage.png?alt=media&#x26;token=9325e904-688d-46c9-a65c-04bc05dd4f24" 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="https://3523236551-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FJ4NHAHIVnWQiEecvs1By%2Fuploads%2FKNFjnUhN7BW5kdxbgY1o%2Fimage.png?alt=media&#x26;token=7e43b190-346e-466e-9fd2-870659fd1356" alt=""><figcaption></figcaption></figure>
