Skip to main content
GET
/
accounts
/
auth-message
Generate signer auth message
curl --request GET \
  --url https://api.rnbi.magent.finance/accounts/auth-message \
  --header 'Authorization: Bearer <token>' \
  --header 'Reap-Version: <reap-version>'
{
  "message": "<string>",
  "timestamp": "<string>",
  "expiresAt": "<string>"
}

Authorizations

Authorization
string
header
required

API key as Bearer token

Headers

Reap-Version
enum<string>
required

API version (YYYY-MM-DD)

Available options:
2025-02-14

Response

200 - application/json

Response for status 200

message
string
required

JSON message to be signed by the user wallet

timestamp
string
required

ISO 8601 timestamp of message generation

expiresAt
string
required

ISO 8601 timestamp of message expiration