v1

latestOpenAPI 3.0.32026-07-2485236250.4 KB
Confirmation

Verify wallet signature

Exchanges message signed by wallet for a signed JWT token that can be used to confirm an action on the platform

post/api/v1/confirmation/signature/verify

Response

OK

action_tokenstring required

Signed JWT token that should be used to confirm authorization of requested action

Example response

{
  "action_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJLaXdpIjoiV293LCBkaWRuJ3QgdGhpbmsgc29tZW9uZSB3b3VsZCBhY3R1YWxseSBkZWNvZGUgdGhpcy4gUHJvcHMgZm9yIGN1cmlvc2l0eSBtYXRlIiwiaWF0IjoxNzQ0MDAzNjE5fQ.9dtAkgB2NCP5xnAF0xhfqazoL5UOBBw5xji0r-PzGEU"
}