Returns a list of environments running currently for your Team.
get
Environments are the machines running the blockchain networks you have deployed to test with. Getting information about the RPC URL, Chain ID, Created Date, Name, Status, and Wallet this is where you can find it
Responses
200
Success
401
Unauthorized
500
Internal Server Error
get
GET /v1/environments HTTP/1.1
Host: api.nameless.io
Accept: */*
No content
curl--requestGET'https://api.nameless.io/v1/environments' \--header 'x-api-key: <Your API Key>' \--header 'Content-Type: application/json'