Skip to main content
GET
Get migratable DeFi positions

Headers

x-api-key
string
required

API key for authentication

Example:

"your-api-key"

x-api-version
string

API version identifier (e.g. "2026-04.amazon"). Optional today, will become required in a future release.

Pattern: ^\d{4}-\d{2}\.[a-z0-9]+$
Example:

"2026-04.amazon"

Path Parameters

address
string
required

EVM address holding the DeFi positions

Pattern: ^0x[a-fA-F0-9]{40}$
Example:

"0x742d35Cc6634C0532925a3b844Bc9e7595f5bE91"

Response

Normalised DeFi positions

positions
object[]
required
totalUsd
number
required
minDepositUsd
number
required

The USD floor the withdrawn proceeds must clear for this project, resolved from the platform minimum and the project's own minDepositUsd. Proceeds below it are rejected on ingest after the withdrawal has already happened.

Example:

0.04

failures
object[]

Present only when a venue could not be reached, so an empty positions list can be told apart from a failed lookup.