For the complete documentation index, see llms.txt. This page is also available as Markdown.

6 - Wallet2Wallet

POST https://apigw.elekse.com/api/hoppa/corporate/wallet2wallet

Headers

Content-Type
Authorization

application/json

Bearer ******************

Body

{
  "SenderAccountId": 231,
  "ReceiverAccountId": 230,
  "Amount": 10,
  "Description": "Optional Description"
}

Last updated