Set Trustline
This endpoint allows a trustline to be established on the Stellar blockchain specifically for the USDC token issued by Circle on the user's account.
What is it for?
In Stellar, before a token such as Circle's USDC can be received and stored, an account must establish a trustline with the issuer of the asset. This endpoint facilitates that process in an automated fashion.
Note: This endpoint should not necessarily work in main.
POST
helper/set-trustline
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Params
Name
Type
Description
string
The key of the secret source.
Example of Request Body:
Possible Responses
Last updated
Was this helpful?