apiTON
HomeExplorerBlog
HomeExplorerBlog
Contact
  1. v2.Nft
  • api:TON Documentation
  • v2.Nft
    • Username
      POST
    • Number
      POST
    • Domain
      POST
    • Gift
      POST
    • Item
      POST
  • v2.Rate
    • Fiat rate
      POST
    • Crypto rate
      POST
    • Exchanges rate
      POST
  • v2.Auth
    • Do
      POST
    • List
      POST
    • Import
      POST
    • Backup
      POST
    • Delete
      POST
    • New
      POST
  • v2.Wallet
    • Send TON
      POST
    • Send Jetton
      POST
    • Send Nft
      POST
  • v2.Address
    • Transactions
      POST
    • Details
      POST
    • Jettons
      POST
    • NFTs
      POST
    • Wallets
      POST
  • v2.NftContract
    • Mint Nft Collection
      POST
    • Mint NFT
      POST
  • v2.JettonContract
    • Mint
    • Burn
    • Change owner
    • Close Mint
  1. v2.Nft

Item

POST
/v2.Nft/Item
Telegram nft address details about owner and sale

Request

Body Params application/json

Example
{
    "address": "UQAwKOp1Mdg5XFcKvFobsvQUk7WozLPIZoJZOMCWWSllg4mh"
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://app.apiton.org/v2.Nft/Item' \
--header 'Content-Type: application/json' \
--data-raw '{
    "address": "UQAwKOp1Mdg5XFcKvFobsvQUk7WozLPIZoJZOMCWWSllg4mh"
}'

Responses

🟢200OK
application/json
Body

Example
{
    "collection_address": "string",
    "owner_address": "string",
    "uri": "string",
    "auction": {
        "last_bid": {
            "amount": 0,
            "address": "string",
            "time": "2019-08-24T14:15:22Z"
        },
        "next_min_bid": 0,
        "end_time": "2019-08-24T14:15:22Z",
        "config": {
            "duration_in_seconds": 0,
            "start_min_bid": 0,
            "max_bid": 0,
            "min_bid_step": 0,
            "min_extend_time_in_seconds": 0
        },
        "contract_address": "string"
    },
    "sale": {
        "price": 0,
        "end_time": "2019-08-24T14:15:22Z",
        "contract_address": "string"
    },
    "status": "string",
    "content": null
}
🔴500Server Error
Previous
Gift
Next
Fiat rate
Built with