cURL
curl --request POST \ --url https://api.skip.build/v2/tx/submit \ --header 'Content-Type: application/json' \ --data '{ "tx": "<string>", "chain_id": "<string>" }'
{ "tx_hash": "F30790E79987F18F3A4DA8C7A9BA9FD837043EF59D8236CA85180E1078BC607F", "explorer_link": "https://www.mintscan.io/osmosis/tx/F30790E79987F18F3A4DA8C7A9BA9FD837043EF59D8236CA85180E1078BC607F" }
Submit a signed base64 encoded transaction to be broadcast to the specified network. On successful submission, the status of the transaction and any subsequent IBC or Axelar transfers can be queried through the /status endpoint.