Get supported chains

Returns the list of current support chains

Sample Request

curl --request GET \
     --url https://api.0xscope.com/v2/basic/chains \
     --header 'API-KEY: your_api_key' \
     --header 'accept: */*'

Sample Response

{
  "code": 0,
  "data": [
    "ethereum",
    "bsc"
  ],
  "uuid": 1631546627552874500
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!