Wallet

Account verification and token issuance

post/v2/wallet/auth/proof

Request body

addressstring address required

Example request

{
  "address": "0:97146a46acc2654y27947f14c4a4b14273e954f78bc017790b41208b0043200b",
  "proof": {
    "payload": "84jHVNLQmZsAAAAAZB0Zryi2wqVJI-KaKNXOvCijEi46YyYzkaSHyJrMPBMOkVZa"
  }
}

Response

auth token

tokenstring required

Example response

{
  "token": "NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2ODQ3..."
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.