Introduction
# API Introduction
Base Endpoint
Base URL
Request Format
// Some code
https://api.turkscan.com/api
?module=account
&action=balance
&address=0x...
&tag=latest
&apikey=YourApiKeyResponse Format
All responses are returned in JSON format.Last updated