Skip to main content
POST
/
api
/
v2
/
{portalId}
/
submission
/
wallet
Wallet Submission
curl --request POST \
  --url https://api.example.com/api/v2/{portalId}/submission/wallet \
  --header 'Content-Type: application/json' \
  --data '
{
  "wallet": "<string>",
  "message": "<string>",
  "signature": "<string>"
}
'
{
  "account": {
    "value": "<string>",
    "isEligible": true,
    "description": "<string>"
  }
}

Path Parameters

portalId
string<uuid>
required

unique portal id (provided by Magna)

Body

application/json

Body

wallet
string
required

wallet address to generate a nonce for

platform
enum<string>
required
Available options:
EVM,
MOVE,
SOLANA,
OTHER
message
string
required

message that was signed

signature
string
required

signed message from the wallet owner

Response

201

account
object
required