Last updated 7 days ago
The address of the user to get his orders
"0xF0Fbf42C54Ac40dA016003baD35E5AefaC6E1CE1"
List of gasless orders of an address
const response = await fetch('/trade/v1/gasless/ordersByAddress/{address}', { method: 'GET', headers: { "Authorization": "Bearer Bearer" }, }); const data = await response.json();
[ {} ]