Questions? Join our Discord.
curl --request POST \
--url https://api.hotstuff.trade/info \
--header 'Content-Type: application/json' \
--data '{
"method": "allAgents",
"params": {
"user": "0xxxx"
}
}'
[
{
"user": "0x9c296894119e0C254dA969c62C632594e0D37f02",
"agent_address": "0x1405d88BeA974d55e6816c63D28fBE68C30E4611",
"agent_name": "qr-code",
"created_at_block_timestamp": 1767858101958,
"valid_until_timestamp": 1783410089707
}
]
Send POST request to /info with method: “allAgents”
curl --request POST \
--url https://api.hotstuff.trade/info \
--header 'Content-Type: application/json' \
--data '{
"method": "allAgents",
"params": {
"user": "0xxxx"
}
}'
[
{
"user": "0x9c296894119e0C254dA969c62C632594e0D37f02",
"agent_address": "0x1405d88BeA974d55e6816c63D28fBE68C30E4611",
"agent_name": "qr-code",
"created_at_block_timestamp": 1767858101958,
"valid_until_timestamp": 1783410089707
}
]
curl --request POST \
--url https://api.hotstuff.trade/info \
--header 'Content-Type: application/json' \
--data '{
"method": "allAgents",
"params": {
"user": "0xxxx"
}
}'
[
{
"user": "0x9c296894119e0C254dA969c62C632594e0D37f02",
"agent_address": "0x1405d88BeA974d55e6816c63D28fBE68C30E4611",
"agent_name": "qr-code",
"created_at_block_timestamp": 1767858101958,
"valid_until_timestamp": 1783410089707
}
]