Transfer NFT

This endpoint creates the payment link to transfer NFT

Booking resale field must be true in order to use this endpoint.

Authenticating Your Access

To create an Event, you must authenticate your access. To learn how, refer to Authentication.

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": "No token, authorization denied"
}
{
    "reference": "TnH6M9",
    "url": "https://test-chronos-wallet.pantheonsite.io/pagar/30789032"
}

Last updated