apiTON
HomeExplorerBlog
HomeExplorerBlog
Contact
  1. v2.Nft
  • api:TON Documentation
  • v2.Address
    • Transactions
      POST
    • Details
      POST
    • Jettons
      POST
    • NFTs
      POST
    • Wallets
      POST
  • 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.NftContract
    • Mint Nft Collection
      POST
    • Mint NFT
      POST
  • v2.JettonContract
    • Mint
    • Burn
    • Change owner
    • Close Mint
  1. v2.Nft

Number

POST
/v2.Nft/Number
v1.Nft
Telegram number details about owner and sale

Request

Body Params application/json
number
string 
number
optional
Telegram anonymous number
>= 7 characters<= 11 characters
Default:
8888007
Example
{
    "number": "88809571234"
}

Request 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/Number' \
--header 'Content-Type: application/json' \
--data-raw '{
    "number": "88809571234"
}'

Responses

🟢200OK
application/json
Body
address
string 
address
optional
owner_address
string 
owner_address
optional
image
string 
image
optional
auction
object (TeleAuction) 
optional
TelemintAuctionConfig
last_bid
object (TeleAuctionLastBid) 
optional
next_min_bid
number 
next_min_bid
optional
end_time
string <date-time>
optional
A Timestamp represents a point in time independent of any time zone or local
calendar, encoded as a count of seconds and fractions of seconds at
nanosecond resolution. The count is relative to an epoch at UTC midnight on
January 1, 1970, in the proleptic Gregorian calendar which extends the
Gregorian calendar backwards to year one.
All minutes are 60 seconds long. Leap seconds are "smeared" so that no leap
second table is needed for interpretation, using a 24-hour linear
smear
.
The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By
restricting to that range, we ensure that we can convert to and from RFC
3339
date strings.
config
object (TeleAuctionConfig) 
optional
contract_address
string 
contract_address
optional
sale
object (TeleSale) 
optional
price
number 
price
optional
end_time
string <date-time>
optional
A Timestamp represents a point in time independent of any time zone or local
calendar, encoded as a count of seconds and fractions of seconds at
nanosecond resolution. The count is relative to an epoch at UTC midnight on
January 1, 1970, in the proleptic Gregorian calendar which extends the
Gregorian calendar backwards to year one.
All minutes are 60 seconds long. Leap seconds are "smeared" so that no leap
second table is needed for interpretation, using a 24-hour linear
smear
.
The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By
restricting to that range, we ensure that we can convert to and from RFC
3339
date strings.
contract_address
string 
contract_address
optional
status
string 
status
optional
Example
{
    "address": "UQAwKOp1Mdg5XFcKvFobsvQUk7WozLPIZoJZOMCWWSllg4mh",
    "owner_address": "UQAThKl-qppzdrogDPkkb7e-NnUh9qrVjk9SfdaVwThi674z",
    "image": "https://nft.fragment.com/number/88809929292.webp",
    "auction": {
        "last_bid": {
            "amount": 450,
            "address": "UQCm2s7VK4kPJsExp64s4iIERayuhh3k8f6OwP-8TTYNpdgs",
            "time": "2024-11-12T00:26:01Z"
        },
        "next_min_bid": 495,
        "end_time": "2025-02-21T07:58:21Z",
        "config": {
            "duration_in_seconds": "31536000",
            "start_min_bid": 2,
            "max_bid": 2999,
            "min_bid_step": 1e-8,
            "min_extend_time_in_seconds": "3600"
        }
    },
    "status": "auction"
}
🔴500Server Error
Previous
Username
Next
Domain
Built with