GET
/
v1
/
storage
/
objects
TypeScript client
import { TxAgentKitClient } from '@tx-agent-kit/sdk'

const client = new TxAgentKitClient({
  token: process.env.TX_AGENT_KIT_TOKEN
})

const response = await client.storage.listObjects({
  query: {},
})
{
  "keys": [
    "<string>"
  ]
}

Query Parameters

prefix
string

Response

Success

keys
string[]
required