curl --request POST \
--url https://metadata.sequence.app/rpc/Collections/GetAsset \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"projectId": 30957,
"assetId": 4405
}'{
"asset": {
"id": 4405,
"collectionId": 894,
"tokenId": "1",
"url": "",
"metadataField": "image",
"updatedAt": "2024-10-25T00:15:34.156343Z"
}
}curl --request POST \
--url https://metadata.sequence.app/rpc/Collections/GetAsset \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"projectId": 30957,
"assetId": 4405
}'{
"asset": {
"id": 4405,
"collectionId": 894,
"tokenId": "1",
"url": "",
"metadataField": "image",
"updatedAt": "2024-10-25T00:15:34.156343Z"
}
}表示 子属性
このページは役に立ちましたか?