Wallet Address Generation

getpresignedurl

Get the Signed URL to generate the wallet address.

Basic Information

Property
Detail

URL

/api/v1/getpresignedurl

Method

POST

Request parameter

Parameter
Type
Required
Detail

email

str

yes

E-mail address of the account registered with NFT Garden

timeout

number

no

Validity period of Signed URL (minutes), positive integer, 1~10080

Sample requests

{
  "email": "[email protected]",
  "timeout": 60
}

Example of successful response

Example of response in case of failure(status code 400)

Wallet address generation using signed URL

POST to the url of response.

Sample requests

Example of successful response

Last updated