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 WithdrawalCommon 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 LifecycleLast updated