payments:read scope.
Request
GET https://api.blockra.io/payments
Query parameters
Page number (1-based).
Items per page. Maximum
100.Field to sort by:
id, total, asset, status, or created_at. Defaults to created_at.Sort direction:
asc or desc.Filter to an exact payment ID.
Substring match on the associated customer email.
Comma-separated list of coins to include (e.g.
BTC,ETH). Pair with filter_asset_op=is_not to exclude the listed assets.Operator for
filter_asset: is (include, default) or is_not (exclude).Comma-separated statuses to include (e.g.
completed,pending). Pair with filter_status_op=is_not to exclude.Operator for
filter_status: is (include, default) or is_not (exclude).Minimum net fiat amount filter.
Maximum net fiat amount filter.
ISO date string — return payments created on or after this date (e.g.
2026-01-01).ISO date string — return payments created before this date.
Response
Returns a200 with a paginated result object wrapped in the standard data envelope.
Array of payment objects for the current page.
Total number of payments matching the current filters.

