Simulate a Solana transaction
Simulates a Solana transaction and returns the expected outcome.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
36^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"95b11417-f18f-457f-8804-68e361f9164f"
Body
The Solana chainId to simulate the transaction on
^[a-z0-9]{1,10}$"101, 103, 201, mainnet, devnet, etc"
List of Solana transactions to simulate
Valid Solana wallet address, must be a 44-character string using base58 characters
^[1-9A-HJ-NP-Za-km-z]{43,44}$"vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg"
255^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$"An example name"
255^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$"An example name"
Response
Simulated transaction result
List of assets received in the simulated transaction
List of assets sent in the simulated transaction
Whether to display the total fiat value of the transaction
List of counterparty addresses involved in the transaction
Valid blockchain wallet address, must be an alphanumeric string (underscores allowed for chains like Midnight, hyphens allowed for chains using base64url-encoded addresses like TON)
255^[A-Za-z0-9_-]{18,100}$"0xbF394748301603f18d953C90F0b087CBEC0E1834"
List of asset exposure changes from the simulated transaction