Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 8ede113

Browse files
authored
Notes that all trustlines are included under /accounts/:id (#614)
1 parent d5c101a commit 8ede113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api/resources/accounts/single.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { AttributeTable } from "components/AttributeTable";
1010

1111
The single account endpoint provides information on a specific account.
1212

13-
The balances section in the response will also list all the trustlines this account has established. Note this will only return trustlines that have the necessary authorization to work. If an account `A` trusts another account `B` that has the authorization required flag set, the trustline won’t show up until account `B` allows account `A` to hold its assets.
13+
The balances section in the response will also list all the trustlines this account has established, including trustlines that haven't been authorized yet.
1414

1515
<Endpoint>
1616

0 commit comments

Comments
 (0)