Skip to content
Alchemy Logo

Get Stellar transfer history

POST
https://api.g.alchemy.com/data/stellar/transfers

Returns transfers (native, classic, and/or Soroban) matching the given filters, ordered by ledger. Use pageKey to page through results.

Headers

stringrequired

Your Alchemy API key, sent as a Bearer token (e.g. Bearer your-api-key).

Request Body

Transfer query filters. At least one of fromAddress or toAddress must be provided (a bare network-only request is rejected with HTTP 400 "At least one of fromAddress or toAddress must be provided").

Responses

200

Matching transfers.

400

The request was malformed or failed validation.

401

Missing or invalid API key.

Was this page helpful?