Skip to main content
GET
/
core
/
statements
/
transactions
Get transactions statement
curl --request GET \
  --url https://api.enterprise.sandbox.uphold.com/core/statements/transactions \
  --header 'Authorization: Bearer <token>'
{ "statement": { "period": { "from": "2026-03-01T00:00:00.000Z", "to": "2026-03-31T23:59:59.999Z" }, "transactions": [ { "rates": { "GBP-EUR": "1.15", "BTC-EUR": "60460.77" }, "transaction": { "id": "8daa6dbd-21a0-4305-93c3-bd1d04bc575c", "origin": { "amount": "100", "asset": "GBP", "rate": "53484.17885426114102547488", "node": { "id": "d3401ecb-60dd-4d35-975b-1dfb58c0ba1a", "network": "sepa", "ownerId": "5d894b41-270e-4162-a4f9-dae31bc53b1c", "type": "external-account" } }, "destination": { "amount": "0.00186036", "asset": "BTC", "rate": "0.00001869711794070723", "node": { "id": "9287ee0a-0bcb-43cf-9791-f96bb49ba3fb", "ownerId": "5d894b41-270e-4162-a4f9-dae31bc53b1c", "type": "account" } }, "denomination": { "amount": "100", "asset": "GBP", "target": "origin", "rate": "1" }, "fees": [ { "amount": "0.5", "asset": "GBP", "code": "uphold", "type": "deposit" } ], "status": "completed", "quotedAt": "2026-03-23T11:57:00.000Z", "createdAt": "2026-03-23T11:58:00.000Z", "updatedAt": "2026-03-23T12:06:55.116Z", "completedAt": "2026-03-23T12:06:55.116Z" } } ] }, "pagination": { "first": "https://api.enterprise.uphold.com/core/statements/transactions?denomination=EUR&period=one-month&year=2026&month=3&page=1&perPage=10", "next": "https://api.enterprise.uphold.com/core/statements/transactions?denomination=EUR&period=one-month&year=2026&month=3&page=2&perPage=10" } }

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Query Parameters

period
enum<string>
required

The statement period type.

Available options:
one-month
year
integer<int32>
required

The statement year.

Required range: 2010 <= x <= 2100
month
integer<int32>
required

The statement month.

Required range: 1 <= x <= 12
denomination
string
default:USD

Specifies the asset code to use as the denomination for value conversion. If not provided, USD is used by default.

Minimum string length: 1
perPage
integer<int32>
default:10

The number of items per page.

Required range: 1 <= x <= 100

Response

Transactions statement retrieved.

statement
object
required
pagination
object
required

The pagination information.