Last updated 7 days ago
The id of the order to get the status
"4ff37e1c-dfa1-46b6-8a68-438fe7edbb42"
Status of a gasless order
const response = await fetch('/trade/v1/gasless/status/{orderId}', { method: 'GET', headers: { "Authorization": "Bearer Bearer" }, }); const data = await response.json();