Skip to main content
GET
/
v2
/
accounts
/
{account_id}
/
nfts
/
history
cURL
curl --request GET \
  --url https://tonapi.io/v2/accounts/{account_id}/nfts/history
{
  "operations": [
    {
      "operation": "transfer",
      "utime": 1234567890,
      "lt": 25713146000001,
      "transaction_hash": "0xdeadbeaf",
      "item": {
        "address": "0:E93E7D444180608B8520C00DC664383A387356FB6E16FDDF99DBE5E1415A574B",
        "index": 58,
        "verified": true,
        "metadata": {},
        "approved_by": [
          "getgems"
        ],
        "trust": "whitelist",
        "previews": [
          {
            "resolution": "100x100",
            "url": "https://site.com/pic1.jpg"
          }
        ],
        "dns": "crypto.ton",
        "include_cnft": false,
        "code_hash": "<string>",
        "data_hash": "<string>"
      }
    }
  ],
  "next_from": 25713146000001
}

Headers

Accept-Language
string
default:en
Example:

"ru-RU,ru;q=0.5"

Path Parameters

account_id
string<address>
required

account ID

Example:

"0:97264395BD65A255A429B11326C84128B7D70FFED7949ABAE3036D506BA38621"

Query Parameters

before_lt
integer<int64>

omit this parameter to get last events

Example:

25758317000002

limit
integer
required
Required range: 1 <= x <= 1000
Example:

100

Response

nft history

operations
object[]
required
next_from
integer<int64>
Example:

25713146000001