---
title: "Specific ticker"
method: GET
path: "/nutlink/tickers/{ticker}"
tags: ["Nut.link"]
---

# Specific ticker

`GET /nutlink/tickers/{ticker}`

List of records of a specific ticker

## Path parameters

- `ticker` string, required — Ticker for the pool record

## Query parameters

- `count` integer
- `page` integer
- `order` 'asc' | 'desc'

## Response `200`

Return the tickers provided by the metadata oracle

- object[]
  - `address` string, required — Address of a metadata oracle
  - `tx_hash` string, required — Hash of the transaction
  - `block_height` integer, required — Block height of the record
  - `tx_index` integer, required — Transaction index within the block
  - `payload` union, required — Content of the ticker
    - string
    - object
    - unknown[]
      - unknown
    - integer
    - number
    - boolean

## Other responses

- `400` — Bad request
- `403` — Authentication secret is missing or invalid
- `404` — Component not found
- `418` — IP has been auto-banned for extensive sending of requests after usage limit has been reached
- `429` — Usage limit reached
- `500` — Internal Server Error

---

[API](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation.md) · [All operations](https://skmtc.net/txpipe/apis/blockfrost-io-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/txpipe/blockfrost-io-api-documentation/revisions/4a2f67b16876/schema)
