Get supported chainsget https://api.0xscope.com/v2/basic/chainsReturns the list of current support chainsSample Request cURLcurl --request GET \ --url https://api.0xscope.com/v2/basic/chains \ --header 'API-KEY: your_api_key' \ --header 'accept: */*' Sample Response JSON{ "code": 0, "data": [ "ethereum", "bsc" ], "uuid": 1631546627552874500 }