latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Wallet
Initiate a trustline transaction
Initiate an unsigned trustline transaction to create a pending approval. Trustline transactions manage trusted tokens on the account. Available for Stellar. Use only with custodial wallets.
post/api/v2/{coin}/wallet/{walletId}/trustline/initiate
Path parameters
coinstring required
A cryptocurrency symbol or token ticker symbol
Example:btc
A cryptocurrency or token ticker symbol
walletIdstring required
Example:59cd72485007a239fb00282ed480da1f
The wallet ID
Request body
Example request
{
"trustlines": [
{
"token": "txlm:BST-GBQTIOS3XGHB7LVYGBKQVJGCZ3R4JL5E4CBSWJ5ALIJUHBKS6263644L",
"limit": "2000000"
}
]
}Response
Accepted