POST
/
v2
/
tx
/
submit
curl --request POST \
  --url https://api.skip.build/v2/tx/submit \
  --header 'Content-Type: application/json' \
  --data '{
  "tx": "base64 encoded transaction",
  "chain_id": "osmosis-1"
}'
{
  "tx_hash": "F30790E79987F18F3A4DA8C7A9BA9FD837043EF59D8236CA85180E1078BC607F"
}

Body

application/json
tx
string

Signed base64 encoded transaction

Example:

"base64 encoded transaction"

chain_id
string

Chain ID of the transaction

Example:

"osmosis-1"

Response

200
application/json
The hash of the transaction.
tx_hash
string

Hash of the transaction