Documents
Domains
Web3GPT
Our ChatBot to speak with verified on-chain data. Coming soon.
Contact Support
Send us an email
Docs
BETA
BETA
Mainnet
Coming Soon
View
Template
0
0
test
v1.0.0
Domain not verified
ctx_random8742.testnet.ctx
/
template
Versions
Other versions of the Document
1.0.0
16/04/2024 16:26:12
Table
Raw data
Field
Type
Description
portfolio
string
Context link to a Portfolio
investments
integer
Number of investments
Size: 669.00 bytes
Stored on BNB Greenflied
Last update: 16/04/2024 16:26:12
Blockchain
Tx:
1a8cc1002714187edfef37697...b763fd72f6
{
$schema:
"http://json-schema.org/draft-07/schema#"
,
title:
"Portfolio Test Template"
,
type:
"object"
,
properties:
{
portfolio:
{
type:
"string"
,
pattern:
"^ctx://[a-zA-Z0-9-_]+$"
,
description:
"Context link to a Portfolio"
}
,
investments:
{
type:
"integer"
,
description:
"Number of investments"
}
}
,
required:
[
"portfolio"
]
}