GET
/
somnia
/
v1
/
earliest
/
{walletAddress}
/
transactions
Get earliest wallet transactions
curl --request GET \
  --url https://data-api.cloud.ormi.dev/somnia/v1/earliest/{walletAddress}/transactions
{
  "block_hash": "<string>",
  "block_number": 123,
  "block_timestamp": "2023-11-07T05:31:56Z",
  "contract_address": "<string>",
  "cumulative_gas_used": "<string>",
  "effective_gas_price": "<string>",
  "from_address": "<string>",
  "gas": "<string>",
  "gas_price": "<string>",
  "gas_used": "<string>",
  "input": "<string>",
  "l1_fee": "<string>",
  "l1_fee_scalar": "<string>",
  "l1_gas_price": "<string>",
  "l1_gas_used": "<string>",
  "max_fee_per_gas": "<string>",
  "max_priority_fee_per_gas": "<string>",
  "nonce": "<string>",
  "status": 123,
  "to_address": "<string>",
  "transaction_hash": "<string>",
  "transaction_index": 123,
  "transaction_type": 123,
  "value": "<string>"
}

Path Parameters

walletAddress
string
required

A wallet address.

Response

200 - application/json

OK

block_hash
string
required
block_number
integer
required
block_timestamp
string<date-time>
required
from_address
string
required
gas
string
required
gas_price
string
required
input
string
required
max_fee_per_gas
string
required
max_priority_fee_per_gas
string
required
nonce
string
required
to_address
string
required
transaction_hash
string
required
transaction_index
integer
required
transaction_type
integer
required
value
string
required
contract_address
string | null
cumulative_gas_used
string
effective_gas_price
string
gas_used
string
l1_fee
string | null
l1_fee_scalar
string | null
l1_gas_price
string | null
l1_gas_used
string | null
status
integer