mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 18:31:41 +00:00
@@ -0,0 +1,15 @@
|
||||
---
|
||||
openapi: get /sonr/dex/v1/balance/{did}/{connectionId}
|
||||
title: Query Remote Chain Balances
|
||||
description: Check token balances in your ICA account on remote chains
|
||||
og:title: Cross-Chain Balance Query
|
||||
---
|
||||
|
||||
<Tip>
|
||||
Use the optional `denom` parameter to check specific token balances
|
||||
without fetching the entire balance list.
|
||||
</Tip>
|
||||
|
||||
<Note>
|
||||
Balances are fetched in real-time from the remote chain via IBC queries.
|
||||
</Note>
|
||||
Reference in New Issue
Block a user