v1

latestOpenAPI 3.1.02026-07-24130315342.2 KB
Account Endpoints

Get token transfers for a wallet's position in a currency

Get a paginated, transfer-level breakdown of a wallet's position in a single currency (identified by contract_address + chain). Combine direction and transfer_type to distinguish zero-cost acquisitions (airdrops, CEX transfers) from buys.

get/api/v2/account/{address}/pnl/token-transfers

Path parameters

addressstring required

The wallet address

Query parameters

contract_addressstring required

The currency's contract address

chain'blast' | 'base' | 'ethereum' | 'zora' | 'arbitrum' | 'sei' | 'avalanche' | 'polygon' | 'optimism' | 'ape_chain' | 'flow' | 'b3' | 'soneium' | 'ronin' | 'bera_chain' | 'solana' | 'shape' | 'unichain' | 'gunzilla' | 'abstract' | 'animechain' | 'hyperevm' | 'somnia' | 'monad' | 'hyperliquid' | 'megaeth' | 'ink' | 'robinhood' required

Blockchain chain identifier. Use the chain slug (e.g., 'ethereum', 'polygon', 'arbitrum', 'optimism', 'base')

Example:ethereum

The chain the currency is on

limitinteger

Number of results to return per page (1-200, default 20)

nextstring

Cursor for the next page of results

Response

Position token transfers