VirtualGameCoin

VirtualGameCoin DAO


OpenAPI

User authentication OpenAPI

This API can be used to verify the identity of VGC users through public key authentication. Pass in the VGC user public key and verify if they are a VGC user.

curl -X POST –header “Content-Type: application/json” –header “Accept: application/json” -d “{\”key\”: \”userkey\”, \”sign\”: \”appsign\”}” https://openapi.vgc.world/v1/wallet/open/verification

Key required : true (The public key obtained by the user to be verified in the VGC APP)

Sign required:true (The application developer obtains the application private key signature after applying for approval from VGCTeam via email)