moonpay-export-data

Export portfolio balances and transaction history to CSV or JSON files.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Drock91/ows-hackathon --skill moonpay-export-data-drock91
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moonpay-export-data
Source: https://github.com/Drock91/ows-hackathon/tree/main/.agents/skills/moonpay-export-data
Command: npx skills add https://github.com/Drock91/ows-hackathon --skill moonpay-export-data-drock91

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Export portfolio balances and transaction history into spreadsheet-ready and programmatic formats to simplify tax reporting, audit trails, and regular bookkeeping for crypto wallets.

Core Features & Use Cases

  • Portfolio export: Produce date-stamped CSV or JSON snapshots of all token balances for a wallet on a per-chain basis for spreadsheet analysis.
  • Transaction history export: Serialize CLI-registered swaps and bridge transactions into CSV for reconciliation and tax reporting.
  • Multi-chain aggregation: Loop across Solana and EVM-compatible chains to consolidate holdings into a single file for historical records.

Quick Start

Export all token balances and transaction history for a given wallet across selected chains into date-stamped CSV and JSON files using the mp CLI and jq.

Frequently Asked Questions about moonpay-export-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export Moonpay transaction history to CSV for tax reporting?

Export Moonpay transaction history to CSV by serializing CLI-registered swaps and bridge transactions into date-stamped files. This produces spreadsheet-ready outputs for reconciliation and tax reporting across multiple chains.

Can I aggregate portfolio balances across Solana and EVM chains into a single file?

Aggregating portfolio balances across Solana and EVM chains loops across mixed address models to consolidate holdings. It generates a single structured JSON or CSV file containing all token balances for historical record-keeping.

Do I need jq and the mp CLI to export Moonpay portfolio data?

You need the mp CLI and jq to export Moonpay portfolio data. The mp CLI retrieves transactions and balances, while jq processes the structured JSON outputs required for generating date-stamped CSV snapshots.

What is the best way to generate spreadsheet-ready snapshots of crypto wallet balances?

Generate spreadsheet-ready snapshots of crypto wallet balances by exporting per-chain token balances into date-stamped CSV files. This approach simplifies spreadsheet analysis, audit trails, and regular bookkeeping for crypto portfolios.

Does Moonpay portfolio export support both JSON and CSV file formats?

Moonpay portfolio export supports both JSON and CSV file formats. It generates structured JSON for programmatic use and spreadsheet-ready CSV for direct analysis, covering balances and transaction history.

How does multi-chain transaction history export work for mixed EVM and Solana addresses?

Multi-chain transaction history export works by looping across Solana and EVM-compatible chains to serialize CLI-registered swaps. It handles mixed address models to consolidate transactions into a single CSV file for tax reporting.