Masters
Get Jetton masters by specified filters
Authorizations
Query parameters
addressstring[]Optional
Jetton Master address in any form. Max: 1024.
admin_addressstring[]Optional
Address of Jetton Master's admin in any form. Max: 1024.
limitinteger · min: 1 · max: 1000Optional
Limit number of queried rows. Use with offset to batch read.
offsetintegerOptional
Skip first N rows. Use with limit to batch read.
Responses
200
OK
application/json
400
Bad Request
application/json
get
GET /api/v3/jetton/masters HTTP/1.1
Host: ton-index.nownodes.io
X-Api-Key: YOUR_API_KEY
Accept: */*
{
"address_book": {
"ANY_ADDITIONAL_PROPERTY": {
"domain": "text",
"user_friendly": "text"
}
},
"jetton_masters": [
{
"address": "text",
"admin_address": "text",
"code_hash": "text",
"data_hash": "text",
"jetton_content": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"jetton_wallet_code_hash": "text",
"last_transaction_lt": "0",
"mintable": true,
"total_supply": "text"
}
],
"metadata": {
"ANY_ADDITIONAL_PROPERTY": {
"is_indexed": true,
"token_info": [
{
"description": "text",
"extra": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"image": "text",
"name": "text",
"symbol": "text",
"type": "text"
}
]
}
}
}