For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mirror Protocol API

Use these endpoints to discover supported transfer routes, manage custody deposit addresses, submit a ValueChain withdrawal with sponsored gas, and track external settlement.

Mainnet base URL: https://mainnet-gw.sodex.dev/api/v1

API groups

Asset ConfigurationDeposit AddressesHistory & StatusSponsored Withdrawal

Common response

Most endpoints return this envelope:

{
  "code": 0,
  "timestamp": 1780000000000,
  "data": {}
}

code = 0 means success, and timestamp is expressed in milliseconds.

Integration guides

Mirror Protocol Lifecycle

Last updated