Skip to main content
GET
Get wallet overview (v2)

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain from your Pods dashboard.

Path Parameters

address
string
required

Customer-owned wallet address

Example:

"0xb794F5eA0ba39494cE839613fffBA74279579268"

Query Parameters

include
enum<string>
default:all
Available options:
tokens,
earn,
all
historyPage
number
default:1
Required range: x > 0
historyLimit
number
default:100
Required range: 1 <= x <= 500
historyStatus
enum<string>
Available options:
INITIAL,
PENDING,
FAILED,
REFUNDED,
SUCCESS
historyType
string
historyDateFrom
string<date-time>
historyDateTo
string<date-time>
historySortBy
enum<string>
default:createdAt
Available options:
createdAt,
updatedAt,
finishedAt
historySortOrder
enum<string>
default:desc
Available options:
asc,
desc

Response

Wallet overview retrieved

Wallet token balances, earn positions, and transaction history

history
object
required
tokens
object
earn
object