Getting your Solana intermediary address
From an EVM address to a Solana address
GET /api/v1/executions/0xF1a2B3c4D5E6f7089A0b1C2d3E4f5061728394a5/intermediary{
"result": {
"originAccount": "0xF1a2B3c4D5E6f7089A0b1C2d3E4f5061728394a5", // the wallet you passed
"originType": "evm", // detected from the path
"evm": "0x9c8B7a6F5e4D3c2B1a09F8e7D6c5B4a3928170615", // your EVM intermediary
"solana": "2fjhr2fzcoHYvdKkYpxBsUnE5QDg2hhb2mnxfwrL7RTY" // your SOLANA intermediary
}
}Field
Meaning
Other origin types
TON origins need a public key
Deriving the intermediary's token accounts
When the ATA does not exist yet
Using the address
Last updated
