Skip to main content
POST
Simulate Cosmos Transaction
The Cosmos Transaction Simulator supports simulation of transactions across Cosmos SDK-based networks including Osmosis and Neutron, providing the same detailed analysis available for Solana, instruction parsing, balance changes, state predictions, and risk assessment. For Cosmos-based addresses, use the Address Risk Score endpoint to check risk levels before transacting. Supported Cosmos networks include osmosis-1, cosmoshub-4, dydx-mainnet-1, neutron-1, celestia, and more. Contact us for early access or updates on availability.

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Path Parameters

network
enum<string>
required

The network to simulate the transaction on

Available options:
osmosis-1,
neutron-1

Body

application/json
tx
string
required

Keplr transaction or Base64 encoded raw transaction

Minimum string length: 1
Example:

"CoEECv4DCh0vY29zbW9zLmF1dGh6LnYxYmV0YTEuTXNnRXhlYxLcAworb3NtbzE3OW50bGM3c2gyZGFkc2F0ZjdoNGd6ZHkzand2cTQ3NWE3ZWN0NxKsAwoxL29zbW9zaXMucG9vbG1hbmFnZXIudjFiZXRhMS5Nc2dTd2FwRXhhY3RBbW91bnRJbhL2Agorb3NtbzFkbGRyeHo1cDh1ZXp4ejNxc3RwdjkyZGU3d2dmcDdodnI3MmRjbRJJCOMLEkRpYmMvMTc4MjQ4QzI2MkRFMkUxNDFFRTYyODdFRTdBQjA4NTRGMDVGMjVCMEEzRjQwQzRCOTEyRkExQzdFNTFGNDY2RRIKCJQNEgV1b3NtbxJJCLgLEkRpYmMvNDk4QTA3NTFDNzk4QTBEOUEzODlBQTM2OTExMjNEQURBNTdEQUE0RkUxNjVENUM3NTg5NDUwNUI4NzZCQTZFNBJJCMcJEkRpYmMvRDE4OTMzNUM2RTRBNjhCNTEzQzEwQUIyMjdCRjFDMUQzOEM3NDY3NjYyNzhCQTNFRUI0RkIxNDEyNEYxRDg1OBpQCkRpYmMvNDk4QTA3NTFDNzk4QTBEOUEzODlBQTM2OTExMjNEQURBNTdEQUE0RkUxNjVENUM3NTg5NDUwNUI4NzZCQTZFNBIINTMwNzIzNTUiCDUzMDcyMzU1EmkKUgpGCh8vY29zbW9zLmNyeXB0by5zZWNwMjU2azEuUHViS2V5EiMKIQI44AflBFsxuMDrOXsYpll6ZdyZB4hvIgVmAV9y7inkcBIECgIIARiH4B0SEwoNCgV1b3NtbxIENDM3NhDw52oaQNcdpT1IJzCdk1gfBY3z7r+ArcRMHtCJrxf5J0O3B8suIti4rDlIWpedzw0GoJx/VQvaM6ZT44Fh8bMh9O6IWBw="

Response

200 - application/json

Simulated transaction result

addresses
object[]
required
gas_info
object
required
Last modified on June 17, 2026