Transfer Funds to an Internal Vault or External Address
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
amount
string
required
asset
string
required
blockchain
string
enum
required
besu, bitcoin, ethereum, polkadot, polygon, solana, base, canton, kaia
Show 9 enum values
destination
string
required
isInternal
boolean
required
true, false
``200 OK
``400 Bad Request
``401 Unauthorized
``403 Forbidden
``404 Not Found
``409 Conflict
``500 Internal Error
``502 Bad Gateway
``504 Gateway Timeout
``default Error
Updated 3 months ago
ShellNodeRubyPHPPython
Base URL
https://api.your-wallet.blockdaemon-wallet.com/api/compliance/screen
xxxxxxxxxx
curl --request POST \
--url https://api.your-wallet.blockdaemon-wallet.com/api/compliance/screen \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '\n{\n "blockchain": "besu",\n "isInternal": true\n}\n'
application/json
200400401403404409500502504default
Updated 3 months ago