For AI agents: visit https://niftyapes.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
NiftyApes
DocsAPI and SDK Reference
v1.0

Log InNiftyApes
API and SDK Reference
Log In
v1.0DocsAPI and SDK Reference

NiftyApes Seller Financing API

  • Getting started
  • Loans
    • Retrieve loansget
  • Offers
    • Retrieve offersget
    • Create an offerpost
    • Retrieve an offerget
  • User Histories
    • Retrieves user historiesget
    • Retrieves a user historyget

Getting Started

  • Installation

SDK Hooks

  • useBuyWithFinancing
  • useCreateOffer
  • useCancelOffer
  • useERC721Approve
  • useERC721SetApprovalForAll
  • useLoans
  • useMakePayment
  • useMintWithFinancing
  • useOffers
  • useSeizeAsset
  • useUnderlyingNFTOwner

Types

  • FinancingTerms
  • Loan
  • LoanDetails
  • Offer
  • OfferDetails
  • PaymentHistoryItem
  • SeaportOrder
  • SeaportOrderParams
  • SellerFinancingReceiptNFT

UI Library

  • CreateOfferModal
  • BuyWithFinancingModal
  • MakePaymentModal

NiftyApes Seller Financing API

  • Loans
    • Retrieve loansget
  • Offers
    • Retrieve offersget
    • Create an offerpost
    • Retrieve an offerget
  • User Histories
    • Retrieves user historiesget
    • Retrieves a user historyget
Powered by 

SeaportOrder

The Seaport Offer type

type SeaportOrder = {
  parameters: SeaportOrderParams;
  signature: `0x${string}`;
};

This

parameters

A valid SeaportOfferParams object.

signature

A string representing the digital signature of the offer. It starts with "0x" followed by a string of hexadecimal digits.

Updated about 3 years ago


Updated about 3 years ago


  • Table of Contents
    • parameters
    • signature