Export Withdrawal Transactions
Exports all matching withdrawal transactions for your account with fees and explorer links. Use startDate and endDate to filter by date range. Requires WITHDRAWS_READ.
api.hel.io/v1 and generate API keys there. For the development environment, use api.dev.hel.io/v1 and generate API keys from moonpay.dev.hel.io.Authorizations
Authentication using JWT token
Query Parameters
Your API key, which can be generated from the Helio Dashboard settings page.
Page number (1-based).
Page size. Defaults to 20, maximum 100.
x <= 100Cursor for pagination. Returns items with _id less than this value.
Search by withdrawal detail ID, destination wallet (prefix), source token, or destination token.
Sort field. Defaults to createdAt.
Sort order. Defaults to desc.
asc, desc ISO 8601 start of createdAt range (inclusive).
ISO 8601 end of createdAt range (inclusive).
Filter by one or more withdrawal states.
QUOTED, SUBMITTING, SUBMITTED, BRIDGING, COMPLETED, FAILED, FAILED_EXPIRED, EXPIRED, REFUNDED_BY_PROVIDER Filter by source chain symbol (e.g. SOL, ETH).
Filter by destination chain symbol.
Filter by withdrawal config ID.
Response
Successful response with exported withdrawals.
Withdrawal detail ID.
QUOTED, SUBMITTING, SUBMITTED, BRIDGING, COMPLETED, FAILED, FAILED_EXPIRED, EXPIRED, REFUNDED_BY_PROVIDER ISO 8601 created timestamp.
Source amount in atomic units.
Destination amount in atomic units.
Always WITHDRAWAL for this export.
WITHDRAWAL 