cURL
curl --request GET \ --url https://dev-api.rootkey.ai/api-v1/platform/files \ --header 'x-api-key: <api-key>'
{ "chainId": 80002, "nfts": [ { "contractType": "ERC721", "tokenAddress": "0x1234567890123456789012345678901234567890", "tokenId": "1", "uri": "https://example.com/token/1", "name": "ROOT1", "symbol": "RTK", "owner": "0x1234567890123456789012345678901234567890" } ], "nextCursor": "" }
List files stored in a vault
The vault address
The cursor for pagination
The smart contract address from where is intended to list the files
Files successfully retrieved
The response is of type object.
object