Tokenkit
Fungible and Non-Fungible Token management on Starknet
Mainnet
Block No.

-
Tokens

-
NFTs

-
Accounts

-
Sepolia
Block No.

-
Tokens

-
NFTs

-
Accounts

-
Accounts/Contracts
Address | ERC20 Tokens | ERC721 Tokens | Actions |
---|---|---|---|
Loading Accounts...
Records per page
No records
Search for an Account
import axios from 'axios';
const response = await axios
.get('https://mainnet.api.tokenkithq.io/api/accounts?search=0xACCOUNT_ADDRESS', {
headers: {
'api-key': 'YOUR-API-KEY',
'Content-Type': 'application/json'
}
});
console.log('Accounts data:', response.data);
{
"links": {
"next": null,
"previous": null
},
"count": 1,
"total_pages": 1,
"results": [
{
"address": "0xACCOUNT_ADDRESS",
"tokens": [
{
"token": {
"address": "0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d",
"decimals": "18",
"name": "Starknet Token",
"symbol": "STRK",
"totalSupply": "20715768190482784359280902",
"is_erc20": true,
"is_erc721": false,
"is_touched": true
},
"balance": "0"
},
{
"token": {
"address": "0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7",
"decimals": "18",
"name": "Ether",
"symbol": "ETH",
"totalSupply": "94743838403373028278244",
"is_erc20": true,
"is_erc721": false,
"is_touched": true
},
"balance": null
}
],
"erc20_tokens_count": 2,
"erc721_tokens_count": 0,
},
{
"address": "0x01176a1bd84444c89232ec27754698e5d2e7e1a7f1539f12027f28b23ec9f3d8",
"tokens": [
{
"token": {
"address": "0x04718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d",
"decimals": "18",
"name": "Starknet Token",
"symbol": "STRK",
"totalSupply": "20715768190482784359280902",
"is_erc20": true,
"is_erc721": false,
"is_touched": true
},
"balance": "40813201585125148330886"
},
{
"token": {
"id": 2,
"created_on": "2024-09-19T02:34:04.522003+03:00",
"updated_on": "2024-09-19T03:40:03.689351+03:00",
"address": "0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7",
"decimals": "18",
"name": "Ether",
"symbol": "ETH",
"totalSupply": "94743838403373028278244",
"is_erc20": true,
"is_erc721": false,
"is_touched": true
},
"balance": "17990590676796410354"
}
],
"erc20_tokens_count": 2,
"erc721_tokens_count": 0,
},
.
.
.
]