Skip to main content
GET
/
api
/
l402
/
transactions
List L402 transaction receipts.
curl --request GET \
  --url https://openagents.com/api/l402/transactions \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

autopilot
string

Optional autopilot scope filter by owned autopilot id or handle.

Required string length: 1 - 128
Example:

"ep212-bot"

per_page
integer

Number of transaction rows per page (1-200).

Required range: 1 <= x <= 200
Example:

30

Response

Successful response

data
object