A minimal Python script that callsDocumentation Index
Fetch the complete documentation index at: https://new-docs.velora.xyz/llms.txt
Use this file to discover all available pages before exploring further.
GET /quote?mode=DELTA and prints the indicative destAmount, deadline, and hmac from the returned delta payload. Uses requests.
File tree
Install
quote.py
Run it
destAmount (USDC, 6 decimals), the order deadline (unix seconds), and the hmac you must pass through verbatim when building the order.
Next: build, sign, submit
Pass the wholedelta object into POST /delta/orders/build (as the price field) to get EIP-712 typed data. Sign it with an ERC-2098 compact signature, then POST /delta/orders with the order + signature. See Delta → How it works.
Related pages
- Delta overview — when to use Delta intents.
- Delta → How it works — quote → build → sign → auction → settle.
- Delta API reference — full parameter list.
- EIP-712 typed data reference — domain and types.