Simulate a Solana transaction
Simulates a Solana transaction and returns the expected outcome.
Documentation Index
Fetch the complete documentation index at: https://docs.dynamic.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
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"
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
Valid blockchain wallet address, must be an alphanumeric string without any special characters
255^[A-Za-z0-9]{18,100}$"0xbF394748301603f18d953C90F0b087CBEC0E1834"