Skip to main content
GET
/
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
}

Documentation Index

Fetch the complete documentation index at: https://docs.gizatech.xyz/llms.txt

Use this file to discover all available pages before exploring further.

SDK Alternative: Use agent.limit(eoa) 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
}