Skip to content
Alchemy Logo

getTransactions

POST
/{apiKey}

Returns a paginated list of transactions from the network.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

integeroptional

Ledger sequence number to start from (inclusive). Omit if using cursor.

objectoptional

Pagination parameters with optional cursor and limit (1-200, default 50).

stringoptional

Output format for XDR fields, either "base64" (default) or "json".

Responses

200

Paginated list of transactions with ledger metadata.

Was this page helpful?