Future<JSON> getTokenSecurity(String tokenId) { final endpoint = "$baseURL/security/token/data?address=${tokenId}"; return getCall<JSON>(endpoint); }