apiTON
HomeExplorerBlog
HomeExplorerBlog
Contact
  1. v2.Address
  • 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.Address

Details

POST
/v2.Address/Details
v1.Address
Address information

Request

Body Params application/json
address
string 
address
optional
TON blockchain address
>= 8 characters<= 256 characters
Default:
EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT
Example
{
    "address": "EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT"
}

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.Address/Details' \
--header 'Content-Type: application/json' \
--data-raw '{
    "address": "EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT"
}'

Responses

🟢200OK
application/json
Body
address
object (DetailsAddress) 
optional
hex
string 
hex
optional
bounceable
string 
bounceable
optional
non_bounceable
string 
non_bounceable
optional
is_bounced
boolean 
is_bounced
optional
ton_balance
number 
ton_balance
optional
contract_balance
number 
contract_balance
optional
status
string 
status
optional
last_transaction_lt
number 
last_transaction_lt
optional
address_type
string 
address_type
optional
contract_type
array[string]
optional
content
google.protobuf.Value
optional
Value represents a dynamically typed value which can be either
null, a number, a string, a boolean, a recursive struct value, or a
list of values. A producer of value is expected to set one of these
variants. Absence of any variant indicates an error.
The JSON representation for Value is JSON value.
One of
Examples
{
    "address": {
        "hex": "0:2f956143c461769579baef2e32cc2d7bc18283f40d20bb03e432cd603ac33ffc",
        "bounceable": "EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT",
        "non_bounceable": "UQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__I5W"
    },
    "ton_balance": 195.760969742,
    "status": "active",
    "last_transaction_lt": "51165356000001",
    "address_type": "bounce",
    "contract_type": [
        "jetton_master"
    ],
    "content": {
        "decimals": "9",
        "image": "https://cdn.joincommunity.xyz/clicker/not_logo.png",
        "name": "Notcoin",
        "symbol": "NOT",
        "uri": "https://cdn.joincommunity.xyz/clicker/not.json"
    }
}
🔴500Server Error
Previous
Transactions
Next
Jettons
Built with