v1
latestOpenAPI 3.0.02026-07-14866188.2 KBAccount
Interledger
Get Public profile of a Chimoney User.
post/v0.2.4/accounts/public-profile
Request body
Example request
{
"interledgerWalletAddress": "$ilp.chimoney.io/alice"
}Response
Success.
Example response
{
"status": "success",
"message": "User profile retrieved successfully",
"data": {
"accountSecondCurrencies": [],
"verification": {
"status": "completed"
},
"paymentData": {
"interledgerWalletAddress": "https://ilp-sandbox.chimoney.com/4252496"
}
}
}