GET
/
2
/
txs
/
specific
curl --request GET \
  --url https://api.mobula.io/api/2/txs/specific
{
  "raw": [
    {
      "chain_id": "<string>",
      "hash": "<string>",
      "number": "<string>",
      "transaction_index": "<string>",
      "max_gas": "<string>",
      "gas_price": "<string>",
      "gas_used": "<string>",
      "from": "<string>",
      "block_hash": "<string>",
      "status": "<string>",
      "epoch_chain_id": "<string>",
      "timestamp": "<string>",
      "vm_status": "<string>",
      "payload_type": "<string>",
      "payload_function": "<string>",
      "payload_type_arguments": [
        "<string>"
      ],
      "payload_arguments": "<string>",
      "payload_code": "<string>",
      "payload_bytecode": "<string>",
      "payload_multisig_type": "<string>",
      "payload_multisig_address": "<string>"
    }
  ],
  "unified": [
    {
      "label": "<string>",
      "value": "<string>",
      "link": "<string>",
      "hasCopy": true,
      "logo": "<string>",
      "icon": true,
      "color": "native",
      "inAccordion": true,
      "tooltip": "<string>",
      "tooltipPosition": "top"
    }
  ]
}

Retrieves raw transaction data for a specific transaction hash on a given blockchain. Supports all EVM and non-EVM blockchains supported by Mobula .

Query Parameters

hash
string
required
blockchain
string

Response

200 - application/json
Raw Specific Transaction response
raw
object[]
required
unified
object[]
required