API
Authorization
{
"content-type": "application/json",
"authorization": "jwt"
}Simulate Transaction
/v1/solana/simulate
POST. JSON. | All fields required
{
"targetAccount": "base58EncodeClientPublicKey",
"providerMethod": "Provider method ex: signAllTransactions",
"dapp_url": "domain.com",
"transactions": ["Base64 encoded versioned transaction"]
}Dapp Check
/v1/solana/whitelist
POST. JSON. | All fields required
/v1/solana/blacklist
POST. JSON. | All fields required
/v1/solana/dappcheck
POST. JSON. | All fields required
Last updated