Transaction History
Get Base USDC transfer history for authenticated wallet
Returns all confirmed direct USDC transfers (ERC-20 Transfer events) for the authenticated wallet and given chain+token supported by this endpoint.
get/v2/transaction-history/{chain}/{token}
Path parameters
chainstring required
Readable chain key
Example:base
tokenstring required
Readable symbol
Example:USDC
Response
Transaction history retrieved
Example response
{
"responseObject": {
"assetTransfers": [
{
"type": "SEND"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.