cotizaciones-pix-comparapix

Aggregate Pix quotes from the ComparaPix API and filter by symbol.

39|2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/ferminrp/agent-skills --skill cotizaciones-pix-comparapix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cotizaciones-pix-comparapix
Source: https://github.com/ferminrp/agent-skills/tree/main/skills/cotizaciones-pix-comparapix
Command: npx skills add https://github.com/ferminrp/agent-skills --skill cotizaciones-pix-comparapix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly compare Pix payment quotes from multiple apps to determine the best price and option for a given symbol.

Core Features & Use Cases

  • Real-time comparison across apps using the ComparaPix /quotes endpoint to surface per-app quotes, logos, and URLs.
  • Filter by symbol and Pix status to focus on BRLARS, BRLUSD, BRLUSDT and similar pairs, then rank by buy price or spread.
  • Use Case: When a user wants to pay with Pix, quickly identify the best app for a given currency pair and demonstrate the offer in a concise UI.

Quick Start

Query the ComparaPix API for current Pix quotes and present the top option with a link to the app.

Frequently Asked Questions about cotizaciones-pix-comparapix

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

FAQPage Schema
How do I compare Pix payment quotes across different apps?

To compare Pix payment quotes across apps, query the ComparaPix API /quotes endpoint to aggregate current buy prices and spreads, then filter results by symbol and isPix status to surface the best option.

What currency pairs can I filter Pix quotes for?

Pix quotes can be filtered for currency pairs like BRLARS, BRLUSD, and BRLUSDT by applying local filtering based on the target symbol and isPix status to focus the comparison.

How do I handle API errors when fetching Pix quotes?

Handling API errors when fetching Pix quotes requires robust management of HTTP errors, unexpected JSON responses, and empty results, providing clear guidance to the user when the ComparaPix API fails.

Can I rank Pix quotes by buy price or spread?

You can rank Pix quotes by buy price or spread after retrieving the data from the ComparaPix API, allowing you to identify the best app for a given currency pair quickly.

What information is included in a Pix quote comparison?

A Pix quote comparison includes per-app quotes, logos, and URLs from the ComparaPix API, providing a concise comparison suitable for UX presentation across apps.

Does ComparaPix work for real-time Pix price tracking?

ComparaPix works for real-time Pix price tracking by aggregating current quotes from multiple apps instantly, allowing users to identify the best price for a given symbol at the moment of the query.