Infos
Endpoint
GET
https://pro.circular.fi/tokens/infos
This endpoint retrieves the data infos of a Token
Headers
{
"Content-Type": "application/json",
"x-api-key": "your-api-key"
}
Parameters
{
"token": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263" // Address of a Token
}
Response
{
"name": "Bonk",
"symbol": "Bonk",
"decimals": 5,
"program": "spl-token",
"image_uri": "https://arweave.net/hQiPZOsRZXGXBJd_82PhVdlM_hACsT_q6wqwf5cSY7I",
"authorities": {
"update": "9AhKqLR67hwapvG8SA2JFXaCshXc9nALJjpKaHZrsbkw",
"freeze": null,
"close": null,
"mint": null
},
"metadata": {
"pointers": {
"onchain": "H8DZehjJEyaKJJ8VYCSZ7iWJGPgDHD8h6cwNeda291kZ",
"online": "https://arweave.net/QPC6FYdUn-3V8ytFNuoCS85S2tHAuiDblh6u3CIZLsw"
},
"data": {
"onchain": {
"update_authority": "9AhKqLR67hwapvG8SA2JFXaCshXc9nALJjpKaHZrsbkw",
"mint": "DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263",
"name": "Bonk",
"symbol": "Bonk",
"uri": "https://arweave.net/QPC6FYdUn-3V8ytFNuoCS85S2tHAuiDblh6u3CIZLsw",
"seller_fee_basis_points": 0,
"creators": [],
"verified": [],
"share": [],
"primary_sale_happened": true,
"is_mutable": true
},
"online": {
"name": "Bonk",
"symbol": "Bonk",
"image": "https://arweave.net/hQiPZOsRZXGXBJd_82PhVdlM_hACsT_q6wqwf5cSY7I",
"description": "The Official Bonk Inu token",
"creator": {
"name": "DEXLAB MINTING LAB",
"site": "https://www.dexlab.space"
}
}
}
}
}
Informations:
Requests per minute: 30/120
More technical information here
Last updated