Skip to main content
GET
/
api
/
l402
/
transactions
/
{eventId}
Get one L402 transaction receipt by event id.
curl --request GET \
  --url https://openagents.com/api/l402/transactions/{eventId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

eventId
integer
required

Response

Successful response

data
object