AssetFare

A capped, non-custodial routing API for a single corridor — Solana SOL to Base native ETH — aimed at AI agents. It returns fee-inclusive quotes and bounded unsigned actions; the caller's agent verifies, signs, and submits every transaction. AssetFare never receives private keys and never signs or submits, framing itself as one route candidate rather than a market-wide best-price aggregator.

AssetFare publishes 1 API on the APIs.io network: Agent-native Route API. Tagged areas include AI Agents, Asset Transfer, Bridge, Cross-Chain, and Non-Custodial.

AssetFare’s developer surface includes authentication, pricing, and 12 more developer resources.

45.9/100 developing Agent 34/100 agent ready Full breakdown ↓
scored 2026-09-14 · rubric v0.22.0
1 APIs 2 MCP Servers
AI AgentsAsset TransferBridgeCross-ChainNon-CustodialCryptocurrencySolanaBaseOpenAPIMCPAgent Skills

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-14 · rubric v0.22.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/assetfare: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

AssetFare Agent-native Route API

Public REST API for the solana:SOL -> base:ETH corridor. Public no-auth quote/status/manifest endpoints plus bearer-protected session and execution workflow. Includes hosted MCP...

Arazzo Workflows 1

Multi-step API workflows described with the Arazzo specification.

AssetFare read-only route evaluation

Verify AssetFare and obtain a fresh Solana SOL to Base or Arbitrum ETH quote.

ARAZZO

MCP Servers 2

Model Context Protocol servers that expose these APIs to AI agents.

AssetFare

Official hosted, non-custodial MCP server for the capped Solana SOL to Base/Arbitrum ETH corridors. Listed in the official MCP Registry (status active). tools/list is anonymous;...

MCP SERVER

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Assetfare Rate Limits

3 limits

RATE LIMITS

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Assetfare Authentication

http · 1 scheme

SECURITY

Assetfare Domain Security

TLSv1.3 · HSTS

SECURITY

Assetfare Vulnerability Disclosure

security.txt · contact published

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 5

Authentication, authorization, and security posture

Commercial 3

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
name: AssetFare
description: A capped, non-custodial routing API for a single corridor — Solana SOL to Base native ETH — aimed at AI agents.
  It returns fee-inclusive quotes and bounded unsigned actions; the caller's agent verifies, signs, and submits every transaction.
  AssetFare never receives private keys and never signs or submits, framing itself as one route candidate rather than a market-wide
  best-price aggregator.
url: https://raw.githubusercontent.com/api-evangelist/assetfare/refs/heads/main/apis.yml
created: '2026-09-14'
modified: '2026-09-14'
specificationVersion: '0.21'
tags:
- AI Agents
- Asset Transfer
- Bridge
- Cross-Chain
- Non-Custodial
- Cryptocurrency
- Solana
- Base
- OpenAPI
- MCP
- Agent Skills
tags_raw:
- AI Agents
- Asset Transfer
- Bridge
- Cross-chain
- Non-custodial
- Cryptocurrency
- Solana
- Base
- OpenAPI
- MCP
- Agent Skills
apis:
- name: AssetFare Agent-native Route API
  description: Public REST API for the solana:SOL -> base:ETH corridor. Public no-auth quote/status/manifest endpoints plus
    bearer-protected session and execution workflow. Includes hosted MCP server, llms.txt agent guide, Arazzo workflow, and
    a published agent skill.
  humanURL: https://assetfare.dev/solana-to-base-agent-route/
  baseURL: https://api.assetfare.dev
  tags:
  - AI Agents
  - Asset Transfer
  - Bridge
  - Cross-Chain
  - Non-Custodial
  - Cryptocurrency
  - Solana
  - Base
  - OpenAPI
  - MCP
  - Agent Skills
  tags_raw:
  - AI Agents
  - Asset Transfer
  - Bridge
  - Cross-chain
  - Non-custodial
  - Cryptocurrency
  - Solana
  - Base
  - OpenAPI
  - MCP
  - Agent Skills
  properties:
  - type: OpenAPI
    url: openapi/assetfare-agent-native-route-api-openapi.json
  - type: Documentation
    url: https://assetfare.dev/solana-to-base-agent-route/
  - type: APIReference
    url: https://api.assetfare.dev/openapi.json
  - type: LLMsTxt
    url: llms/assetfare-llms.txt
  - type: MCPServer
    url: https://api.assetfare.dev/mcp
  - type: ToolCrosswalk
    url: mcp/assetfare-tool-crosswalk.yml
  - type: AgentSkill
    url: https://github.com/odaiin/assetfare-mcp/blob/main/skills/assetfare-route/SKILL.md
  - type: Overlay
    url: overlays/assetfare-agent-native-route-api-overlay.yaml
  - type: ErrorCatalog
    url: errors/assetfare-problem-types.yml
  - type: Conventions
    url: conventions/assetfare-conventions.yml
  - type: Idempotency
    url: conventions/assetfare-conventions.yml
  - type: DataModel
    url: data-model/assetfare-data-model.yml
  - type: Conformance
    url: conformance/assetfare-conformance.yml
  - type: Plans
    url: plans/assetfare-plans-pricing.yml
  - type: RateLimits
    url: rate-limits/assetfare-rate-limits.yml
  - type: Lifecycle
    url: lifecycle/assetfare-lifecycle.yml
  - type: StatusPage
    url: https://api.assetfare.dev/v1/status
maintainers:
- FN: odaiin
  url: https://github.com/odaiin/assetfare-mcp
  email: support@assetfare.dev
common:
- type: DomainSecurity
  url: security/assetfare-domain-security.yml
- type: VulnerabilityDisclosure
  url: security/assetfare-vulnerability-disclosure.yml
- type: Authentication
  url: authentication/assetfare-authentication.yml
- type: WellKnown
  url: well-known/assetfare-well-known.yml
- type: SecurityTxt
  url: well-known/assetfare-security.txt
- type: Security
  url: well-known/assetfare-security.txt
- type: AgentSkill
  url: skills/_index.yml
- type: MCPServer
  url: mcp/assetfare-mcp.yml
- type: DeveloperPortal
  url: https://assetfare.dev/
- type: Pricing
  url: https://assetfare.dev/pricing/
- type: TermsOfService
  url: https://assetfare.dev/terms/
- type: PrivacyPolicy
  url: https://assetfare.dev/privacy/
- type: SourceCode
  url: https://github.com/odaiin/assetfare-mcp
- type: Website
  url: https://assetfare.dev/
x-enrichment:
  date: '2026-09-14'
  status: enriched
  artifacts_added: 24
  pass: local-v3

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/assetfare"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/assetfare/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/assetfare/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.