Wallets

Get Jetton Wallets

Get Jetton wallets by specified filters.

GEThttps://ton-index.nownodes.io/jetton/wallets
Authorization
Query parameters
Response

Successful Response

Body
jetton_wallets*Jetton Wallets
Request
const response = await fetch('https://ton-index.nownodes.io/jetton/wallets', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "jetton_wallets": [
    {
      "address": "text",
      "balance": "text",
      "owner": "text",
      "jetton": "text",
      "last_transaction_lt": "text",
      "code_hash": "text",
      "data_hash": "text"
    }
  ]
}