Ripio

Ripio is a Latin American cryptocurrency exchange founded in 2013, offering crypto trading, stablecoins, DeFi products, a Visa crypto card, and B2B infrastructure and liquidity across Brazil, Argentina, Chile, Uruguay, Colombia, Mexico, Peru and Spain. Its developer-facing product is the Ripio Trade API (v4) — a REST and WebSocket trading API covering market data, order management, balances, statements, cryptocurrency deposits and withdrawals, and real-time streaming. Authentication uses an API Token plus HMAC-SHA256 request signing. The platform is SOC 2 Type II certified with a HackerOne bug bounty. Backed by Pantera Capital.

Ripio publishes 1 API on the APIs.io network: Trade API v4. Tagged areas include Company, Crypto, Cryptocurrency, Exchange, and Trading.

The Ripio catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Ripio’s developer surface includes documentation, API reference, getting-started guide, support, signup flow, authentication, and 27 more developer resources.

47.9/100 developing Agent 87/100 agent native Full breakdown ↓
scored 2026-07-21 · rubric v0.4
1 APIs 1 MCP Servers 0 Features
CompanyCryptoCryptocurrencyExchangeTradingBlockchainLatin AmericaBitcoinStablecoinsAPI

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-21 · rubric v0.4
Composite quality — 47.9/100 · developing
Contract Quality 8.6 / 25
Developer Ergonomics 14.3 / 20
Commercial Clarity 10.0 / 20
Operational Transparency 6.2 / 13
Governance 0.0 / 12
Discoverability 8.8 / 10
Agent readiness — 87/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 9 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/ripio: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs

Ripio Trade API v4

REST + WebSocket cryptocurrency trading API — market data, orders, balances, statements, deposits, and cryptocurrency withdrawals. API Token + HMAC-SHA256 auth.

MCP Servers

ripio-mcp.yml

MCP SERVER

Rate Limits

Ripio Rate Limits

0 limits

RATE LIMITS

Event Specifications

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 4

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 6

Authentication, authorization, and security posture

Operate 4

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: ripio
name: Ripio
description: Ripio is a Latin American cryptocurrency exchange founded in 2013, offering crypto trading, stablecoins, DeFi
  products, a Visa crypto card, and B2B infrastructure and liquidity across Brazil, Argentina, Chile, Uruguay, Colombia, Mexico,
  Peru and Spain. Its developer-facing product is the Ripio Trade API (v4) — a REST and WebSocket trading API covering market
  data, order management, balances, statements, cryptocurrency deposits and withdrawals, and real-time streaming. Authentication
  uses an API Token plus HMAC-SHA256 request signing. The platform is SOC 2 Type II certified with a HackerOne bug bounty.
  Backed by Pantera Capital.
url: https://raw.githubusercontent.com/api-evangelist/ripio/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- pantera-capital
x-tier: profiled
x-tier-reason: enriched-from-published-api
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-21'
tags:
- Company
- Crypto
- Cryptocurrency
- Exchange
- Trading
- Blockchain
- Latin America
- Bitcoin
- Stablecoins
- API
apis:
- name: Ripio Trade API v4
  description: REST + WebSocket cryptocurrency trading API — market data, orders, balances, statements, deposits, and cryptocurrency
    withdrawals. API Token + HMAC-SHA256 auth.
  humanURL: https://apidocs.ripiotrade.co/
  baseURL: https://api.ripiotrade.co/v4/
  properties:
  - type: OpenAPI
    url: openapi/ripio-trade-openapi.yml
  - type: Documentation
    url: https://apidocs.ripiotrade.co/
  - type: APIReference
    url: https://apidocs.ripiotrade.co/
  - type: Overlay
    url: overlays/ripio-trade-overlay.yaml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://www.ripio.com/ar/
- type: DeveloperPortal
  url: https://apidocs.ripiotrade.co/
- type: Documentation
  url: https://apidocs.ripiotrade.co/
- type: APIReference
  url: https://apidocs.ripiotrade.co/
- type: GettingStarted
  url: https://trade.ripio.com/market/api/token
- type: Support
  url: https://help-ar.ripio.com/
- type: GitHubOrganization
  url: https://github.com/ripio
- type: StatusPage
  url: https://status.ripio.com/
- type: SignUp
  url: https://auth.ripio.com/#/register
- type: TermsOfService
  url: https://terms.ripio.com/
- type: PrivacyPolicy
  url: https://terms.ripio.com/
- type: Authentication
  url: authentication/ripio-authentication.yml
- type: DomainSecurity
  url: security/ripio-domain-security.yml
- type: AgenticAccess
  url: agentic-access/ripio-agentic-access.yml
- type: Lifecycle
  url: lifecycle/ripio-lifecycle.yml
- type: Deprecation
  url: https://apidocs.ripiotrade.co/#tag/V3-Endpoint-Migrations
- type: Conventions
  url: conventions/ripio-conventions.yml
- type: Idempotency
  url: conventions/ripio-conventions.yml
- type: ErrorCatalog
  url: errors/ripio-error-codes.yml
- type: RateLimits
  url: rate-limits/ripio-rate-limits.yml
- type: Webhooks
  url: asyncapi/ripio-trade-webhooks.yml
- type: DataModel
  url: data-model/ripio-data-model.yml
- type: MCPServer
  url: mcp/ripio-mcp.yml
- type: Packages
  url: packages/ripio-packages.yml
- type: SDKs
  url: packages/ripio-packages.yml
- type: Conformance
  url: conformance/ripio-conformance.yml
- type: Compliance
  url: https://www.ripio.com/es/seguridad
- type: VulnerabilityDisclosure
  url: security/ripio-vulnerability-disclosure.yml
- type: Security
  url: https://github.com/ripio/security
- type: TrustCenter
  url: security/ripio-trust-center.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/ripio-llms.txt
- type: Overlay
  url: overlays/ripio-trade-overlay.yaml
x-enrichment:
  date: '2026-07-21'
  status: enriched
  artifacts_added: 19
  pass: local-v1