Skip to main content
GET
https://partners-backend-1038109371738.europe-west1.run.app
/
api
/
v1
/
{chain_id}
/
wallets
/
{wallet}
/
limit
curl "https://partners-backend-1038109371738.europe-west1.run.app/api/v1/8453/wallets/0x.../limit?eoa=0xabc..."
{
  "limit": 100000
}
SDK Alternative: Use giza.agent.getLimit() for a simpler TypeScript interface. See SDK docs

Description

Retrieves the deposit limit and current balance for a wallet.

Path Parameters

chain_id
integer
required
The blockchain chain ID
wallet
string
required
The wallet address

Query Parameters

eoa
string
required
The origin wallet (EOA) address

Response

limit
number
Maximum deposit limit
curl "https://partners-backend-1038109371738.europe-west1.run.app/api/v1/8453/wallets/0x.../limit?eoa=0xabc..."
{
  "limit": 100000
}