Skip to main content
POST
Simulate a Solana transaction

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

Body

application/json
chain
string
required

The Solana chainId to simulate the transaction on

Pattern: ^[a-z0-9]{1,10}$
Example:

"101, 103, 201, mainnet, devnet, etc"

transactions
string[]
required
accountAddress
string
required

Valid Solana wallet address, must be a 44-character string using base58 characters

Pattern: ^[1-9A-HJ-NP-Za-km-z]{43,44}$
Example:

"vines1vzrYbzLMRdu58ou5XTby4qAqVRLmqo36NKPTg"

method
string
required
Maximum string length: 255
Pattern: ^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$
Example:

"An example name"

domain
string
Maximum string length: 255
Pattern: ^(?=\S)[\p{L}\p{N}a-zA-Z _.,:!?&%@\/+\-'|]+(?<=\S)$
Example:

"An example name"

Response

Simulated transaction result

inAssets
object[]
required
outAssets
object[]
required
priceData
object
required
showTotalFiat
boolean
required
counterparties
string[]

Valid blockchain wallet address, must be an alphanumeric string without any special characters

Maximum string length: 255
Pattern: ^[A-Za-z0-9]{18,100}$
Example:

"0xbF394748301603f18d953C90F0b087CBEC0E1834"

validation
object
assetExposures
object[]
Last modified on January 21, 2026