Skip to main content

List action endpoints

GET 

/v1/actions

Returns a flat directory of every action endpoint, grouped by category (lending, loop, swap, allocate). Useful for client-side discovery and link generation.

Plain-text reference — GET /v1/actions

Response 200

FieldTypeDescription
successTrue
dataobjectInformational payload. null when the endpoint only builds calldata.
actionsnull

Example response

{
"success": true,
"data": {}
}

Responses

Endpoint listing