Register
POST /v1/internal/auth/register
Authorization
Request
x-api-key: your-api-key-here
Content-Type: application/json{
"publicKey": "Base58-encoded wallet address",
"signature": "Signature of the message returned from get-message",
"nonce": "Nonce previously received"
}Flow
Response
Errors
Status
Message
Description
GET /v1/internal/auth/get-message
Authorization
Request
Response
Notes
Last updated