---
title: "Lọc và tìm kiếm trái phiếu"
method: POST
path: "/bonds/filter"
tags: ["Bond"]
---

# Lọc và tìm kiếm trái phiếu

`POST /bonds/filter`

## Request body

- FireAntApiModelsBondsBondFilterRequest
  - `bondTypeID` integer
  - `bondRateTypeID` integer
  - `currencyID` integer
  - `marketID` integer
  - `icbCode` string
  - `issueFormID` integer
  - `issueMethodID` integer
  - `statusID` integer
  - `issuerName` string
  - `issuerInstitutionID` integer
  - `issuerSymbol` string
  - `isListing` integer
  - `issueDateFrom` string, date-time
  - `issueDateTo` string, date-time
  - `maturityDateFrom` string, date-time
  - `maturityDateTo` string, date-time
  - `minBondRate` number, double
  - `maxBondRate` number, double
  - `minTenorMonths` integer
  - `maxTenorMonths` integer
  - `top` integer
  - `sortBy` integer

## Response `200`

Thành công

- FireAntApiModelsBondsBondListItem[]
  - `bondCode` string
  - `issuerName` string
  - `tenorPeriod` integer
  - `issueDate` string, date-time
  - `maturityDate` string, date-time
  - `bondRate` number, double
  - `bondRateType` string
  - `currentListedVolume` number, double
  - `status` string
  - `infoObj` FireAntApiModelsBondsBondInfoJson
    - `bondCode` string
    - `issuerInstitutionID` integer
    - `issuerSymbol` string
    - `issueICBCode` string
    - `icbNameLv1` string
    - `icbNameLv2` string
    - `icbNameLv3` string
    - `icbNameLv4` string

## Other responses

- `400` — Có lỗi khi thực hiện thao tác

---

[API](https://skmtc.dev/fireant/apis/fireant-restful-api.md) · [All operations](https://skmtc.dev/fireant/apis/fireant-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fireant/fireant-restful-api/revisions/12bfdf99ab50/schema)
