Set Trustline

Set the required trustline.

POST helper/set-trustline

Headers

Name
Value

Content-Type

application/json

Params

Name
Type
Description
sourceSecretKey

string

The key of the secret source.

Example of Request Body:

{
  "sourceSecretKey": "GDN6I...", 
}

Possible Responses

{
    "status": "SUCCESS",
    "message": "The trust line has been correctly defined in theย USDCย token"
}

Last updated