Transaction History
Get Transaction History
Retrieve transaction history for a wallet
GET
Authorization
Bearer token. Format:
Bearer bookie_live_abc123def456Path Parameters
Solana wallet address. Format: Base58 encoded public key
Query Parameters
Maximum number of transactions to return. Max: 100
Transaction signature to paginate before
Filter by transaction type. Options:
swap, transfer, allResponse
Array of transaction objectsEach transaction contains:
signature(string): Transaction signaturetype(string): Transaction typetimestamp(string): ISO 8601 timestampstatus(string): Transaction statusdetails(object): Type-specific details
Pagination metadataProperties:
hasMore(boolean): Whether more transactions existbefore(string): Signature for next page