Skip to main content
POST
/
v3
/
api
/
custody
/
wallets
/
{walletId}
/
trustline
/
{currencyId}
Retrieve trustline for a wallet and a currency
curl --request POST \
  --url https://api.custody.api-zodia.io/v3/api/custody/wallets/{walletId}/trustline/{currencyId}
{
  "trustLines": [
    {
      "walletId": "ZTEST-NOBENF-849P8XKKAO",
      "walletName": "<string>",
      "companyId": "ZTEST",
      "currency": "<string>",
      "status": "FINALIZED",
      "currencyId": [
        "xrp-rlusd"
      ],
      "trustlineId": "<string>"
    }
  ]
}

Path Parameters

walletId
string
required
currencyId
string
required

Response

OK

trustLines
object[]