curl --request GET \
--url https://api.example.com/api/v1/onchain/transactions[
{
"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[
{
"tx": "<string>",
"txid": "<string>"
}
]Was this page helpful?