Transfer NFT
This endpoint creates the payment link to transfer NFT
Authenticating Your Access
To create an Event, you must authenticate your access. To learn how, refer to Authentication.
Create payment link to transfer NFT
POST api/v1/booking/transfer
Headers
Name
Type
Description
x-token*
String
Token provided
Request Body
Name
Type
Description
token_id*
String
Token id
isCrypto
Boolean
If type of payment is crypto or not
isWeb*
Boolean
If true, redirects to the web, otherwise redirects to the app.
{
"msg": "This ticket is not for sale at marketplace"
}{
"reference": "TnH6M9",
"url": "https://test-chronos-wallet.pantheonsite.io/pagar/30789032"
}{
"reference": "TnH6M9",
"url": "https://test-chronos-wallet.pantheonsite.io/pagar/30789032"
}Last updated