Skip to main content

Get settlement transactions

curl -X GET \
-H 'authorization: Bearer v4.public.eyJpc3MiOiJs...' \
https://api.sandbox.ledyer.com/v1/settlements/:settlementId/tx \

Path parameters

settlementId

The settlement ID

Query parameters

fromId

stringOptional

An ID used to get the next set of results, where the set size is based on the size parameter. It is usually assigned the value from lastId which was retrieved in the response from the previous request.

size

numberOptional

Maximum length of results. Defaults to 100.