Venly API
Search…
Venly API
👋
Introduction
📝
Changelog
Postman Collection
🔑
Authentication
How to authenticate
How to get a Bearer token
📦
API Products
Wallet API
Create a wallet
Retrieve a wallet
Retrieve a wallet by identifier
Retrieve all wallets
Retrieve wallet balance
Retrieve token balance
Retrieve non-fungible tokens
Transfer a native token
Transfer a fungible token
Transfer a non-fungible token
Swaps
Signatures
Read contract
Execute contract call
Get Tx status
Get fees
Resubmit transaction
Import a wallet
Export a wallet
Update wallet PIN
Archive a wallet
NFT API
NFT Analytics
Market API
⚙️Advanced
Guides
NFT Configuration
🌊Deep dive
Environments & networks
Authentication Bridge
Object Reference
Powered By
GitBook
Archive a wallet
patch
https://api-wallet.venly.io
/api/wallets/:walletId
Archive a wallet
Archived wallets will no longer be returned in any of our endpoints and you will no longer be able to use it in any way.
Example
Request
PATCH https://api-wallet.venly.io/api/wallets/9e8af613-e8da-4fa6-8bcc-7e589d2c7d74
Request body
{
"archived"
:
true
}
Response
{
"success"
:
true
,
"result"
:
{
"id"
:
"9e8af613-e8da-4fa6-8bcc-7e589d2c7d74"
,
"address"
:
"0xf51Be4152f8E3ad3557E44Db1F803bA3e4c5DeB5"
,
"walletType"
:
"THREEWAY_SHARED"
,
"secretType"
:
"ETHEREUM"
,
"createdAt"
:
"2022-04-05T08:29:44.026438"
,
"archived"
:
true
,
"description"
:
"Likable Hedgehog"
,
"primary"
:
false
,
"hasCustomPin"
:
false
}
}
Previous
Update wallet PIN
Next - API Products
NFT API
Last modified
2mo ago
Copy link
Outline
patch
Archive a wallet
Example