Bounce Docs
HomeApplicationGovernance
  • 🥳Welcome to Bounce Docs
    • Welcome
    • Auction as a Service
    • About Bounce Finance
    • Our Vision
    • Product Offering Overview
  • 🕹️Bounce Auction Mechanisms
    • Fixed-Price Auction
    • English Auction
    • Mutant English Auction
    • Dutch Auction
    • Sealed-Bid Auction
    • Random Selection Auction
    • Orderbook Auction
    • Playable Auction
    • Real world collectibles Auction
    • Advertisement Auction
  • 🛠️Auction User Guide
    • About Bounce's Auction Guides
    • Fixed-Price Auction Guides
      • Create a Fixed-Price Auction
      • Participate in a fixed-price auction
      • Token claim post auction
    • Staking Auction Guide
    • Random Selection Auction Guides
      • Create a random selection auction
      • Participate in a random selection auction
      • After the auction
    • Dutch Auction Guides
      • Create a Dutch auction
      • Participate in a Dutch auction
      • Token claim post auction
    • Playable Auction Guides
      • Participate in a playable auction
    • Sealed-Bid Auction Guides
      • Create a sealed-bid auction
      • Participate in a sealed-bid auction
    • NFT Sealed-Bid Auction Guides
      • Create an NFT sealed-bid auction
      • Participate in an NFT sealed-bid auction
    • NFT English Auction Guides
      • Create an NFT English auction
      • Participate in an NFT English auction
      • After the NFT English auction
    • NFT Dutch Auction Guides
      • Create an NFT Dutch auction
      • Participate in an NFT Dutch auction
      • After the NFT Dutch auction
    • NFT Random Selection Auction Guides
      • Create an NFT lottery auction
  • 🌟Products
    • Token & NFT Auctions
    • Real World Collectible Auctions
    • Bounce M&A
      • Motivation Behind Bounce M&A
      • Key Features of Bounce M&A
    • Bounce Booster
    • BounceX
      • About BounceX
      • BounceX User Guide
  • 🗺️Roadmap
  • 🖼️Bounce NFT
    • NFT Issuance
      • NFT standards
      • NFT standard API document
      • NFT issuance on Binance Smart Chain
    • FAQ
      • What's a Web Wallet? What's Metamask?
      • How to Get Setup on Metamask?
      • How Do I Connect My Wallet to BSC?
      • How Do I Become "Verified" on Bounce NFT?
      • How to Make Money on NFTs
      • How to Search for NFTs?
      • Bounce NFT Support
  • 👨‍💼Logistics
    • $AUCTION Utility & Platform Fee Structure
    • Sign Up
    • Sign In
    • Basic Profile Registration
    • Portfolio Registration
    • Company Registration
    • Account Settings
    • Start-up Ideas
  • 👨‍🌾Bounce Recruitment
    • What is Bounce Recruitment?
    • Key Features
    • Technical Innovations
    • Whitepaper
      • Architectural Overview
      • Tokenomics
      • Business model
      • Strategic Vision
    • User Guide
      • User Help Manual
        • Account Management
          • Sign in/ Sign up
          • Forget Password
          • Account Settings
          • My Wallet
        • Being a Seller
          • How to Become a Seller
          • How to Modify Seller Profile
        • Service Management
          • Service Category
          • Create the Service
          • How do I Retrieve the Service?
        • Requesting & Acquiring a Service
          • Follow Service or Seller
          • How do I Post a Request?
          • How to Purchase a Service
          • Search Requests
          • Request Bidding
          • Cancellation of Published Requests
          • Confirmation Bid
        • Ordering Process
          • The Ordering Workflow
          • Minting the Deliverable as an NFT
          • Order Voucher (on chain)
          • Order Reviews & Ratings
        • FAQ
        • Seller Verification Process
  • 👀Token Economics
    • $AUCTION Token Economics
      • AUCTION Distribution
    • AUCTION Token Metrics
    • Investors
  • 👪Bounce DAO
    • Bounce Lab
    • Governance
      • Governance Policies
      • Governance Forum
  • 🤩Bounce Community
    • Join our Community
  • 📶Additional Resource
    • Auditing Report
    • Branding Asset
    • Bug Report
    • Bounce Github
Powered by GitBook

