> ## Documentation Index
> Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# getSignaturesForAsset

> Solana NFT 또는 압축된 NFT에 대한 모든 과거 거래 서명을 페이지 매김 기능으로 포함하여 조회합니다. 여기에는 전송, 판매 및 상태 변경이 포함됩니다.

## 요청 매개변수

<ParamField body="id" type="string" required>
  거래 내역을 조회할 Solana 디지털 자산의 고유 식별자(민트 주소)입니다.
</ParamField>

<ParamField body="page" type="number" required>
  Solana 자산의 거래 내역을 페이지 매김하기 위한 페이지 번호입니다.
</ParamField>

<ParamField body="limit" type="number">
  요청당 반환할 Solana 거래 서명의 최대 개수입니다.
</ParamField>

<ParamField body="before" type="string">
  서명을 거꾸로 페이지 매김하기 위한 커서입니다.
</ParamField>

<ParamField body="after" type="string">
  서명을 앞으로 페이지 매김하기 위한 커서입니다.
</ParamField>


## OpenAPI

````yaml ko/openapi/das-api/getSignaturesForAsset.yaml POST /
openapi: 3.1.0
info:
  title: Solana 디지털 자산 거래 기록 API
  version: 1.0.0
  description: >
    Solana 블록체인에서 NFT나 토큰의 전체 거래 기록을 검색하기 위한 고급 Solana 디지털 자산 표준 (DAS) API입니다. 이
    전문화된 트랜잭션 모니터링 API는 특정 디지털 자산에 수행된 모든 역사적 작업에 대한 포괄적인 가시성을 제공하여 응용 프로그램이 소유권
    이전, 발행, 소각 및 전통적인 및 압축된 Solana NFT의 기타 생명 주기 이벤트를 추적할 수 있도록 합니다.
  license:
    name: Apache 2.0
    url: https://www.apache.org/licenses/LICENSE-2.0.html
servers:
  - url: https://mainnet.helius-rpc.com
    description: 메인넷 RPC 엔드포인트
  - url: https://devnet.helius-rpc.com
    description: Devnet RPC 엔드포인트
