Cross-chain Address + Attestation

GET /address?address=<source>&network=<source_network>&target_network=<target>
  • network: "Solana" or "Ethereum"

  • target_network: "Solana" or "Ethereum"

Response

{
  "result": {
    "address": "string",
    "network": "string",
    "target_address": "string",
    "target_network": "string"
  },
  "signature": "base64",
  "attestation": { "id": "string", "type": "SGX", "quote": "string" }
}

Use the attestation.quote to verify enclave identity (Intel® SGX) and the signature to bind the mapping. See Security → Remote Attestation.

Last updated