Request lease quote

Asks providers for offers matching the requested resources.

POST
/lease/request

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://ldn.test.network/lease/request" \  -H "Content-Type: application/json" \  -d '{    "vcpus": 2,    "memory_mb": 4096,    "disk_gb": 50,    "duration": 3600  }'
{}