API Reference
Wallets
- POSTCreate Wallet
- GETGet Wallet By Locator
- GETGet Wallet Balance
- POSTFund Wallet
- GETGet NFTs from Wallet
- POSTCreate Transaction
- GETGet Transaction
- GETGet Wallet Transactions
- POSTApprove Transaction
- POSTCreate Signature
- GETGet All Signatures
- GETGet Signature
- POSTApprove Signature
- POSTRegister Delegated Signer
- GETGet Delegated Signer
- POSTSend Token
NFTs
IP
NFT Collections
NFT Templates
Verifiable Credentials
Verifiable Credential Types
Verifiable Credential Templates
Headless Checkout
Action Status
Admin
Subscriptions
Get All Signatures
Retrieves all signatures associated with the specified wallet.
API scope required: wallets:signatures.read
Headers
API key required for authentication
Path Parameters
A wallet locator can be of the format:
<walletAddress>
email:<email>:<walletType>
userId:<userId>:<walletType>
userId:<userId>:<walletType>
(white label user example)phoneNumber:<phoneNumber>:<walletType>
twitter:<handle>:<walletType>
x:<handle>:<walletType>
Response
List of signatures with their status, signing requirements, and wallet type specific data
ISO timestamp when the signature was created
Unique identifier for the signature
Type-specific signature parameters
The chain on which the signature will be submitted
arbitrum-sepolia
, avalanche-fuji
, curtis
, barret-testnet
, base-goerli
, base-sepolia
, bsc-testnet
, chiliz-spicy-testnet
, ethereum-goerli
, ethereum-sepolia
, hypersonic-testnet
, lightlink-pegasus
, optimism-goerli
, optimism-sepolia
, polygon-amoy
, polygon-mumbai
, crossmint-private-testnet-ethereum
, crossmint-private-testnet-polygon
, rari-testnet
, scroll-sepolia
, sei-atlantic-2-testnet
, shape-sepolia
, skale-nebula-testnet
, soneium-minato-testnet
, space-testnet
, story-testnet
, verify-testnet
, viction-testnet
, xai-sepolia-testnet
, zkatana
, zkyoto
, zora-goerli
, zora-sepolia
, mode-sepolia
, zenchain-testnet
, ethereum
, polygon
, bsc
, optimism
, arbitrum
, base
, zora
, arbitrumnova
, astar-zkevm
, apechain
, apex
, boss
, lightlink
, skale-nebula
, sei-pacific-1
, chiliz
, avalanche
, xai
, shape
, rari
, scroll
, viction
, mode
, space
, soneium
The message in plain text to sign
The locator for the signer who will submit this signature. Defaults to the wallet's admin signer.
Current status of the signature
awaiting-approval
, pending
, failed
, success
The type of signature
evm-message
, solana-message
, evm-typed-data
, aptos-message
, cardano-message
, sui-message
Complete approval data including requirements, pending and submitted signatures
Record of all submitted signatures
The message that was signed
The cryptographic signature
The locator of the signer who submitted this signature
When the signature was submitted
Number of required approvals for the transaction
ISO timestamp when the transaction reached finality
Error message if the signature fails
The wallet's output signature of the request
Was this page helpful?