Skip to main content
POST
GetSigningRequestList
Returns signing requests for a vault. You can filter by status and paginate with page and limit.

Authorizations

x-mtoken
string
header
required

Your API token. Required for all API requests.

Body

application/json
vaultUuid
string

required:true symbol_value:"9f5ee5fb-07f5-470c-a2ff-081e2d6d107a" comment:vault_uuid is the UUID of the vault that the signingRequest was created in.

page

symbol_value:1 comment: page is the page number. default: 1

limit

symbol_value:10 comment:limit is the number of signingRequests to return. default: 10 max: 100

sortOrder
enum<string>

required:true symbol_value:"0 comment:sort_order is the order of the signing requests ,o to desc,1 to asc.

Available options:
SORT_ORDER_DESC,
SORT_ORDER_ASC

Response

200 - application/json

Success

signingRequests
(aptos_message · object | aptos_send_coin · object | aptos_send_custom · object | aptos_send_native · object | btc_send_native · object | create_wallet · object | evm_message · object | evm_send_custom · object | evm_send_erc20 · object | evm_send_native · object | raw_message · object | solana_message · object | solana_send_custom · object | solana_send_native · object | solana_send_spl_token · object | sonic_svm_send_custom · object | sonic_svm_send_native · object | sonic_svm_send_spl_token · object | stellar_change_trust · object | stellar_send_asset · object | stellar_send_custom · object | stellar_send_native · object | sui_message · object | sui_send_coin · object | sui_send_custom · object | sui_send_native · object | ton_message · object | ton_send_custom · object | ton_send_native · object | ton_send_token · object | tron_send_native · object | tron_send_trc10 · object | tron_send_trc20 · object)[]
error
execute_signing_requests_error_code · object