---
title: "Bonds Listing"
method: GET
path: "/bondlist"
tags: ["Bonds"]
---

# Bonds Listing

`GET /bondlist`

The Bonds Listing endpoint delivers the list of the supported countries data. Return the full list of supported countries.

## Query parameters

- `access_key` string, required
- `limit` integer
- `offset` integer

## Response `200`

Bonds country list retrieved.

- BondListResponse
  - `pagination` Pagination
    - `limit` integer — Returns your pagination limit value.
    - `offset` integer — Returns your pagination offset value.
    - `count` integer — Returns the results count on the current page.
    - `total` integer — Returns the total count of results available.
  - `data` BondListItem[]
    - `country` string — Country supported for bonds.

---

[API](https://skmtc.net/beavermoney/apis/marketstack-api-v2.md) · [All operations](https://skmtc.net/beavermoney/apis/marketstack-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beavermoney/marketstack-api-v2/revisions/c3305aea713e/schema)
