Agent skill

fiat

Query Binance fiat payment capabilities — supported countries, currencies, payment methods, limits, and crypto prices — via public APIs, plus authenticated order/payment history lookup. Use whenever users ask about buying or selling crypto with fiat, depositing or withdrawing fiat, fiat-crypto exchange rates, payment options in a specific country, or their fiat order history — even if they don't explicitly mention Binance APIs.

binancegithub.com/binanceGitHub ↗
claude-code
Install
npx skills add binance/binance-skills-hub --skill fiat --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 5
SKILL.md size: 8 KB
Bundled scripts: none
Version: 1.1.0
Declared author: Binance
Path: skills/binance/fiat/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 947
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Binance Fiat Skill Query Binance fiat payment capabilities, available payment methods, pricing, and supported currencies/countries using **public APIs** (no authentication required). For order and payment history, see [Authenticated Endpoints](./references/sapi-endpoints.md). ## Base URL ``` https://www.binance.com/bapi/fiat/v1/public/fiatpayment/agent ``` ## Available APIs ### 1. get_capabilities Query supported fiat currencies, cryptos, and business types for a country. ```bash curl "https://www.binance.com/bapi/fiat/v1/public/fiatpayment/agent/get-capabilities?country={COUNTRY_CODE}" ``` Optional: `businessType` (BUY, SELL, DEPOSIT, WITHDRAW) to filter. **Response:** `data.supportedBusinessTypes`, `data.fiatCurrencies[]` (with `code`, `name`, `supportedBusinessTypes`), `data.cryptoCurrencies[]` ### 2. get_buy_and_sell_payment_methods ```bash curl "https://www.binance.com/bapi/fiat/v1/public/fiatpayment/agent/get-buy-and-sell-payment-methods?businessType={BUY|SELL}&fiatCurrency={FIAT}&cryptoCurrency={CRYPTO}&country={COUNTRY_CODE}" ``` All 4 parameters required. **Response:** `data.paymentMethods[]` and `data.p2pPaymentMethods[]`, each with `code`, `paymentMethodName`, `fiatMin

What's inside
Steps it walks through
  1. Base URL
  2. Available APIs
  3. 1. getcapabilities
  4. 2. getbuyandsellpaymentmethods
  5. 3. getdepositandwithdrawpaymentmethods
  6. 4. getprice
  7. Recommended Workflow
  8. Calling APIs
  9. Action Links
  10. URL Templates
  11. Language-aware URL
  12. Presenting Results
  13. Price Sorting and Best Value Logic
  14. Wallet Payment Method (BUY)
Ships with 4 files
  • CHANGELOG.md
  • LICENSE.md
  • references/authentication.md
  • references/sapi-endpoints.md
Commands it runs
curl "https://www.binance.com/bapi/fiat/v1/public/fiatpayment/agent/get-capabilities?country={COUNTRY_CODE}"
curl "https://www.binance.com/bapi/fiat/v1/public/fiatpayment/agent/get-price?fiatCurrency={FIAT}&cryptoCurrency={CRYPTO}&country={COUNTRY_CODE}"
More from binance-skills-hub
All skills →
About this skill
What does the fiat skill do?

Query Binance fiat payment capabilities — supported countries, currencies, payment methods, limits, and crypto prices — via public APIs, plus authenticated order/payment history lookup. Use whenever users ask about buying or selling crypto with fiat, depositing or withdrawing fiat, fiat-crypto exchange rates, payment options in a specific country, or their fiat order history — even if they don't explicitly mention Binance APIs.

How do I install it?

Run `npx skills add binance/binance-skills-hub --skill fiat --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From binance/binance-skills-hub, a repository with 947 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going