The ITSA API is divided into the following endpoint:
| Endpoint | Description |
|---|---|
| https://api.itsa.global/v2/* | GET endpoints that return data. |
All of these endpoints are divided further into different GET requests:
| */search-tokens | Returns a list with basic data of all tokens fitting to your parameters. Allows for pagination and query searches. |
| */get-itc | Returns all ITC v.1.0 codes and descriptions. |
| */list-itc-codes | Allows searching ITC codes by class name, version, and parent class. |
| */view-list | Get Tokenbase token lists by id. Returns list name and detailed data for tokens in the list. |
| */itin/{itin} | Returns detailed information on the token for which the ITIN is provided. |
| /{genesisHash}/{postForkHash}/{recentHash} /{smartContractAddress}/{tokenSubAddress} | Generate and receive the Uniform Token Locator of a token. |