---
title: "Create an offer"
method: POST
path: "/offers"
tags: ["Offers"]
---

# Create an offer

`POST /offers`

This operation creates a new offer with the provided offer details and signature.

## Request body

- object
  - `offer` OfferStruct
    - `minimumPrincipalPerPeriod` string
    - `periodDuration` integer
    - `creator` string
    - `nftContractAddress` string
    - `price` string
    - `periodInterestRateBps` integer
    - `nftId` string
    - `expiration` integer
    - `downPaymentAmount` string
    - `collectionOfferLimit` string
  - `signature` string — A string representing the signature

## Response `201`

Offer created successfully

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

## Other responses

- `400` — Bad request (invalid query)

---

[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)
