3mint
  • ๐Ÿ‘‹Welcome to 3mint
  • ๐Ÿ’ป3mint Platform
    • Introduction
    • Deploy a contract
    • Upload your NFT data
    • Create checkout links
    • Add customers
    • Monitor your links
  • โŒจ๏ธDeveloper Guides
    • Introduction
    • Contracts
      • Contract Architecture
      • End-to-end Example
    • Mint
      • How To
      • End-to-end Example
      • Code Snippets
    • Wallets
      • End-to-end Example
      • Mobile Pass
        • Creating Passes
    • Token Gating
      • End-to-end Example
      • Code Snippets
  • ๐Ÿ“–API Reference
    • Overview
    • Contracts
      • Deploy Contract
      • Get Contract
    • Collectibles
      • Get All Templates
      • Mint Collectible
    • Wallets
      • Create Wallet
      • Get Wallet
    • Customers
      • Create Customer
      • Get Customer
      • Delete Customer
    • Claim Links
      • Create Link
      • Update Link
    • Token Gating
      • Create Gate
  • โ“FAQ
    • Web3 101
    • Platform
Powered by GitBook
On this page
  1. API Reference
  2. Contracts

Get Contract

PreviousDeploy ContractNextCollectibles

Last updated 2 years ago

Get information about a contract, such as name, description, symbol, chain, and network.

๐Ÿ“–
get
Authorizations
Query parameters
offsetnumberOptional

Offset determines the starting point for the returned list

Example: 0
limitnumber ยท min: 1 ยท max: 50Optional

Limit on the the number of contracts returned

Example: 10
Responses
200
The contracts have been successfully retrieved.
get
GET /v1/contract HTTP/1.1
Host: 
x-api-key: YOUR_API_KEY
Accept: */*
200

The contracts have been successfully retrieved.

No content