Skip to main content
POST
https://api.hotstuff.trade
/
info
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
    }
]
Retrieve information about all trading agents associated with the authenticated user account.
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
    }
]

Request Body

method
string
default:"allAgents"
required
Must be “allAgents” for this endpoint
params
object
required