Request a quote
Ask the gateway what storage costs. Returns x402 payment options for SOL and EVM.
curl -sS -X POST "https://api.nukez.xyz/v1/storage/request" \
-H "Content-Type: application/json" \
-d '{"units":1,"provider":"gcs"}' | jq .
{
"x402Version": 2,
"accepts": [
{
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"amount": "240211387",
"asset": "So11111111111111111111111111111111111111112",
"payTo": "HqrTLaNk89dHPVR5zyMPtEiRnQfabmqc8B9yR3KVbyVp",
"extra": {
"name": "SOL",
"human_amount": "0.240211387",
"pay_req_id": "c79d9db9abb7",
"quote_expires_at": 1776100367
}
}
]
}