security: []
paths:
  /:
    post:
      tags:
        - RPC
      summary: getSignaturesForAsset
      description: >
        특정 압축 NFT(cNFT)가 관련된 모든 거래의 완전한 연대기적 기록을 검색합니다.

        이 전문화된 메서드는 Solana 블록체인에서 특정 압축 디지털 자산에 영향을 미친 거래 서명 및 작업 유형의 정렬된 목록을
        반환하여 응용 프로그램이 전체 소유권 이력, 생성 이벤트, 전송, 목록, 판매 및 기타 작업을 추적할 수 있도록 합니다.


        **참고:** 이 메서드는 압축 NFT 전용으로 설계되었습니다. 일반 NFT의 경우
        `getSignaturesForAddress`를 사용하세요.

        표준 `getSignaturesForAddress` 메서드는 압축 NFT에서 작동하지 않기 때문에 이 전문화된 엔드포인트가
        추가되었습니다.
      operationId: rpc
      requestBody:
        content:
          application/json:
            schema:
              type: object
              required:
                - jsonrpc
                - id
                - method
                - params
              properties:
                jsonrpc:
                  type: string
                  enum:
                    - '2.0'
                  description: JSON-RPC 프로토콜의 버전입니다.
                  default: '2.0'
                id:
                  type: string
                  description: 요청을 식별하기 위한 ID입니다.
                  example: '1'
                  default: '1'
                method:
                  type: string
                  enum:
                    - getSignaturesForAsset
                  description: 호출할 DAS 메서드의 이름입니다.
                  default: getSignaturesForAsset
                params:
                  type: object
                  default:
                    id: FNt6A9Mfnqbwc1tY7uwAguKQ1JcpBrxmhczDgbdJy5AC
                  required:
                    - id
                    - page
                  properties:
                    id:
                      type: string
                      description: 거래 기록을 검색할 Solana 디지털 자산의 고유 식별자(민트 주소)입니다.
                      example: FNt6A9Mfnqbwc1tY7uwAguKQ1JcpBrxmhczDgbdJy5AC
                    page:
                      type: integer
                      description: Solana 자산의 거래 기록을 통한 페이지 매김을 위한 페이지 번호입니다.
                      example: 1
                    limit:
                      type: integer
                      description: 요청당 반환할 최대 Solana 거래 서명 수입니다.
                      example: 100
                    before:
                      type: string
                      description: 서명을 통해 뒤로 페이지 매김을 하기 위한 커서입니다.
                      example: string
                    after:
                      type: string
                      description: 서명을 통해 앞으로 페이지 매김을 하기 위한 커서입니다.
                      example: string
      responses:
        '200':
          description: 성공적인 응답
          content:
            application/json:
              schema:
                type: object
                properties:
                  jsonrpc:
                    type: string
                    example: '2.0'
                  result:
                    type: object
                    properties:
                      last_indexed_slot:
                        type: integer
                        description: 이 슬롯까지의 모든 데이터가 색인화되었음을 보장합니다.
                        example: 365750752
                      total:
                        type: integer
                        description: 이 Solana 디지털 자산의 기록에서 찾은 총 거래 수입니다.
                        example: 3
                      limit:
                        type: integer
                        description: 페이지당 요청한 최대 Solana 거래 서명 수입니다.
                        example: 1000
                      items:
                        type: array
                        description: 이 디지털 자산에 영향을 미치는 Solana 거래 서명과 해당 작업 유형의 배열입니다.
                        items:
                          type: array
                          items:
                            type: string
                        example:
                          - - >-
                              5nLi8m72bU6PBcz4Xrk23P6KTGy9ufF92kZiQXjTv9ELgkUxrNaiCGhMF4vh6RAcisw9DEQWJt9ogM3G2uCuwwV7
                            - MintToCollectionV1
                          - - >-
                              323Ag4J69gagBt3neUvajNauMydiXZTmXYSfdK5swWcK1iwCUypcXv45UFcy5PTt136G9gtQ45oyPJRs1f2zFZ3v
                            - Transfer
                          - - >-
                              3TbybyYRtNjVMhhahTNbd4bbpiEacZn2qkwtH7ByL7tCHmwi2g4YapPidSRGs1gjaseKbs7RjNmUKWmU6xbf3wUT
                            - Transfer
                  id:
                    type: string
                    example: text
        '400':
          description: 잘못된 요청입니다. 구문이 잘못되어 서버가 요청을 이해할 수 없습니다.
          content:
            application/json:
              schema:
                type: object
                properties:
                  jsonrpc:
                    type: string
                    example: '2.0'
                  error:
                    type: object
                    properties:
                      code:
                        type: integer
                        example: -32602
                      message:
                        type: string
                        example: 잘못된 요청 매개변수입니다.
                  id:
                    type: string
                    example: '1'
        '401':
          description: 권한이 없습니다. 요청된 응답을 받으려면 클라이언트가 인증해야 합니다.
          content:
            application/json:
              schema:
                type: object
                properties:
                  jsonrpc:
                    type: string
                    example: '2.0'
                  error:
                    type: object
                    properties:
                      code:
                        type: integer
                        example: -32001
                      message:
                        type: string
                        example: 인증에 실패했습니다. API 키가 없거나 올바르지 않습니다.
                  id:
                    type: string
                    example: '1'
        '403':
          description: 금지됨. 클라이언트는 콘텐츠에 대한 액세스 권한이 없습니다.
          content:
            application/json:
              schema:
                type: object
                properties:
                  jsonrpc:
                    type: string
                    example: '2.0'
                  error:
                    type: object
                    properties:
                      code:
                        type: integer
                        example: -32003
                      message:
                        type: string
                        example: 이 리소스에 액세스할 권한이 없습니다.
                  id:
                    type: string
                    example: '1'
        '404':
          description: 찾을 수 없음. 서버가 요청된 리소스를 찾을 수 없습니다.
          content:
            application/json:
              schema:
                type: object
                properties:
                  jsonrpc:
                    type: string
                    example: '2.0'
                  error:
                    type: object
                    properties:
                      code:
                        type: integer
                        example: -32004
                      message:
                        type: string
                        example: 지정된 자산에 대한 서명을 찾을 수 없습니다.
                  id:
                    type: string
                    example: '1'
        '429':
          description: 요청이 너무 많습니다. 사용자가 일정 시간 내에 너무 많은 요청을 보냈습니다.
          content:
            application/json:
              schema:
                type: object
                properties:
                  jsonrpc:
                    type: string
                    example: '2.0'
                  error:
                    type: object
                    properties:
                      code:
                        type: integer
                        example: -32029
                      message:
                        type: string
                        example: 요청 제한이 초과되었습니다. 나중에 다시 시도하십시오.
                  id:
                    type: string
                    example: '1'
        '500':
          description: 내부 서버 오류입니다. 서버가 처리할 수 없는 상황을 발견했습니다.
          content:
            application/json:
              schema:
                type: object
                properties:
                  jsonrpc:
                    type: string
                    example: '2.0'
                  error:
                    type: object
                    properties:
                      code:
                        type: integer
                        example: -32000
                      message:
                        type: string
                        example: 서버에서 예상치 못한 오류가 발생했습니다.
                  id:
                    type: string
                    example: '1'
      security:
        - ApiKeyQuery: []
components:
  securitySchemes:
    ApiKeyQuery:
      type: apiKey
      in: query
      name: api-key
      description: >-
        Helius API 키입니다. [대시보드](https://dashboard.helius.dev/api-keys)에서 무료로 받을
        수 있습니다.

````