curl --request POST \
--url https://api.x402layer.cc/compute/instances/{id}/extend \
--header 'Content-Type: application/json' \
--data '
{
"extend_hours": 123,
"network": "base"
}
'{
"x402Version": 123,
"accepts": [
{
"scheme": "<string>",
"network": "<string>",
"maxAmountRequired": "<string>",
"resource": "<string>",
"description": "<string>",
"payTo": "<string>",
"asset": "<string>"
}
]
}curl --request POST \
--url https://api.x402layer.cc/compute/instances/{id}/extend \
--header 'Content-Type: application/json' \
--data '
{
"extend_hours": 123,
"network": "base"
}
'{
"x402Version": 123,
"accepts": [
{
"scheme": "<string>",
"network": "<string>",
"maxAmountRequired": "<string>",
"resource": "<string>",
"description": "<string>",
"payTo": "<string>",
"asset": "<string>"
}
]
}Was this page helpful?