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
Transfer a non-fungible token
How to perform a non-fungible transfer. E.g transfer an ERC721 or ERC1155 token from one wallet to another.
post
https://api-wallet.venly.io
/api/transactions/execute
Transfer a non-fungible token
π§ The destination of a token transfer is not limited to a blockchain address, we also support
email addresses
.
Example
Request
POST
:
https
://
api
-
wallet
.
venly
.
io
/
api
/
transactions
/
execute
Request Body
{
"transactionRequest"
:
{
"type"
:
"NFT_TRANSFER"
,
"walletId"
:
"adc4c08a-b8fa-4e4c-z5a2-92c87b80f174"
,
"to"
:
"0xdc71b72db51e227e65a45004ab2798d31e8934c9"
,
"secretType"
:
"MATIC"
,
"tokenAddress"
:
"0x4df47b4969b2911c966506e3592c41389493953b"
,
"tokenId"
:
1
}
"pincode"
:
"1234"
}
Response
{
"success"
:
true
,
"result"
:
{
"transactionHash"
:
"0x8c953e09d8cede9f4eb0d1ee96de4f5a99e31dba7e64312bb252a465de12d10d"
}
}
Object References
ChainSpecificFields
Previous
Transfer a fungible token
Next
Swaps
Last modified
2mo ago
Copy link
Outline
post
Transfer a non-fungible token
Example
Object References