v1

latestOpenAPI 3.1.02026-07-2410781551.8 KB
Wallet, Networth & PnL

Wallet - First Tx Funded

Retrieve the earliest transaction in which the wallet's post-transaction balance differs from its pre-transaction balance.

post/wallet/v2/tx/first-funded

Headers

x-chain'solana'

Solana network only.

Request body

walletsstring[] required
token_addressstring

Token address used to identify the first transaction that funded each wallet with the specified token.

Example request

{
  "wallets": [
    "5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1",
    "2fgUSSpZFi8PjyhbrETSeLutJpFsuCfWsk2H6gb3Reye"
  ],
  "token_address": "So11111111111111111111111111111111111111112"
}

Response

JSON object containing a wallet token balance

successboolean required
dataobject required