Get contract types

Get all contract types with their id and name.

GET /contract-types

Query params

None

Sorting

None

Optional properties

None

Response

List of value objects describing the available contract types

Example

curl -X 'GET' \
  'https://api.testnet.cspr.cloud/contract-types' \
  -H 'Accept: application/json' \
  -H 'Authorization: 55f79117-fc4d-4d60-9956-65423f39a06a'

Last updated