Wallets

Get wallets

get
Query parameters
pagenumberOptional

Page number (default: 1)

Example: 1
pageSizenumberOptional

Number of items per page (default: 10)

Example: 10
sortstringOptional

Sort field and order. Use - prefix for descending. Example: -createdAt, createdAt

Example: -createdAt
selectstringOptional

Fields to select (comma separated). Use + prefix to include hidden fields. Example: name,status,+holders

populatestringOptional

Relations to populate (comma separated). Example: wallet,token

Responses
chevron-right
200

Get wallets

application/json
get
/api/wallets
200

Get wallets

Create a new multi-signature wallet

post
Body
walletAddressstringRequiredExample: tb1qg5s9rdd9ddhacql3upd7ntzrexp3kn95v4hndm
publicKeystringRequired

Public key of wallet

Example: 023328e4186c3ee776976947210772ba5b12e6d4336ff5c6d8ca991783d18f14fb
Responses
post
/api/wallets
201

The wallet has been successfully created

Check wallet existed

get
Path parameters
userAddressstringRequired
Responses
chevron-right
200

The wallet has been successfully checked

application/json
get
/api/wallets/details/{userAddress}
200

The wallet has been successfully checked

Last updated