GET /v1/gasless/orderByAddress/{address}

Endpoint to get the list of gasless orders of an address

get
Authorizations
Path parameters
addressstringRequired

The address of the user to get his orders

Example: 0xF0Fbf42C54Ac40dA016003baD35E5AefaC6E1CE1
Responses
200
List of gasless orders of an address
application/json
Responseobject[]
get
GET /trade/v1/gasless/ordersByAddress/{address} HTTP/1.1
Host: 
Authorization: Bearer Bearer
Accept: */*
200

List of gasless orders of an address

[
  {}
]

Last updated

Was this helpful?