Wallets
Get Signature
Retrieves details about a specific signature by its ID.
API scope required: wallets:signatures.read
GET
/
v1-alpha2
/
wallets
/
{walletLocator}
/
signatures
/
{signatureId}
This is an alpha API and subject to change.
Headers
X-API-KEY
string
requiredAPI key required for authentication
Path Parameters
walletLocator
string
requiredA wallet locator can be of the format:
<walletAddress>
email:<email>:<walletType>
userId:<userId>:<walletType>
phoneNumber:<phoneNumber>:<walletType>
signatureId
string
requiredResponse
200 - application/json
Complete signature response including status, signing requirements, and wallet type specific data
id
string
requiredUnique identifier for the signature
type
enum<string>
requiredThe type of signature
Available options:
evm-message
, solana-message
, evm-typed-data
status
enum<string>
requiredCurrent status of the signature
Available options:
awaiting-approval
, pending
, failed
, success
params
object
requiredType-specific signature parameters
createdAt
number
requiredISO timestamp when the transaction was created
approvals
object
Complete approval data including requirements, pending and submitted signatures
completedAt
number
ISO timestamp when the transaction reached finality
error
any
Error message if the signature fails
outputSignature
string
The wallet's output signature of the request