---
title: "Retrieve an offer"
method: GET
path: "/offers/{signature}"
tags: ["Offers"]
---

# Retrieve an offer

`GET /offers/{signature}`

This endpoint retrieves an offer by its signature.

## Path parameters

- `signature` string, required — A string representing the signature

## Response `200`

Offer retrieved successfully

- OfferStruct
  - `minimumPrincipalPerPeriod` string
  - `periodDuration` integer
  - `creator` string
  - `nftContractAddress` string
  - `price` string
  - `periodInterestRateBps` integer
  - `nftId` string
  - `expiration` integer
  - `downPaymentAmount` string
  - `collectionOfferLimit` string

## Other responses

- `404` — Offer not found

---

[API](https://skmtc.net/niftyapes/apis/niftyapes-seller-financing-api.md) · [All operations](https://skmtc.net/niftyapes/apis/niftyapes-seller-financing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/niftyapes/niftyapes-seller-financing-api/revisions/e3581eb2919f/schema)
