Skip to main content
The Value Transfer API provides endpoints for cross-chain token transfers across 150+ blockchains. The API uses REST principles, returns JSON responses, and uses standard HTTP status codes.

Reference

Endpoints

Discovery

  • Chains — List supported blockchain networks
  • Tokens — Discover transferrable tokens and validate transfer routes
  • Metadata — Retrieve deployment addresses by chain

Transfers

  • Quotes — Request transfer quotes with fees and execution steps
  • Build user steps — Generate fresh transaction data for Solana transfers
  • Submit signature — Submit EIP-712 signatures for intent-based routes
  • Status — Track transfer progress and completion

Authentication

Transfer endpoints require an API key passed via the x-api-key header:
Requests to authenticated endpoints without a valid API key return:

Pagination

Endpoints that return lists support cursor-based pagination using pagination[nextToken]:
The response includes a pagination object with nextToken if more results exist:
Continue fetching until pagination.nextToken is undefined or absent.