Skip to main content
GET
Get transaction history
Chaque demande coûte 100 crédits.

Paramètres de la requête

string
défaut:"GQUtvPx89ZNCwmvQqFmH59bJcU8fW8siETpaxod7Aydz"
requis
Adresse du portefeuille Solana (encodé en base58)
number
défaut:"100"
Nombre maximum de transactions par requête
string
Récupérer les transactions avant cette signature (utilisez pagination.nextCursor de la réponse précédente)
string
Récupérer les transactions après cette signature (pour une pagination en ordre croissant)
string
Filtrer par type de transaction. Types disponibles : SWAP, TRANSFER, NFT_SALE, NFT_BID, NFT_LISTING, NFT_MINT, NFT_CANCEL_LISTING, TOKEN_MINT, BURN, COMPRESSED_NFT_MINT, COMPRESSED_NFT_TRANSFER, COMPRESSED_NFT_BURN, CREATE_STORE, WHITELIST_CREATOR, ADD_TO_WHITELIST, REMOVE_FROM_WHITELIST, AUCTION_MANAGER_CLAIM_BID, EMPTY_PAYMENT_ACCOUNT, UPDATE_PRIMARY_SALE_METADATA, ADD_TOKEN_TO_VAULT, ACTIVATE_VAULT, INIT_VAULT, INIT_BANK, INIT_STAKE, MERGE_STAKE, SPLIT_STAKE, CREATE_AUCTION_MANAGER, START_AUCTION, CREATE_AUCTION_MANAGER_V2, UPDATE_EXTERNAL_PRICE_ACCOUNT, EXECUTE_TRANSACTION
  • SWAP
  • TRANSFER
  • NFT_SALE
  • NFT_BID
  • NFT_LISTING
  • NFT_MINT
  • NFT_CANCEL_LISTING
  • TOKEN_MINT
  • BURN
  • COMPRESSED_NFT_MINT
  • COMPRESSED_NFT_TRANSFER
  • COMPRESSED_NFT_BURN
  • CREATE_STORE
  • WHITELIST_CREATOR
  • ADD_TO_WHITELIST
  • REMOVE_FROM_WHITELIST
  • AUCTION_MANAGER_CLAIM_BID
  • EMPTY_PAYMENT_ACCOUNT
  • UPDATE_PRIMARY_SALE_METADATA
  • ADD_TOKEN_TO_VAULT
  • ACTIVATE_VAULT
  • INIT_VAULT
  • INIT_BANK
  • INIT_STAKE
  • MERGE_STAKE
  • SPLIT_STAKE
  • CREATE_AUCTION_MANAGER
  • START_AUCTION
  • CREATE_AUCTION_MANAGER_V2
  • UPDATE_EXTERNAL_PRICE_ACCOUNT
  • EXECUTE_TRANSACTION
string
défaut:"balanceChanged"
Filtrer les transactions impliquant des comptes de token possédés par le portefeuille.
  • balanceChanged (recommandé) : Inclut les transactions qui ont modifié des soldes de tokens, filtre les spams
  • none : Seulement les transactions faisant directement référence au portefeuille
  • all : Toutes les transactions incluant des comptes de token (peut inclure des spams)
    • none
    • balanceChanged
    • all

Autorisations

api-key
string
query
requis

Clé API passée en tant que paramètre de requête

Paramètres de chemin

wallet
string
défaut:GQUtvPx89ZNCwmvQqFmH59bJcU8fW8siETpaxod7Aydz
requis

Adresse de portefeuille Solana (encodée en base58)

Pattern: ^[1-9A-HJ-NP-Za-km-z]{32,44}$

Paramètres de requête

limit
integer
défaut:100

Maximum number of transactions per request

Plage requise: 1 <= x <= 100
before
string

Fetch transactions before this signature (use pagination.nextCursor from previous response)

after
string

Fetch transactions after this signature (for ascending order pagination)

type
enum<string>

Filter by transaction type. Available types: SWAP, TRANSFER, NFT_SALE, NFT_BID, NFT_LISTING, NFT_MINT, NFT_CANCEL_LISTING, TOKEN_MINT, BURN, COMPRESSED_NFT_MINT, COMPRESSED_NFT_TRANSFER, COMPRESSED_NFT_BURN, CREATE_STORE, WHITELIST_CREATOR, ADD_TO_WHITELIST, REMOVE_FROM_WHITELIST, AUCTION_MANAGER_CLAIM_BID, EMPTY_PAYMENT_ACCOUNT, UPDATE_PRIMARY_SALE_METADATA, ADD_TOKEN_TO_VAULT, ACTIVATE_VAULT, INIT_VAULT, INIT_BANK, INIT_STAKE, MERGE_STAKE, SPLIT_STAKE, CREATE_AUCTION_MANAGER, START_AUCTION, CREATE_AUCTION_MANAGER_V2, UPDATE_EXTERNAL_PRICE_ACCOUNT, EXECUTE_TRANSACTION

Options disponibles:
SWAP,
TRANSFER,
NFT_SALE,
NFT_BID,
NFT_LISTING,
NFT_MINT,
NFT_CANCEL_LISTING,
TOKEN_MINT,
BURN,
COMPRESSED_NFT_MINT,
COMPRESSED_NFT_TRANSFER,
COMPRESSED_NFT_BURN,
CREATE_STORE,
WHITELIST_CREATOR,
ADD_TO_WHITELIST,
REMOVE_FROM_WHITELIST,
AUCTION_MANAGER_CLAIM_BID,
EMPTY_PAYMENT_ACCOUNT,
UPDATE_PRIMARY_SALE_METADATA,
ADD_TOKEN_TO_VAULT,
ACTIVATE_VAULT,
INIT_VAULT,
INIT_BANK,
INIT_STAKE,
MERGE_STAKE,
SPLIT_STAKE,
CREATE_AUCTION_MANAGER,
START_AUCTION,
CREATE_AUCTION_MANAGER_V2,
UPDATE_EXTERNAL_PRICE_ACCOUNT,
EXECUTE_TRANSACTION
tokenAccounts
enum<string>
défaut:balanceChanged

Filter transactions involving token accounts owned by the wallet.

  • balanceChanged (recommended): Includes transactions that changed token balances, filters spam
  • none: Only transactions directly referencing the wallet
  • all: All transactions including token accounts (may include spam)
Options disponibles:
none,
balanceChanged,
all

Réponse

Transaction history retrieved successfully

data
object[]
requis
pagination
object
requis