curl --request GET \
--url https://api.example.com/api/v1/onchain/transactions \
--header 'Authorization: Bearer <token>'[
{
"tx": "<string>",
"txid": "<string>"
}
]Returns all on-chain wallet transactions, ordered from oldest to newest.
curl --request GET \
--url https://api.example.com/api/v1/onchain/transactions \
--header 'Authorization: Bearer <token>'[
{
"tx": "<string>",
"txid": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://second.tech/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?