Gasless orders
List of endpoints
1. Create Gasless Order
{
"signature": "string", // User's digital signature
"tokenFrom": "string", // Address of the source token
"tokenTo": "string", // Address of the destination token
"amount": "string", // Amount to be traded (in smallest units)
"chainFrom": "integer", // Source blockchain chain ID
"chainTo": "integer", // Destination blockchain chain ID
"bestDex": "string" // Preferred decentralized exchange
}{
"success": true,
"orderId": "string" // Unique identifier for the created order
}2. Retrieve Typed Data for Signing
3. Cancel Gasless Order
4. Check Gasless Order Status
5. Estimate Gas for Gasless Transaction
Last updated