Page cover

Get Environments

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
get
GET /v1/environments HTTP/1.1
Host: api.nameless.io
Accept: */*

No content

curl --request GET 'https://api.nameless.io/v1/environments' \
--header 'x-api-key: <Your API Key>' \
--header 'Content-Type: application/json'

Last updated

Was this helpful?