For the complete documentation index, see llms.txt. This page is also available as Markdown.

GET /v1/gasless/orderByAddress/{address}

Endpoint to get the list of gasless orders of an address

get
Authorizations
HTTPRequired

[just text field] Please enter token in following format: Bearer

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
object · GaslessOrder[]Optional
get/v1/gasless/ordersByAddress/{address}
GET /trade/v1/gasless/ordersByAddress/{address} HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

List of gasless orders of an address

[
  {}
]

Last updated