Skip to main content
POST

Authorizations

string
required
Auth Platform API includes all the Auth related features. All Users, Phone Numbers, Emails, and OTPs are associated with an App as the container.Endpoints only accept App's Secret API keys other than certain endpoints that are used client side or via SDK that accept the public_token.

Authentication using App Api Key

Header:Authorization: Bearer {api_key}

Path Parameters

string
required
Unique wallet ID of the wallet used to sign the transaction.

Request Body

string
required
Must be sol_signTransaction.
object
required
Parameters for the RPC call.

Response

string
RPC method that was executed (sol_signTransaction).
object
Signed transaction data.