©2023 Bounce dao Ltd. All rights reserved.

On this page
  • Main
  • Get all NFT assets
  • Get 721 NFT assets
  • Get 1155 nft assets
  • Get 721 contract metadata
  • Get 1155 contract metadata
  • Get contract token id list
  • BSC
  • Get all nft assets
  • Get 721 nft assets
  • Get 1155 nft assets
  • Get 721 contract metadata
  • Get 1155 contract metadata
  • Get contract data for testing

Was this helpful?

  1. Bounce NFT
  2. NFT Issuance

NFT standard API document

Main

Get all NFT assets

Get all NFT assets by user address

  • http method: GET

  • URL: https://nftview.bounce.finance/v2/main/nft

  • Param: { user_address:"" }

  • Return Data: { "code": 200, "data": { "nfts1155": [ { "id": 10525, # primary key in mysql "contract_addr": "0x060Dd632f7Dd45cb97A86376863D623d6756e848", "token_type": "1155", "token_id": "9400", "owner_addr": "0xC0c648e8a51Fa89141b2ff297C8cD3270ab93576", "balance": "0", "token_uri": "", "name": null, # if metadata formate comform to the Ethereum Improvement Proposals,it will have data. "description": null, # if metadata formate comform to the Ethereum Improvement Proposals,it will have data. "image": null, # if metadata formate comform to the Ethereum Improvement Proposals,it will have data. "metadata": null # if metadata formate don't comform to the Ethereum Improvement Proposals,it will be data of token uri. } ], "nfts721": [ { "id": 30, "contract_addr": "0xc014B45D680B5a4bf51cCdA778A68d5251C14b5E", "token_type": "721", "token_id": "478", "owner_addr": "0x58e6e6e16a8fd619b6de1da4f614dfb31dcc07b2", "balance": "1", "token_uri": "ipfs://ipfs/QmS3hmJqpHpvnCocqv9FTZbcSGDnvuFv4qWY3qnwkMpB9x", "name": null, "description": null, "image": null, "metadata": { "image": "https://d3ggs2vjn5heyw.cloudfront.net/images/Green.png", "name": "Frosty snowflakes" } } ] }, "msg": "ok" } Example: https://nftview.bounce.finance/v2/main/nft?user_address=0xC0c648e8a51Fa89141b2ff297C8cD3270ab93576

Get 721 NFT assets

Get 721 NFT assets by contract address and user address

  • http method: GET

  • URL: https://nftview.bounce.finance/v2/main/erc721

  • Param: { user_address:"", contract_address:"" }

  • Return Data: { "code": 200, "data": { "balance": 6, "tokens": [ { "id": 30, "contract_addr": "0xc014B45D680B5a4bf51cCdA778A68d5251C14b5E", "token_id": "478", "owner_addr": "0x58e6e6e16a8fd619b6de1da4f614dfb31dcc07b2", "token_uri": "ipfs://ipfs/QmS3hmJqpHpvnCocqv9FTZbcSGDnvuFv4qWY3qnwkMpB9x" } ] }, "msg": "ok" } Example: https://nftview.bounce.finance/v2/main/erc721?user_address=0x58e6e6e16a8fd619b6de1da4f614dfb31dcc07b2&contract_address=0xc014B45D680B5a4bf51cCdA778A68d5251C14b5E

Get 1155 nft assets

Get 1155 nft assets by contract address and user address

  • http method: GET

  • URL: https://nftview.bounce.finance/v2/main/erc1155

  • Param: { user_address:"", contract_address:"" }

  • Return Data: { "code": 200, "data": { "tokens": [ { "id": 40, "contract_addr": "0x060Dd632f7Dd45cb97A86376863D623d6756e848", "token_id": "24020", "owner_addr": "0x7E9DB30F47c60F4A885803ED1F222302Eb77b443", "balance": "1", "token_uri": "" }, { "id": 38, "contract_addr": "0x060Dd632f7Dd45cb97A86376863D623d6756e848", "token_id": "31141", "owner_addr": "0x7E9DB30F47c60F4A885803ED1F222302Eb77b443", "balance": "1", "token_uri": "" } ] }, "msg": "ok" } Example: https://nftview.bounce.finance/v2/main/erc1155?user_address=0x7E9DB30F47c60F4A885803ED1F222302Eb77b443&contract_address=0x060Dd632f7Dd45cb97A86376863D623d6756e848

Get 721 contract metadata

Get 721 contract metadata by contract address

  • http method: GET

  • URL: https://nftview.bounce.finance/v2/main/metadata/erc721

  • Param: { limit:0, contract_address:"" }

  • Return Data: { "code": 200, "data": { "1": { "description": "An irreplaceable girl.", "image": "https://shalomhu.github.io/bounce/NFT/images/img_01.jpg", "name": "Cindy Yi" }, "2": { "description": "An irreplaceable girl.", "image": "https://shalomhu.github.io/bounce/NFT/images/img_01.jpg", "name": "Cindy Yi" } }, "msg": "ok" } Example: https://nftview.bounce.finance/v2/main/metadata/erc721?limit=0&contract_address=0xf6C3Aa70f29B64BA74dd6Abe6728cf8e190011b5

Get 1155 contract metadata

Get 1155 nft assets by contract address and user address

  • http method: GET

  • URL: https://nftview.bounce.finance/v2/main/metadata/erc1155

  • Param: { limit:0, contract_address:"" }

  • Return Data: { "code": 200, "data": { "1": { "description": "Binance Dancing Man is a happy NFT designed and created by the Frontier team and minted by the Bounce Finance team in accordance with their proposed Binance Smart Chain NFT standards. This NFT represents happiness, dancing, and never-ending energy.", "image": "https://raw.githubusercontent.com/superzitao/NFT/main/18-prod_1.gif", "name": "Binance x Frontier Dancing Man" } }, "msg": "ok" } Example: https://nftview.bounce.finance/v2/main/metadata/erc1155?limit=0&contract_address=0x0111463A17C8E8331C245326D821a04862738362

Get contract token id list

Get contract token id list by contract address

  • http method: GET

  • URL: https://nftview.bounce.finance/v2/main/contract

  • Param: { nft_address:"" }

  • Return Data: { "code": 200, "data": { "tokens": [ { "contract_addr": "0x217C0bda1b20Aa4860ef78519AD684DA97B7f449", "token_id": "1", "owner_addr": "0x7a1ba322a280f4862bfa155da2ad56673cb5f8b2", "balance": "1" }, ... ] }, "msg": "ok" } Example: https://nftview.bounce.finance/v2/main/contract?nft_address=0x217C0bda1b20Aa4860ef78519AD684DA97B7f449

BSC

Get all nft assets

Get all nft assets by user address

  • http method: GET

  • URL: https://nftview.bounce.finance/v2/bsc/nft

  • Param: { user_address:"" }

  • Return Data: { "code": 200, "data": { "nfts1155": [ { "id": 10525, "contract_addr": "0x060Dd632f7Dd45cb97A86376863D623d6756e848", "token_type": "1155", "token_id": "9400", "owner_addr": "0xC0c648e8a51Fa89141b2ff297C8cD3270ab93576", "balance": "0", "token_uri": "", "name": null, "description": null, "image": null, "metadata": null } ], "nfts721": [ { "id": 30, "contract_addr": "0xc014B45D680B5a4bf51cCdA778A68d5251C14b5E", "token_type": "721", "token_id": "478", "owner_addr": "0x58e6e6e16a8fd619b6de1da4f614dfb31dcc07b2", "balance": "1", "token_uri": "ipfs://ipfs/QmS3hmJqpHpvnCocqv9FTZbcSGDnvuFv4qWY3qnwkMpB9x", "name": null, "description": null, "image": null, "metadata": { "image": "https://d3ggs2vjn5heyw.cloudfront.net/images/Green.png", "name": "Frosty snowflakes" } } ] }, "msg": "ok" } Example: https://nftview.bounce.finance/v2/bsc/nft?user_address=0xC0c648e8a51Fa89141b2ff297C8cD3270ab93576

Get 721 nft assets

Get 721 nft assets by contract address and user address

  • http method: GET

  • URL: https://nftview.bounce.finance/v2/bsc/erc721

  • Param: { user_address:"", contract_address:"" }

  • Return Data: { "code": 200, "data": { "balance": 6, "tokens": [ { "id": 30, "contract_addr": "0xc014B45D680B5a4bf51cCdA778A68d5251C14b5E", "token_id": "478", "owner_addr": "0x58e6e6e16a8fd619b6de1da4f614dfb31dcc07b2", "token_uri": "ipfs://ipfs/QmS3hmJqpHpvnCocqv9FTZbcSGDnvuFv4qWY3qnwkMpB9x" } ] }, "msg": "ok" } Example: https://nftview.bounce.finance/v2/bsc/erc721?user_address=0x58e6e6e16a8fd619b6de1da4f614dfb31dcc07b2&contract_address=0xc014B45D680B5a4bf51cCdA778A68d5251C14b5E

Get 1155 nft assets

Get 1155 nft assets by contract address and user address

  • http method: GET

  • URL: https://nftview.bounce.finance/v2/bsc/erc1155

  • Param: { user_address:"", contract_address:"" }

  • Return Data: { "code": 200, "data": { "tokens": [ { "id": 40, "contract_addr": "0x060Dd632f7Dd45cb97A86376863D623d6756e848", "token_id": "24020", "owner_addr": "0x7E9DB30F47c60F4A885803ED1F222302Eb77b443", "balance": "1", "token_uri": "" }, { "id": 38, "contract_addr": "0x060Dd632f7Dd45cb97A86376863D623d6756e848", "token_id": "31141", "owner_addr": "0x7E9DB30F47c60F4A885803ED1F222302Eb77b443", "balance": "1", "token_uri": "" } ] }, "msg": "ok" } Example: https://nftview.bounce.finance/v2/bsc/erc1155?user_address=0x7E9DB30F47c60F4A885803ED1F222302Eb77b443&contract_address=0x060Dd632f7Dd45cb97A86376863D623d6756e848

Get 721 contract metadata

Get 721 contract metadata by contract address

  • http method: GET

  • URL: https://nftview.bounce.finance/v2/bsc/metadata/erc721

  • Param: { limit:0, contract_address:"" }

  • Return Data: { "code": 200, "data": { "1": { "description": "An irreplaceable girl.", "image": "https://shalomhu.github.io/bounce/NFT/images/img_01.jpg", "name": "Cindy Yi" }, "2": { "description": "An irreplaceable girl.", "image": "https://shalomhu.github.io/bounce/NFT/images/img_01.jpg", "name": "Cindy Yi" } }, "msg": "ok" } Example: https://nftview.bounce.finance/v2/bsc/metadata/erc721?limit=0&contract_address=0xf6C3Aa70f29B64BA74dd6Abe6728cf8e190011b5

Get 1155 contract metadata

Get 1155 nft assets by contract address and user address

  • http method: GET

  • URL: https://nftview.bounce.finance/v2/bsc/metadata/erc1155

  • Param: { limit:0, contract_address:"" }

  • Return Data: { "code": 200, "data": { "1": { "description": "Binance Dancing Man is a happy NFT designed and created by the Frontier team and minted by the Bounce Finance team in accordance with their proposed Binance Smart Chain NFT standards. This NFT represents happiness, dancing, and never-ending energy.", "image": "https://raw.githubusercontent.com/superzitao/NFT/main/18-prod_1.gif", "name": "Binance x Frontier Dancing Man" } }, "msg": "ok" } Example: https://nftview.bounce.finance/v2/bsc/metadata/erc1155?limit=0&contract_address=0x0111463A17C8E8331C245326D821a04862738362

Get contract data for testing

Get contract data by contract address

  • http method: GET

  • URL: https://nftview.bounce.finance/v2/bsc/contract

  • Param: { nft_address:"" }

  • Return Data: { "code": 200, "data": { "tokens": [ { "contract_addr": "0x217C0bda1b20Aa4860ef78519AD684DA97B7f449", "token_id": "1", "owner_addr": "0x7a1ba322a280f4862bfa155da2ad56673cb5f8b2", "balance": "1" }, ... ] }, "msg": "ok" } Example: https://nftview.bounce.finance/v2/bsc/contract?nft_address=0x217C0bda1b20Aa4860ef78519AD684DA97B7f449

PreviousNFT standardsNextNFT issuance on Binance Smart Chain

Last updated 2 years ago

Was this helpful?

🖼️