Projects
Create SFTs
This endpoint allows you to create a batch of SFTs.
post/v2/projects/{projectId}/sfts/batch
Path parameters
projectIdinteger required
Request body
Example request
[
{
"receiver": {
"address": "7px1aXrdcySNHEF8aQ12iHBW5a2MVsqQU1ELkTdYAgjN",
"namespace": "public",
"identifier": "kevin@underdogprotocol.com"
},
"receiverAddress": "dustFPTV7dujoJjgkKtf6is3bYaFEy1nswS23vxHfvt"
}
]Response
Successful response
Changes
No recorded changes to this endpoint across all 1 revision of this API.