# network

string

enum

required

Cardano network

mainnetpreprodlocalnet

Allowed:

`mainnet``preprod``localnet`

# ``200      Created

# ``400      Invalid request.

# ``401      Header 'X-API-Key' missing.

# ``500      Internal server error.

Updated 2 months ago

* * *

Shell
Node
Ruby
PHP
Python

```

the following command can be used:

curl --request GET \
     --url https://svc.blockdaemon.com/boss/v1/cardano/mainnet/deactivation-intents \
     --header 'accept: application/json'
```

Choose an example:

application/json

``200``400``401``500

Updated 2 months ago
