Wallet

Wallet DeFi Protocol Positions

Returns all DeFi protocol positions for a wallet — lending, staking, LP, and farming with token breakdowns and USD values.

Lookup: by address (EVM only — 0x-prefixed hex). Solana addresses are not supported.

get/gateway/v1/wallet/protocols

Query parameters

addressstring required

Wallet address — must be a raw 0x-prefixed hex address, not an ENS name

Example:0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045

Wallet address — must be a raw 0x-prefixed hex address, not an ENS name

limitinteger

Results per page

Example:20

Results per page

offsetinteger

Pagination offset

Pagination offset

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/DataResponseWalletProtocolItem.json"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.