Skip to main content
GET
/
api
/
v1
/
auth
/
escrow-wallets
/
summary
List Consolidated Escrow Deposit Summary (Admin)
curl --request GET \
  --url https://crypto.westminister.tech/api/v1/auth/escrow-wallets/summary \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.crypto.westminister.tech/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

network
enum<string>
Available options:
ethereum,
tron
purpose
enum<string>
Available options:
remittance_escrow,
order_escrow,
platform_reserve,
testing,
other

Response

OK