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

NFTs

POST
/v2.Address/Nfts
Get NFTs by address

Request

Body Params application/json

Example
{
    "address": "UQCdqXGvONLwOr3zCNX5FjapflorB6ZsOdcdfLrjsDLt3AF4",
    "limit": "1",
    "offset": "8"
}

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.Address/Nfts' \
--header 'Content-Type: application/json' \
--data-raw '{
    "address": "UQCdqXGvONLwOr3zCNX5FjapflorB6ZsOdcdfLrjsDLt3AF4",
    "limit": "1",
    "offset": "8"
}'

Responses

🟢200OK
application/json
Body

Example
{
    "result": [
        {
            "address": "UQDr5nMy8PFl1laCAc_vzecloxC4sVG5qjk9j6EsjDMFAVmh",
            "content": {
                "uri": "https://s.getgems.io/nft/c/6286e4149e7aeee439741a29/118.json"
            },
            "index": "118",
            "collection_address": "UQBDLUE8wS7K82cS_hCz8fnVVU4VgiQOqa5b1TFDDCIwKjkv"
        }
    ]
}
🔴500Server Error
Previous
Jettons
Next
Wallets
Built with