Wallet
Asset Salvage
This endpoint allows for assets salvage from a specific wallet
Body Parameters
Key | Required | Type | Description |
---|---|---|---|
senderAddress | true | string | The address you’re recovering assets from |
recipientAddress | true | string | The address the recovering assets will be sent to |
amount | true | string | The amount to be salvaged. |
tokenAddress | false | string | Specify this for token salvage |
blockchainId | true | string | The blockchain id you’re recovering funds from |
POST
/
v1
/
wallets
/
{walletId}
/
salvage
Authorizations
x-api-key
string
headerrequiredPath Parameters
walletId
string
requiredBody
application/json
amount
string
blockchainId
string
recipientAddress
string
senderAddress
string
tokenAddress
string
Response
200 - application/json
message
string
statusCode
number